File tree Expand file tree Collapse file tree
samples/manage/synapse-analytics/workspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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" : {
You can’t perform that action at this time.
0 commit comments