Protect the data at rest in storage container

Kartheek.k 40 Reputation points
2025-06-18T03:29:20.4066667+00:00

Hello

I would like to safeguard my extensive data within the storage container. I have researched encryption and access keys, but I am somewhat perplexed about how to ensure security. Could someone assist me and clarify the most effective methods to protect my data?

Thanks in advance!

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

Accepted answer
  1. Nandamuri Pranay Teja 3,610 Reputation points Microsoft External Staff Moderator
    2025-06-18T04:22:30.8666667+00:00

    Hello Kartheek.k

    Thank you for your question!

    I recommend utilizing SAS tokens, which offer restricted, time-limited access to particular containers, blobs, or files. They are more secure than access keys for delegated access.

    Types:

    • Account SAS: Grants access to multiple services or resources.
    • Service SAS: Limits access to a specific container or blob.
    • User Delegation SAS: Uses Azure AD credentials for enhanced security.

    Go through the article https://learn.microsoft.com/en-us/azure/ai-services/translator/document-translation/how-to-guides/create-sas-tokens?tabs=Containers which helps you to create user delegation, shared access signature (SAS) tokens, using the Azure portal or Azure Storage Explorer.

    Hope the above answer helps! Please let us know do you have any further queries.


    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. 

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.