Skip to content

Commit 8702abf

Browse files
authored
Fix the VaaS bugs
1 parent 282336f commit 8702abf

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": "[replace(replace(tolower(concat('sa',resourceGroup().name)), '-', ''), '.','')]"
10+
"defaultValue": "[concat('sa',resourceGroup().id)]"
1111
},
1212
"vmName": {
1313
"type": "string",

0 commit comments

Comments
 (0)