We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44d405 commit 4bd462dCopy full SHA for 4bd462d
1 file changed
samples/manage/synapse-analytics/storage/azuredeploy.json
@@ -5,6 +5,10 @@
5
"storageAccount": {
6
"defaultValue": "jovanpopsynapse",
7
"type": "string"
8
+ },
9
+ "location": {
10
+ "defaultValue": "[resourceGroup().location]",
11
+ "type": "string"
12
}
13
},
14
"variables": {},
@@ -13,7 +17,7 @@
17
"type": "Microsoft.Storage/storageAccounts",
18
"apiVersion": "2019-04-01",
15
19
"name": "[parameters('storageAccount')]",
16
- "location": "[resourceGroup().location]",
20
+ "location": "[parameters('location')]",
21
"tags": {
22
"owner": "SynapsePreview"
23
0 commit comments