Skip to content

Commit 4bd462d

Browse files
committed
Added location parameter
1 parent b44d405 commit 4bd462d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

samples/manage/synapse-analytics/storage/azuredeploy.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"storageAccount": {
66
"defaultValue": "jovanpopsynapse",
77
"type": "string"
8+
},
9+
"location": {
10+
"defaultValue": "[resourceGroup().location]",
11+
"type": "string"
812
}
913
},
1014
"variables": {},
@@ -13,7 +17,7 @@
1317
"type": "Microsoft.Storage/storageAccounts",
1418
"apiVersion": "2019-04-01",
1519
"name": "[parameters('storageAccount')]",
16-
"location": "[resourceGroup().location]",
20+
"location": "[parameters('location')]",
1721
"tags": {
1822
"owner": "SynapsePreview"
1923
},

0 commit comments

Comments
 (0)