Skip to content

Commit f1862f0

Browse files
authored
Merge pull request #3303 from Nikkelmann/patch-1
Add missing permission for custom role
2 parents d7a0f0d + 13fd2c7 commit f1862f0

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)