Added location

This commit is contained in:
Jovan Popovic
2020-01-16 11:50:29 +01:00
parent 63f65474dd
commit b44d405a50
@@ -4,7 +4,7 @@
"parameters": {
"storageAccount": {
"defaultValue": "jovanpopsynapse",
"type": "String"
"type": "string"
}
},
"variables": {},
@@ -13,7 +13,7 @@
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2019-04-01",
"name": "[parameters('storageAccount')]",
"location": "westeurope",
"location": "[resourceGroup().location]",
"tags": {
"owner": "SynapsePreview"
},