Thanks for posting your question in the Microsoft Q&A forum.
The error you're encountering is due to the Azure Data Lake Storage Gen2 account having BlobStorageEvents or SoftDelete features enabled, which are not supported by the endpoint you're trying to use in Azure Data Factory. To resolve this issue, you need to disable these features on your storage account
Go to your Azure Storage account in the Azure portal, navigate to the Data protection
section under Data management
. and in the Recovery
section, disable the following options:
- Turn off "Enable soft delete for blobs"
- Turn off "Enable soft delete for containers"
- Disable any blob storage event settings if enabled
Save the changes and wait for a few minutes for the settings to propagate, Return to Azure Data Factory and try creating the linked service again.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful