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