mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 02:28:10 +00:00
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:
@ -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/*",
|
||||
|
Reference in New Issue
Block a user