Skip to content

Commit 7e1c3ae

Browse files
authored
Updated the SA name
1 parent 1aa2685 commit 7e1c3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-simple-windows-vm/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {
88
"description": "Unique DNS Name for the Storage Account where the Virtual Machine's disks will be placed."
99
},
10-
"defaultValue": "[concat('sa',resourceGroup().id)]"
10+
"defaultValue": "[substring(concat('vm',uniquestring(replace(resourceGroup().Id,'-',''))),0,8)]"
1111
},
1212
"vmName": {
1313
"type": "string",

0 commit comments

Comments
 (0)