Additional change

This commit is contained in:
Jovan Popovic
2020-01-17 23:09:05 +01:00
parent 410284a6a0
commit e52b876488
2 changed files with 4 additions and 7 deletions
@@ -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": {