Skip to content

Commit

Permalink
Merge pull request Azure#7529 from takekazuomi/fix-7528
Browse files Browse the repository at this point in the history
Fix Deploy error in Azure Application Gateway Demo Setup template
  • Loading branch information
bmoore-msft authored May 13, 2020
2 parents 73e647a + e5a641d commit c771439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions application-gateway-demo-setup/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"authenticationType": {
"value": "password"
},
"adminPasswordOrKey": {
"value": "[parameters('adminPassword')]"
},
"dnsNameForPublicIP": {
Expand Down Expand Up @@ -126,7 +129,10 @@
"adminUsername": {
"value": "[parameters('adminUsername')]"
},
"adminPassword": {
"authenticationType": {
"value": "password"
},
"adminPasswordOrKey": {
"value": "[parameters('adminPassword')]"
},
"dnsNameForPublicIP": {
Expand Down
2 changes: 1 addition & 1 deletion application-gateway-demo-setup/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "This template allows you to quickly deploy Azure Application Gateway demo to test load-balancing with or without cookie-based affinity.",
"summary": "Once your demo setup is deployed use DNS name of your Azure Application Gateway that was generated for you automatically to test the load balancing.",
"githubUsername": "AlekseiPolkovnikov",
"dateUpdated": "2016-09-13"
"dateUpdated": "2020-05-12"
}


0 comments on commit c771439

Please sign in to comment.