mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Added location
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user