Medium severitydata source
Power BI Refresh Error:
DF-GEN2-InvalidStorageAccountConfiguration
What does this error mean?
The ADLS Gen2 storage account configuration in the ADF linked service has a structural error — such as a missing or invalid container name, a folder path that doesn't exist, or a combination of settings that is not supported for the chosen authentication type.
Common causes
- 1The container or file system name in the linked service or dataset is missing, misspelled, or does not exist on the storage account
- 2A combination of settings is invalid — for example, using account key authentication with a user delegation SAS token option
- 3The storage account was deleted or renamed after the linked service was created
How to fix it
- 1Open the ADLS Gen2 linked service in ADF Studio and check for any empty or invalid fields in the 'Connection' settings.
- 2Verify the container (file system) name exists by browsing the storage account in the Azure portal or Storage Explorer.
- 3Open the dataset configuration and confirm the folder path exists and is not pointing to a deleted location.
- 4Test connection the linked service to get a specific error message about what is misconfigured.
- 5If the storage account was deleted or renamed, update the linked service with the new account details or restore the account.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide