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 282336f commit 8702abfCopy full SHA for 8702abf
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": "[replace(replace(tolower(concat('sa',resourceGroup().name)), '-', ''), '.','')]"
+ "defaultValue": "[concat('sa',resourceGroup().id)]"
11
12
"vmName": {
13
"type": "string",
0 commit comments