Ability to grant basic/mimimum permissions for users to copy URLs within Azure Blob Storage (Storage Browser)

Spencer Young 1 Reputation point
2022-03-17T21:09:33.977+00:00

In Azure, via Storage Explorer when viewing objects within your blob storage there is a way for you to copy URLs of induvial files.

I'm wondering if only this access/permission could be granted to a user (nothing more).

Thank you in-advance.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
231 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
    2022-03-21T13:18:06.083+00:00

    @Spencer Young Firstly, apologies for the delay in responding here!

    Firstly, let me explain How RBAC works, Please refer to this thread which provide detailed information on roles.

    It depends how you have mounted the Azure Storage Explorer. If you have used Access Key (Your storage account access keys are similar to a root password for your storage account. Always be careful to protect your access keys. Use Azure Key Vault to manage and rotate your keys securely. Avoid distributing access keys to other users, hard-coding them, or saving them anywhere in plain text that is accessible to others. Rotate your keys if you believe they may have been compromised)

    185194-image.png

    • If you looking specific access(Read, List) to the Blob container, generate a SAS URL Container-> Click on context menu and Generate the SAS -> There you will find options to change/set the permission to the file and Generate a SAS token-> connect using SAS URL and you will limited access to the particular blob container

    185224-image.png 185196-image.png

    You can use SAS( Shared access signature) to limit the access to the users, See here for more information or Azure Active Directory (AAD) authorizes access rights to secured resources through Azure role-based access control

    Additional information: Security recommendations for Blob storage

    Authorize access to data in Azure Storage: https://learn.microsoft.com/en-us/azure/storage/common/authorize-data-access

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 185192-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments