Skip to content

Commit e52b876

Browse files
committed
Additional change
1 parent 410284a commit e52b876

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

samples/manage/synapse-analytics/storage/azuredeploy.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"parameters": {
55
"storageAccount": {
66
"type": "string"
7-
},
8-
"location": {
9-
"defaultValue": "[resourceGroup().location]",
10-
"type": "string"
117
}
128
},
139
"variables": {},
@@ -16,9 +12,10 @@
1612
"type": "Microsoft.Storage/storageAccounts",
1713
"apiVersion": "2019-04-01",
1814
"name": "[parameters('storageAccount')]",
19-
"location": "[parameters('location')]",
15+
"location": "[resourceGroup().location]",
2016
"tags": {
21-
"owner": "SynapsePreview"
17+
"Type": "Synapse Data Lake Storage",
18+
"Created with":"Synapse Azure Resource Manager deploment template"
2219
},
2320
"sku": {
2421
"name": "Standard_RAGRS",

samples/manage/synapse-analytics/workspace/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "SecureString"
2626
},
2727
"tagValues": {
28-
"defaultValue": {"Created with":"Azure Resource Manager deploment template"},
28+
"defaultValue": {"Created with":"Synapse Azure Resource Manager deploment template"},
2929
"type": "Object"
3030
},
3131
"storageSubscriptionID": {

0 commit comments

Comments
 (0)