Skip to content

Commit

Permalink
Issue with max length. Fixing. (#214)
Browse files Browse the repository at this point in the history
* Template for VMMS Template: Windows: Deploy a VM Scale Set of Windows VMs with a custom script extension (201-vmss-custom-script-windows)

* Create a template to showcase DNS zones and record sets

* Fix the length in the parameter file.

* Revert

* Issue with length.
  • Loading branch information
radhikagupta5 authored and vikasnav committed Mar 24, 2017
1 parent b8704e1 commit 7e6ea9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 201-vmss-custom-script-windows/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"value": "[concat('Subscription#', substring(resourcegroup().id, 15, 36))]"
},
"vmssName": {
"value": "[substring(concat('winvmss', resourceGroup().Name), 0, 10)]"
"value": "[substring(concat('winvmss', resourceGroup().Name), 0, 9)]"
}
}
}

0 comments on commit 7e6ea9f

Please sign in to comment.