-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code: EndpointUnsupportedAccountFeatures Message: This endpoint does not support BlobStorageEvents or SoftDelete. #22775
Comments
@tasherif-msft do you know who is responsible for Data Lake issues? |
Hi @javiercoh, thanks for reporting the issue. We will investigate and get back to you shortly. |
hi @jalauzon-msft any news on this? I tried many changes to the config of the datalake with no success so far... this is a key feature for us |
Hi @javiercoh, I am having trouble reproducing this issue. Would you mind sharing a recent request id from a recent failure you had? This will let me look into the service logs for more information. The service logs are only retained for a couple of days so the more recent your request, the better. Thanks. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sumantmehtams. Issue Details
Describe the bug ` initialize_storage_account()
I get:
at line To Reproduce
Expected behavior Others
|
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Describe the bug
I have disabled SoftDelete for blobs and containers and have no BlobStorageEvents but when I run the following code:
` initialize_storage_account()
I get:
Code: EndpointUnsupportedAccountFeatures Message: This endpoint does not support BlobStorageEvents or SoftDelete. Please disable these account features if you would like to use this endpoint. RequestId:05bc1ea9-001f-005c-0a56-12102f000000 Time:2022-01-26T01:45:53.3527214Z
at line
for path in paths:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
code should loop through paths without throwing errors
Others
I was following the steps detailed here: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-directory-file-acl-python
The text was updated successfully, but these errors were encountered: