High severitydata source
Power BI Refresh Error:
UserErrorAzureBlobOperationFailed
What does this error mean?
An Azure Data Factory copy or data flow activity failed while reading from or writing to Azure Blob Storage. This indicates a permission problem or a storage account firewall blocking the integration runtime.
Common causes
- 1The service principal or managed identity is missing 'Storage Blob Data Reader' or 'Storage Blob Data Contributor' RBAC role on the storage account
- 2The storage account firewall is set to 'Selected networks' and the ADF integration runtime IP is not in the allowlist
- 3The SAS token in the linked service has expired
- 4The target blob container or folder path does not exist
How to fix it
- 1Assign the correct RBAC role to the service principal or managed identity at the storage account or container scope.
- 2If using a storage account firewall, add the ADF integration runtime IP addresses or enable 'Allow trusted Microsoft services'.
- 3If using SAS tokens, regenerate the token and update the linked service.
- 4Confirm the container and folder path exist in the storage account.
- 5Test the linked service connection in the ADF authoring UI to confirm basic connectivity.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-azure-blob-storage