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