Azure Data Factory Event Based Trigger Error - Does not support BlobStorageEvents

Jeff Tansey 21 Reputation points
2021-08-16T19:58:16.28+00:00

I am trying to move a .CSV file from Azure Blob Storage Account to Azure Data Lake Storage using a Copy Data Activity in a pipeline. This is triggered by a Storage Event 'Blob Created'.

Both Storage accounts are V2, ADF is V2. Everything created using the Azure Data Factory Studio.

After starting the pipeline by adding the .CSV file to the Storage Account, the pipeline eventually errors out with the following details:

Error
Operation on target Copy itpar data - SA to DL failed: ErrorCode=AdlsGen2OperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: Operation returned an invalid status code 'Conflict'. Account: 'cnvdl2'. FileSystem: 'ops-825'. ErrorCode: 'EndpointUnsupportedAccountFeatures'. Message: 'This endpoint does not support BlobStorageEvents or SoftDelete. Please disable these account features if you would like to use this endpoint.'. RequestId: '94e0b9df-901f-0008-7fd5-92dfe0000000'. TimeStamp: 'Mon, 16 Aug 2021 19:33:29 GMT'..,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.Azure.Storage.Data.Models.ErrorSchemaException,Message=Operation returned an invalid status code 'Conflict',Source=Microsoft.DataTransfer.ClientLibrary,'

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,559 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-08-17T10:11:30.49+00:00

    Hi @Jeff Tansey ,

    Welcome to Microsoft Q&A forum and thanks for posting your query.

    In the past we have seen users who reported similar issues who created incorrect storage type. Could you please double check if your storage type is General purpose V2? You can go to Storage account Settings and under Configuration section you can find these details. Please see below for reference :

    123983-image.png

    123927-image.png

    I would also recommend you to please give a try creating another General Purpose v2 storage account /ADLS Gen2 and see how it goes.

    If you still experience the issue with new storage accounts, please do share below details for further investigation:

    • Storage Account name and the region, type(GP V2 / ADLS Gen2?)
    • Failed ADF pipeline runiD and activity runID?
    • ADF region?

    Please do let us know how it goes.

    We look forward to your response.

    Thank you


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.