Added location parameter

This commit is contained in:
Jovan Popovic
2020-01-16 12:23:52 +01:00
parent b44d405a50
commit 4bd462d64e
@@ -5,6 +5,10 @@
"storageAccount": {
"defaultValue": "jovanpopsynapse",
"type": "string"
},
"location": {
"defaultValue": "[resourceGroup().location]",
"type": "string"
}
},
"variables": {},
@@ -13,7 +17,7 @@
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2019-04-01",
"name": "[parameters('storageAccount')]",
"location": "[resourceGroup().location]",
"location": "[parameters('location')]",
"tags": {
"owner": "SynapsePreview"
},