mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Additional change
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
"parameters": {
|
||||
"storageAccount": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"defaultValue": "[resourceGroup().location]",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"variables": {},
|
||||
@@ -16,9 +12,10 @@
|
||||
"type": "Microsoft.Storage/storageAccounts",
|
||||
"apiVersion": "2019-04-01",
|
||||
"name": "[parameters('storageAccount')]",
|
||||
"location": "[parameters('location')]",
|
||||
"location": "[resourceGroup().location]",
|
||||
"tags": {
|
||||
"owner": "SynapsePreview"
|
||||
"Type": "Synapse Data Lake Storage",
|
||||
"Created with":"Synapse Azure Resource Manager deploment template"
|
||||
},
|
||||
"sku": {
|
||||
"name": "Standard_RAGRS",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"type": "SecureString"
|
||||
},
|
||||
"tagValues": {
|
||||
"defaultValue": {"Created with":"Azure Resource Manager deploment template"},
|
||||
"defaultValue": {"Created with":"Synapse Azure Resource Manager deploment template"},
|
||||
"type": "Object"
|
||||
},
|
||||
"storageSubscriptionID": {
|
||||
|
||||
Reference in New Issue
Block a user