Does Azure Storage Account allows anonymous write access to files and containers ?

Rajesh Swarnkar 851 Reputation points
2023-10-17T02:58:56.12+00:00
  1. Does Azure Storage Account allows anonymous write access to files and containers ?

I see it does allows public (anonymous) read access to blobs and containers.

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.
2,944 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramya Harinarthini_MSFT 5,331 Reputation points Microsoft Employee
    2023-10-17T04:23:18.02+00:00

    @Rajesh Swarnkar Welcome to Microsoft Q&A, thank you for posting your here!!

    Azure Storage Accounts do not have an option for anonymous write access to blobs and containers.

    Azure Storage enforces authentication and authorization to ensure that only authorized users or applications can write to the storage account.

    To interact with an Azure Storage Account, users or applications typically need to provide valid authentication credentials, such as storage account keys, shared access signatures (SAS tokens), or Azure Active Directory (Azure AD) credentials, RBAC roles.

    Source Link: https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-data-operations-portal

    However, you can configure specific access policies to grant limited, time-bound, and fine-grained access to containers and objects within a storage account by using shared access signatures (SAS). With SAS, you can provide temporary access to users or applications without exposing your account keys. You can control the permissions granted in the SAS token, including read, write, delete, and list operations.

    Source Link: https://learn.microsoft.com/en-us/azure/ai-services/translator/document-translation/how-to-guides/create-sas-tokens?tabs=Containers

    Hope this helps!
    Kindly let us know if the above helps or you need further assistance on this issue.


    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