diff --git a/azure/template.json b/azure/template.json index 9de731e..48f464a 100644 --- a/azure/template.json +++ b/azure/template.json @@ -78,6 +78,10 @@ }, "deployPrivateLinkedScopedResource": { "type": "bool" + }, + "vnetRouteAllEnabled": { + "type": "bool", + "defaultValue": false } }, "variables": { @@ -215,6 +219,9 @@ }, "ipSecurityRestrictions": { "value": "[parameters('backEndAccessRestrictions')]" + }, + "vnetRouteAllEnabled": { + "value": "[parameters('vnetRouteAllEnabled')]" } } },