-
Notifications
You must be signed in to change notification settings - Fork 0
/
TemplateParametersForWorkspace.json
70 lines (70 loc) · 3.56 KB
/
TemplateParametersForWorkspace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspaceName": {
"value": "data-auto-dev-synapse001"
},
"data-auto-dev-synapse001-WorkspaceDefaultSqlServer_connectionString": {
"value": ""
},
"WaitPipeline_properties_1_typeProperties_sparkPool_bigDataPoolReference": {
"value": "bigDataPool001"
},
"mySqlPoolIrisTable_properties_sqlPool_sqlPoolReference": {
"value": "sqlPool001"
},
"data-auto-dev-synapse001-WorkspaceDefaultSqlServer_properties_typeProperties_connectionString": {
"value": ""
},
"data-auto-dev-synapse001-WorkspaceDefaultStorage_properties_typeProperties_blobEndpointUri": {
"value": "https://dataautodevlake001.dfs.core.windows.net"
},
"defaultKeyVault_properties_typeProperties_baseUrl": {
"value": "https://data-auto-dev-vault001.vault.azure.net/"
},
"GrantAccess_properties_content_currentConnection_databaseName": {
"value": "sqlPool001"
},
"GrantAccess_properties_content_currentConnection_poolName": {
"value": "sqlPool001"
},
"myNotebook_properties_bigDataPool_bigDataPoolReference": {
"value": "bigDataPool001"
},
"Purview_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/synapse-rg/providers/Microsoft.Purview/accounts/marvtest"
},
"Purview_blob_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/managed-rg-tsmspzj/providers/Microsoft.Storage/storageAccounts/scanwesteuropefhwfmtd"
},
"Purview_namespace_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/managed-rg-tsmspzj/providers/Microsoft.EventHub/namespaces/Atlas-5759ff09-2cdd-465c-8de5-200c80d09372"
},
"Purview_queue_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/managed-rg-tsmspzj/providers/Microsoft.Storage/storageAccounts/scanwesteuropefhwfmtd"
},
"defaultDataLake_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/synapse-deployment/providers/Microsoft.Storage/storageAccounts/dataautodevlake001"
},
"defaultKeyVault_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/synapse-deployment/providers/Microsoft.KeyVault/vaults/data-auto-dev-vault001"
},
"synapse-ws-sql--data-auto-dev-synapse001_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/synapse-deployment/providers/Microsoft.Synapse/workspaces/data-auto-dev-synapse001"
},
"synapse-ws-sql--data-auto-dev-synapse001_properties_managedPrivateEndpointsFqdns": {
"value": [
"data-auto-dev-synapse001.813fcfa7-0204-46d5-9c1d-8f46018061fd.sql.azuresynapse.net"
]
},
"synapse-ws-sqlOnDemand--data-auto-dev-synapse001_properties_managedPrivateEndpointPrivateLinkResourceId": {
"value": "/subscriptions/558bd446-4212-46a2-908c-9ab0a628705e/resourceGroups/synapse-deployment/providers/Microsoft.Synapse/workspaces/data-auto-dev-synapse001"
},
"synapse-ws-sqlOnDemand--data-auto-dev-synapse001_properties_managedPrivateEndpointsFqdns": {
"value": [
"data-auto-dev-synapse001-ondemand.813fcfa7-0204-46d5-9c1d-8f46018061fd.sql.azuresynapse.net"
]
}
}
}