We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa2685 commit 7e1c3aeCopy full SHA for 7e1c3ae
101-simple-windows-vm/azuredeploy.json
@@ -7,7 +7,7 @@
7
"metadata": {
8
"description": "Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed."
9
},
10
- "defaultValue": "[concat('sa',resourceGroup().id)]"
+ "defaultValue": "[substring(concat('vm',uniquestring(replace(resourceGroup().Id,'-',''))),0,8)]"
11
12
"vmName": {
13
"type": "string",
0 commit comments