Skip to content

Commit 7ad90ef

Browse files
Add section to stg exp troubleshooting about built in roles
1 parent 6bfe200 commit 7ad90ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/storage/common/storage-explorer-troubleshooting.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ If you don’t have a role that grants any management layer permissions, Storage
5555

5656
We don't currently have an RBAC-related solution for this issue. As a workaround, you can request a SAS URI to [attach to your resource](https://docs.microsoft.com/azure/vs-azure-tools-storage-manage-with-storage-explorer?tabs=linux#use-a-shared-access-signature-uri).
5757

58+
### Recommended built-in RBAC roles
59+
60+
There are several built-in RBAC roles which can provide the permissions needed to use Storage Explorer. Some of those roles are:
61+
- [Owner](/azure/role-based-access-control/built-in-roles#owner): Manage everything, including access to resources. **Note**: this role will give you key access.
62+
- [Contributor](/azure/role-based-access-control/built-in-roles#contributor): Manage everything, excluding access to resources. **Note**: this role will give you key access.
63+
- [Reader](/azure/role-based-access-control/built-in-roles#reader): Read and list resources.
64+
- [Storage Account Contributor](/azure/role-based-access-control/built-in-roles#storage-account-contributor): Full management of storage accounts. **Note**: this role will give you key access.
65+
- [Storage Blob Data Owner](/azure/role-based-access-control/built-in-roles#storage-blob-data-owner): Full access to Azure Storage blob containers and data.
66+
- [Storage Blob Data Contributor](/azure/role-based-access-control/built-in-roles#storage-blob-data-contributor): Read, write, and delete Azure Storage containers and blobs.
67+
- [Storage Blob Data Reader](/azure/role-based-access-control/built-in-roles#storage-blob-data-reader): Read and list Azure Storage containers and blobs.
68+
5869
## Error: Self-signed certificate in certificate chain (and similar errors)
5970

6071
Certificate errors typically occur in one of the following situations:

0 commit comments

Comments
 (0)