Skip to content

Commit b44d405

Browse files
committed
Added location
1 parent 63f6547 commit b44d405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"parameters": {
55
"storageAccount": {
66
"defaultValue": "jovanpopsynapse",
7-
"type": "String"
7+
"type": "string"
88
}
99
},
1010
"variables": {},
@@ -13,7 +13,7 @@
1313
"type": "Microsoft.Storage/storageAccounts",
1414
"apiVersion": "2019-04-01",
1515
"name": "[parameters('storageAccount')]",
16-
"location": "westeurope",
16+
"location": "[resourceGroup().location]",
1717
"tags": {
1818
"owner": "SynapsePreview"
1919
},

0 commit comments

Comments
 (0)