From ef2efd5c543673141917256ebf9f7392702600b9 Mon Sep 17 00:00:00 2001 From: Nathan Bowes Date: Thu, 30 Sep 2021 10:30:15 +0100 Subject: [PATCH] Parameter Tidy Up --- azure/template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure/template.json b/azure/template.json index 3e949067..16cc5789 100644 --- a/azure/template.json +++ b/azure/template.json @@ -14,7 +14,7 @@ "resourceGroupLocation": { "type": "string" }, - "appServiceAllowedIPs": { + "backEndAccessRestrictions": { "type": "array" }, "environmentName": { @@ -277,7 +277,7 @@ "value": "[reference('app-service-certificate').outputs.certificateThumbprint.value]" }, "ipSecurityRestrictions": { - "value": "[parameters('appServiceAllowedIPs')]" + "value": "[parameters('backEndAccessRestrictions')]" } } }, @@ -367,4 +367,4 @@ "value": "[variables('appServiceName')]" } } -} \ No newline at end of file +}