Skip to content

Commit

Permalink
Added WorkerAccessRestrictions parameter and also to the worker app t…
Browse files Browse the repository at this point in the history
…ask to enable access restrictions
  • Loading branch information
cpwevans committed Jul 5, 2022
1 parent 000aa2c commit 51a4cc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure/accounts.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"subnetDelegations": {
"type": "array"
},
"workerAccessRestrictions": {
"type": "array"
},
"resourceGroupLocation": {
"type": "string"
},
Expand Down Expand Up @@ -512,6 +515,9 @@
},
"deployStagingSlot": {
"value": false
},
"ipSecurityRestrictions": {
"value": "[parameters('workerAccessRestrictions')]"
}
}
},
Expand Down

0 comments on commit 51a4cc7

Please sign in to comment.