Forum Discussion
Azure blob - Account Key vs. Anonymous
- 7 years ago
Thank you for taking the time to respond. My issue specifically is with PowerBi seemingly requiring Anonymous authentication when pulling images from Azure blob storage. A solution has been found for our case, so I will share for others.
Rather than using the Azure Blob connector in PowerBi, we used the Powerapps connector to connect to a Powerapp which was connected to the Azure Blob storage. In our case we wanted the pictures to be filtered based on a folder (file name prefix in blob storage) and this was still possible using this method.
Hi PJLNS ,
It seems that you have confused about the two authentication methods about connecting with Azure blob in power bi desktop.
- Anonymous - this will only work if you've made your blob container public. (this is invalid for most scenarios).
- Account Key - This is the master account key, which has full permissions to the storage account.
For more details about the two above, please have a good look at the document below.
https://docs.microsoft.com/en-us/azure/storage/common/storage-auth
Best Regards,
Cherry