Skip to content
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

Closed
javiercoh opened this issue Jan 26, 2022 · 7 comments
Assignees
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Lake Storage Gen2 needs-author-feedback Workflow: More information is needed from author to address the issue. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team no-recent-activity There has been no recent activity on this issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@javiercoh
Copy link

javiercoh commented Jan 26, 2022

  • Package Name: azure_storage_file_datalake
  • Package Version: 12.5.0
  • Operating System: Windows 10
  • Python Version: 3.9.10

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()

    file_system_client = service_client.get_file_system_client(file_system="perfectStore")

    i = 0

    LOCALFILENAME_TEMP = LOCALFILENAME + '-temp_' + str(i) + ".csv"

    paths = file_system_client.get_paths(path=blob_dir)

    for path in paths:

        print(path.name + '\n')`

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:

  1. create adl2 file system
  2. disabled SoftDelete (Data Protection panel)
  3. Checked in Events panel for any subscription to Events (no subscriptions found) (BlobStorageEvents)
  4. ran code above

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

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jan 26, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 26, 2022
@ghost ghost added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Jan 26, 2022
@tjprescott
Copy link
Member

@tasherif-msft do you know who is responsible for Data Lake issues?

@tasherif-msft
Copy link
Contributor

@jalauzon-msft

@jalauzon-msft
Copy link
Member

Hi @javiercoh, thanks for reporting the issue. We will investigate and get back to you shortly.

@jalauzon-msft jalauzon-msft added the Storage Storage Service (Queues, Blobs, Files) label Jan 29, 2022
@javiercoh
Copy link
Author

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

@jalauzon-msft
Copy link
Member

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.

@PramodValavala-MSFT PramodValavala-MSFT added Service Attention Workflow: This issue is responsible by Azure service team. and removed CXP Attention labels Feb 8, 2022
@ghost
Copy link

ghost commented Feb 8, 2022

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sumantmehtams.

Issue Details
  • Package Name: azure_storage_file_datalake
  • Package Version: 12.5.0
  • Operating System: Windows 10
  • Python Version: 3.9.10

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()

    file_system_client = service_client.get_file_system_client(file_system="perfectStore")

    i = 0

    LOCALFILENAME_TEMP = LOCALFILENAME + '-temp_' + str(i) + ".csv"

    paths = file_system_client.get_paths(path=blob_dir)

    for path in paths:

        print(path.name + '\n')`

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:

  1. create adl2 file system
  2. disabled SoftDelete (Data Protection panel)
  3. Checked in Events panel for any subscription to Events (no subscriptions found) (BlobStorageEvents)
  4. ran code above

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

Author: javiercoh
Assignees: jalauzon-msft
Labels:

Storage, question, Service Attention, customer-reported, Data Lake Storage Gen2, needs-team-attention

Milestone: -

@jalauzon-msft jalauzon-msft added the needs-author-feedback Workflow: More information is needed from author to address the issue. label Feb 11, 2022
@ghost ghost added the no-recent-activity There has been no recent activity on this issue. label Feb 19, 2022
@ghost
Copy link

ghost commented Feb 19, 2022

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!

@ghost ghost closed this as completed Mar 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Data Lake Storage Gen2 needs-author-feedback Workflow: More information is needed from author to address the issue. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team no-recent-activity There has been no recent activity on this issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

5 participants