Skip to content

Commit 7e6ea9f

Browse files
radhikagupta5vikasnav
authored andcommitted
Issue with max length. Fixing. (Azure#214)
* 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.
1 parent b8704e1 commit 7e6ea9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

201-vmss-custom-script-windows/azuredeploy.parameters.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"value": "[concat('Subscription#', substring(resourcegroup().id, 15, 36))]"
1010
},
1111
"vmssName": {
12-
"value": "[substring(concat('winvmss', resourceGroup().Name), 0, 10)]"
12+
"value": "[substring(concat('winvmss', resourceGroup().Name), 0, 9)]"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)