Skip to content

Commit

Permalink
Merge pull request #73 from SkillsFundingAgency/DASD-9662_Add_WorkerA…
Browse files Browse the repository at this point in the history
…ccessRestrictions_to_FunctionApp

DASD-9662 Added worker access restrictions to the notiwkr webjobs
  • Loading branch information
cpwevans authored Aug 15, 2022
2 parents b48f3a0 + 591c7a9 commit 886e37f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
},
"subnetDelegations": {
"type": "array"
},
"workerAccessRestrictions": {
"type": "array"
}
},
"variables": {
Expand Down Expand Up @@ -336,6 +339,9 @@
"deployStagingSlot": {
"value": false
},
"ipSecurityRestrictions": {
"value": "[parameters('workerAccessRestrictions')]"
},
"appServiceAppSettings": {
"value": {
"array": [
Expand Down

0 comments on commit 886e37f

Please sign in to comment.