How to fix the problem : 'EndpointUnsupportedAccountFeatures'. Message: 'This endpoint does not support BlobStorageEvents or SoftDelete

Karan Tuteja 45 Reputation points
2024-08-02T18:58:13.3733333+00:00

I am getting this error while using the sink option in data factory
The folder I am trying in path is from storage account.

User's image

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,473 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,859 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,708 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vinodh247 21,151 Reputation points
    2024-08-03T10:12:30.7833333+00:00

    Hi Karan Tuteja,

    Thanks for reaching out to Microsoft Q&A.

    The error message you are encountering indicates that the ADLS Gen2 endpoint you're using does not support certain features, specifically BlobStorageEvents or SoftDelete. To resolve this issue, you need to disable these features on the storage account you're using.

    Here are the steps to resolve this issue:

    1. Disable Blob Storage Events and Soft Delete:
      • Navigate to the Azure portal.
      • Go to the Storage Account that is being used as the sink in Azure Data Factory.
      • In the storage account settings, locate the Blob Service section.
      • Disable Soft Delete if it is enabled.
      • You can do this by selecting Data protection under Blob service and turning off the Soft delete setting for blobs.
      • If there are any event subscriptions related to BlobStorageEvents, disable or remove them.
      • Navigate to Events under Blob service and ensure there are no event subscriptions active that could be causing this issue.
    2. Check for Unsupported Features:
      • Ensure that there are no other features enabled that might be causing this conflict with ADLS Gen2.

    Retry once the above is done, you should not be getting any error.

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.