Hi @Rashwealth Cloud ,
Welcome on Microsoft Q&A
You need to assign an Azure role for access to blob data.
To access blob data in the Azure portal with Azure AD credentials, a user must have the following role assignments:
- A data access role, such as Storage Blob Data Reader or Storage Blob Data Contributor
- The Azure Resource Manager Reader role, at a minimum
You can use the Azure portal, PowerShell, Azure CLI, or an Azure Resource Manager template to assign a role for data access:
https://learn.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access?WT.mc_id=itopstalk-blog-thmaure&tabs=portal
Please upvote or accept as answer if it helped.