Skip to content

Commit

Permalink
Fix synatx error and use 1.0.16 package
Browse files Browse the repository at this point in the history
Change-Id: I03f060951043ddafc9029a52820a25d1c1708771
  • Loading branch information
yslee committed Oct 30, 2023
1 parent 744aaf0 commit 4125313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure_quickstart/templates/deploy_funcapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'))]"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion azure_quickstart/templates/deploy_scaleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 4125313

Please sign in to comment.