Medium severitydata source
Power BI Refresh Error:
UserErrorFileNameContainerNotFound
What does this error mean?
ADF cannot find the specified container or blob path. The container name is incorrect or was deleted.
Common causes
- 1The container or file system name in the ADF dataset is incorrect or contains a typo
- 2The storage container was deleted or renamed after the dataset was created
- 3The linked service points to the wrong storage account
- 4The container name contains uppercase letters (Azure Blob container names must be lowercase)
How to fix it
- 1Verify the container name in the ADF dataset matches the actual name in the storage account.
- 2Azure Blob container names must be lowercase — check for uppercase letters.
- 3Confirm the linked service points to the correct storage account.
- 4If the container was deleted, recreate it or update the ADF dataset to point to the new container.
- 5Use the 'Browse' button in the ADF dataset editor to confirm the correct container path.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-azure-blob-storage