Add storage queue write to example deployment role (#1207)

With the recent move to deploy using ARM for storage queues, the permission Microsoft.Storage/storageAccounts/queueServices/queues/write needs to be included in the custom deployment role.

Co-authored-by: Brian Caswell <bmc@shmoo.com>
This commit is contained in:
bmc-msft
2021-08-30 16:14:02 -04:00
committed by GitHub
parent 19b0548725
commit 5fe0d73e0f

View File

@ -27,6 +27,7 @@
"Microsoft.Storage/storageAccounts/listKeys/action",
"Microsoft.Storage/storageAccounts/read",
"Microsoft.Storage/storageAccounts/write",
"Microsoft.Storage/storageAccounts/queueServices/queues/write",
"Microsoft.Web/serverfarms/read",
"Microsoft.Web/serverfarms/write",
"Microsoft.Web/sites/*",