- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 02:30 AM
Hi,
regarding permissions for Azure Storage.
we have created the Storage account (blob storage) and within the account we are going to create many containers and in which container we are going to have multiple folders and files.
we want to grant permissions for end users for specific container and also for specific folder within container, but I noticed that we can grant the access permissions per Container only.
so how I can grant the access per each folder (within Container) ?
- Labels:
-
Azure
-
Azure blob storage
-
Azure Storage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 05:11 AM
Hi @KVNARK . ,
You can use the service principle in the azure active directory to grant specific access to that app and use that app credentials to create a new mount point.
That will help you to give specific storage permission to users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 05:11 AM
Hi @KVNARK . ,
You can use the service principle in the azure active directory to grant specific access to that app and use that app credentials to create a new mount point.
That will help you to give specific storage permission to users.

