Hello Kasaiah M,
Greetings! Welcome to Microsoft Q&A Platform.
Check if Shared Key access is disabled entirely for your storage account. This could be due to:
- Shared Key access being disabled on the storage account
- Insufficient permissions for the identity trying to access the storage account
To solve, follow the steps here:
Azure Storage supports Azure AD authorization for requests to Blob and Queue storage only. If you disallow authorization with Shared Key for a storage account, requests to Azure Files or Table storage that use Shared Key authorization will fail. Because the Azure portal always uses Shared Key authorization to access file and table data, if you disallow authorization with Shared Key for the storage account, you will not be able to access file or table data in the Azure portal.
Microsoft recommends that you either migrate any Azure Files or Table storage data to a separate storage account before you disallow access to the account via Shared Key, or that you do not apply this setting to storage accounts that support Azure Files or Table storage workloads.
Disallowing Shared Key access for a storage account does not affect SMB connections to Azure Files.
Hope this helps!
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.