Skip to content

Commit

Permalink
Merge pull request #2340 from SkillsFundingAgency/DASD-9526_Add_Acces…
Browse files Browse the repository at this point in the history
…s_Restriction

DASD-9526 add access restriction
  • Loading branch information
cpwevans authored Jul 5, 2022
2 parents 000aa2c + 8640a6c commit a38210c
Show file tree
Hide file tree
Showing 2 changed files with 12 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
6 changes: 6 additions & 0 deletions azure/finance.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
"subnetDelegations": {
"type": "array"
},
"workerAccessRestrictions": {
"type": "array"
},
"resourceGroupLocation": {
"type": "string"
},
Expand Down Expand Up @@ -548,6 +551,9 @@
},
"deployStagingSlot": {
"value": false
},
"ipSecurityRestrictions": {
"value": "[parameters('workerAccessRestrictions')]"
}
}
},
Expand Down

0 comments on commit a38210c

Please sign in to comment.