An Azure service that stores unstructured data in the cloud as blobs.
I have the same issue but doesn't resolve with above answer. any other suggestion?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created linked services for Blob storage to read the data from and Azure SQL Db to write the data in ADF for Production instance with user assigned managed identity authentication to enhance the security by assigning 'Storage Blob Data Contributor', Storage Blob Data Reader' and 'SQL DB Contributor' roles to this particular user managed identity. The test connections were also successful.
Afterwards, when I start testing the pipelines, I have been facing with the below error.
Please suggest on how to resolve this error.
An Azure service that stores unstructured data in the cloud as blobs.
An Azure service for ingesting, preparing, and transforming data at scale.
I have the same issue but doesn't resolve with above answer. any other suggestion?
You error is related to permissions, but you've stated that the appropriate permissions have already been set. Sometimes, there is a delay in propagating IAM permissions. Ensure that you've waited a few minutes after assigning the roles before trying the operation again.
Azure Blob Storage has a hierarchical structure, and sometimes permissions at higher levels don't trickle down to lower levels as expected. Explicitly grant permissions to the folder or blob in question to make sure that isn't the issue.