How to export data base when storage account shared key access disabled?

Kasaiah M 0 Reputation points Microsoft Employee
2024-08-31T00:52:25.6866667+00:00

User's image

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,217 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nehruji R 8,066 Reputation points Microsoft Vendor
    2024-09-02T14:36:50.54+00:00

    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:

    https://video2.skills-academy.com/en-us/azure/storage/common/shared-key-authorization-prevent?tabs=portal

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.