diff --git a/azure/accounts.template.json b/azure/accounts.template.json index d868150d55..88f04a538c 100644 --- a/azure/accounts.template.json +++ b/azure/accounts.template.json @@ -98,6 +98,9 @@ "subnetDelegations": { "type": "array" }, + "workerAccessRestrictions": { + "type": "array" + }, "resourceGroupLocation": { "type": "string" }, @@ -512,6 +515,9 @@ }, "deployStagingSlot": { "value": false + }, + "ipSecurityRestrictions": { + "value": "[parameters('workerAccessRestrictions')]" } } }, diff --git a/azure/finance.template.json b/azure/finance.template.json index a6a339c66e..7eac41c32c 100644 --- a/azure/finance.template.json +++ b/azure/finance.template.json @@ -91,6 +91,9 @@ "subnetDelegations": { "type": "array" }, + "workerAccessRestrictions": { + "type": "array" + }, "resourceGroupLocation": { "type": "string" }, @@ -548,6 +551,9 @@ }, "deployStagingSlot": { "value": false + }, + "ipSecurityRestrictions": { + "value": "[parameters('workerAccessRestrictions')]" } } },