Skip to content

Commit

Permalink
add permissions for Azure CIS 9.1 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Mar 13, 2024
1 parent e97fcc0 commit a1931c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@
"permissions": [
{
"actions": [
"Microsoft.Web/sites/*/read"
"Microsoft.Web/sites/*/read",
"Microsoft.Web/sites/config/Read",
"Microsoft.Web/sites/config/list/Action"
],
"dataActions": [],
"notActions": [],
Expand Down
4 changes: 3 additions & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@
"permissions": [
{
"actions": [
"Microsoft.Web/sites/*/read"
"Microsoft.Web/sites/*/read",
"Microsoft.Web/sites/config/Read",
"Microsoft.Web/sites/config/list/Action"
],
"dataActions": [],
"notActions": [],
Expand Down

0 comments on commit a1931c4

Please sign in to comment.