Skip to content

Commit e6a99e4

Browse files
committed
Update azuredeploy.json
1 parent f67e565 commit e6a99e4

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

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

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@
1010
"type": "String"
1111
},
1212
"defaultDataLakeStorageAccountName": {
13-
"type": "String"
13+
"type": "String",
14+
"metadata": {
15+
"description": "Data Lake Storage account that you will use for Synapse Workspace."
16+
}
1417
},
1518
"defaultDataLakeStorageFilesystemName": {
1619
"defaultValue": "workspace",
17-
"type": "String"
20+
"type": "String",
21+
"metadata": {
22+
"description": "container in Data Lake Storage account that you will use for Synapse Workspace."
23+
}
1824
},
1925
"sqlAdministratorLogin": {
2026
"type": "String"
@@ -23,20 +29,29 @@
2329
"type": "SecureString"
2430
},
2531
"tagValues": {
26-
"defaultValue": {},
32+
"defaultValue": {"createdWith":"Azure Resource Manager template"},
2733
"type": "Object"
2834
},
2935
"storageSubscriptionID": {
3036
"defaultValue": "[subscription().subscriptionId]",
31-
"type": "String"
37+
"type": "String",
38+
"metadata": {
39+
"description": "Do not change this value if Data Lake Storage is placed in the same subscription as Synapse Workspace(recommended)."
40+
}
3241
},
3342
"storageResourceGroupName": {
3443
"defaultValue": "[resourceGroup().name]",
35-
"type": "String"
44+
"type": "String",
45+
"metadata": {
46+
"description": "Do not change this value if Data Lake Storage is placed in the same resource group as Synapse Workspace."
47+
}
3648
},
3749
"storageLocation": {
3850
"defaultValue": "[resourceGroup().location]",
39-
"type": "String"
51+
"type": "String",
52+
"metadata": {
53+
"description": "Do not change this value if Data Lake Storage is placed in the same region as Synapse Workspace(recommended)."
54+
}
4055
}
4156
},
4257
"variables": {

0 commit comments

Comments
 (0)