Medium severitydata source
Power BI Refresh Error:
DF-Blob-InvalidAccountConfiguration
What does this error mean?
The ADF Mapping Data Flow Azure Blob Storage linked service has an invalid account configuration. The storage account name, endpoint, or connection string in the linked service does not point to a valid, accessible Blob Storage account.
Common causes
- 1The storage account name in the linked service is misspelled or refers to an account that has been deleted or renamed
- 2The linked service uses a custom endpoint URL that points to the wrong storage tier (e.g., table or queue endpoint instead of blob endpoint)
- 3The connection string in the linked service was built with an incorrect account name or key and has never been validated
How to fix it
- 1Open the Azure Blob Storage linked service in ADF Studio and click 'Test connection' to confirm the account is reachable.
- 2Verify the storage account name matches exactly what appears in the Azure portal — account names are lowercase and globally unique.
- 3If using a connection string, regenerate it from the Azure portal under the storage account's 'Access keys' section and update the linked service.
- 4Check the Azure portal to confirm the storage account still exists and is in the same subscription and region as your ADF instance.
- 5If using a custom endpoint, confirm the endpoint URL is the blob service endpoint (ending in .blob.core.windows.net) not the table or queue endpoint.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide