diff --git a/azure_quickstart/templates/deploy_funcapp.json b/azure_quickstart/templates/deploy_funcapp.json index 68808be..2b14b15 100755 --- a/azure_quickstart/templates/deploy_funcapp.json +++ b/azure_quickstart/templates/deploy_funcapp.json @@ -130,7 +130,7 @@ "properties": { "Application_Type": "web", "ApplicationId": "[variables('functionAppName')]", - "WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', variables('hostingPlanName'))]", + "WorkspaceResourceId": "[resourceId('Microsoft.OperationalInsights/workspaces', variables('hostingPlanName'))]" } }, { diff --git a/azure_quickstart/templates/deploy_scaleset.json b/azure_quickstart/templates/deploy_scaleset.json index 553e51d..d15a740 100644 --- a/azure_quickstart/templates/deploy_scaleset.json +++ b/azure_quickstart/templates/deploy_scaleset.json @@ -743,7 +743,7 @@ "value": "[parameters('vmssName')]" }, "packageResUrl": { - "value": "https://github.com/fortinet/fortiweb-autoscale/releases/download/1.0.5/fortiweb-autoscale-azure-funcapp.zip" + "value": "https://github.com/fortinet/fortiweb-autoscale/releases/download/1.0.16/fortiweb-autoscale-azure-funcapp.zip" } } }