Skip to content

Commit 41ab4b8

Browse files
author
Melony QIN
authored
Update arm elements
Update arm elements
1 parent f27bd5d commit 41ab4b8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/automation/automation-deploy-template-runbook.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ In a text editor, copy the following text:
5656
"metadata": {
5757
"description": "Storage Account type"
5858
}
59+
},
60+
"location": {
61+
"type": "string",
62+
"defaultValue": "[resourceGroup().location]",
63+
"metadata": {
64+
"description": "Location for all resources."
65+
}
5966
}
6067
},
6168
"variables": {
@@ -65,8 +72,8 @@ In a text editor, copy the following text:
6572
{
6673
"type": "Microsoft.Storage/storageAccounts",
6774
"name": "[variables('storageAccountName')]",
68-
"apiVersion": "2016-01-01",
69-
"location": "[resourceGroup().location]",
75+
"apiVersion": "2018-02-01",
76+
"location": "[parameters('location')]",
7077
"sku": {
7178
"name": "[parameters('storageAccountType')]"
7279
},

0 commit comments

Comments
 (0)