Skip to content

Commit 13fd2c7

Browse files
authored
Add missing permission for custom role
Fixes the error: The client '00000000-0000-0000-0000-000000000000' with object id '00000000-0000-0000-0000-000000000000' does not have authorization to perform action 'Microsoft.Storage/storageAccounts/read' over scope '/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount' or the scope is invalid. If access was recently granted, please refresh your credentials.
1 parent d7a0f0d commit 13fd2c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AKS-Hybrid/backup-workload-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ The procedures in this section describe how to install Velero and use Azure Blob
167167
"Microsoft.Compute/snapshots/write",
168168
"Microsoft.Compute/snapshots/delete",
169169
"Microsoft.Storage/storageAccounts/listkeys/action",
170-
"Microsoft.Storage/storageAccounts/regeneratekey/action"
170+
"Microsoft.Storage/storageAccounts/regeneratekey/action",
171+
"Microsoft.Storage/storageAccounts/read"
171172
],
172173
"NotActions": [],
173174
"AssignableScopes": [

0 commit comments

Comments
 (0)