diff --git a/azure-arm-template.json b/azure-arm-template.json index 25a1d50..561f89b 100644 --- a/azure-arm-template.json +++ b/azure-arm-template.json @@ -199,7 +199,7 @@ "networkProfile": { "networkInterfaces": [ { - "id": "[resourceId('Microsoft.Network/networkInterfaces', variables('nicName))]", + "id": "[resourceId('Microsoft.Network/networkInterfaces', variables('nicName'))]", "properties": { "deleteOption": "[parameters('nicDeleteOption')]" }