Skip to content

Commit 7d823fe

Browse files
committed
ARM template and parameters deployed on 7-4-2024 21:24:34, based on the collaboration branch's commit ID: 35a4f18
1 parent 9380891 commit 7d823fe

File tree

5 files changed

+373
-320
lines changed

5 files changed

+373
-320
lines changed

sc4-dev-df001/ARMTemplateForFactory.json

Lines changed: 44 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
"KustoSink": {}
115115
},
116116
"linkedServiceParameters": {
117+
"KustoSinkReference": {
118+
"linkedService": {
119+
"databaseName": "operationaldb"
120+
}
121+
},
117122
"KustoSink": {
118123
"linkedService": {
119124
"databaseName": {
@@ -125,9 +130,9 @@
125130
}
126131
},
127132
"staging": {},
128-
"compute": {
129-
"coreCount": 8,
130-
"computeType": "General"
133+
"integrationRuntime": {
134+
"referenceName": "IntegrationRuntime001",
135+
"type": "IntegrationRuntimeReference"
131136
},
132137
"traceLevel": "Coarse"
133138
}
@@ -199,7 +204,8 @@
199204
"annotations": []
200205
},
201206
"dependsOn": [
202-
"[concat(variables('factoryId'), '/dataflows/IptvCuratedToKusto')]"
207+
"[concat(variables('factoryId'), '/dataflows/IptvCuratedToKusto')]",
208+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
203209
]
204210
},
205211
{
@@ -511,9 +517,9 @@
511517
}
512518
},
513519
"staging": {},
514-
"compute": {
515-
"coreCount": 8,
516-
"computeType": "General"
520+
"integrationRuntime": {
521+
"referenceName": "IntegrationRuntime001",
522+
"type": "IntegrationRuntimeReference"
517523
},
518524
"traceLevel": "Coarse"
519525
}
@@ -588,7 +594,8 @@
588594
"annotations": []
589595
},
590596
"dependsOn": [
591-
"[concat(variables('factoryId'), '/dataflows/IptvRawToCurated')]"
597+
"[concat(variables('factoryId'), '/dataflows/IptvRawToCurated')]",
598+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
592599
]
593600
},
594601
{
@@ -1048,6 +1055,11 @@
10481055
"KustoSink": {}
10491056
},
10501057
"linkedServiceParameters": {
1058+
"KustoSinkReference": {
1059+
"linkedService": {
1060+
"databaseName": "operationaldb"
1061+
}
1062+
},
10511063
"KustoSink": {
10521064
"linkedService": {
10531065
"databaseName": {
@@ -1059,9 +1071,9 @@
10591071
}
10601072
},
10611073
"staging": {},
1062-
"compute": {
1063-
"coreCount": 8,
1064-
"computeType": "General"
1074+
"integrationRuntime": {
1075+
"referenceName": "IntegrationRuntime001",
1076+
"type": "IntegrationRuntimeReference"
10651077
},
10661078
"traceLevel": "Coarse"
10671079
}
@@ -1133,7 +1145,8 @@
11331145
"annotations": []
11341146
},
11351147
"dependsOn": [
1136-
"[concat(variables('factoryId'), '/dataflows/OttCuratedToKusto')]"
1148+
"[concat(variables('factoryId'), '/dataflows/OttCuratedToKusto')]",
1149+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
11371150
]
11381151
},
11391152
{
@@ -1445,9 +1458,9 @@
14451458
}
14461459
},
14471460
"staging": {},
1448-
"compute": {
1449-
"coreCount": 8,
1450-
"computeType": "General"
1461+
"integrationRuntime": {
1462+
"referenceName": "IntegrationRuntime001",
1463+
"type": "IntegrationRuntimeReference"
14511464
},
14521465
"traceLevel": "Coarse"
14531466
}
@@ -1522,7 +1535,8 @@
15221535
"annotations": []
15231536
},
15241537
"dependsOn": [
1525-
"[concat(variables('factoryId'), '/dataflows/OttRawToCurated')]"
1538+
"[concat(variables('factoryId'), '/dataflows/OttRawToCurated')]",
1539+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
15261540
]
15271541
},
15281542
{
@@ -3821,9 +3835,15 @@
38213835
"typeProperties": {
38223836
"endpoint": "[parameters('AzureDataExplorer_properties_typeProperties_endpoint')]",
38233837
"database": "[parameters('AzureDataExplorer_properties_typeProperties_database')]"
3838+
},
3839+
"connectVia": {
3840+
"referenceName": "IntegrationRuntime001",
3841+
"type": "IntegrationRuntimeReference"
38243842
}
38253843
},
3826-
"dependsOn": []
3844+
"dependsOn": [
3845+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
3846+
]
38273847
},
38283848
{
38293849
"name": "[concat(parameters('factoryName'), '/AzureDataLakeStorage')]",
@@ -3835,9 +3855,15 @@
38353855
"type": "AzureBlobFS",
38363856
"typeProperties": {
38373857
"url": "[parameters('AzureDataLakeStorage_properties_typeProperties_url')]"
3858+
},
3859+
"connectVia": {
3860+
"referenceName": "IntegrationRuntime001",
3861+
"type": "IntegrationRuntimeReference"
38383862
}
38393863
},
3840-
"dependsOn": []
3864+
"dependsOn": [
3865+
"[concat(variables('factoryId'), '/integrationRuntimes/IntegrationRuntime001')]"
3866+
]
38413867
},
38423868
{
38433869
"name": "[concat(parameters('factoryName'), '/AzureKeyVault')]",

sc4-dev-df001/ARMTemplateParametersForFactory.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"contentVersion": "1.0.0.0",
44
"parameters": {
55
"factoryName": {
6-
"value": "${data_factory_name}"
6+
"value": "sc4-dev-df001"
77
},
88
"AzureDataExplorer_properties_typeProperties_endpoint": {
9-
"value": "${kusto_cluster_uri}"
9+
"value": "https://sc4-dev-kusto001.germanywestcentral.kusto.windows.net"
1010
},
1111
"AzureDataExplorer_properties_typeProperties_database": {
1212
"value": "@linkedService().databaseName"
1313
},
1414
"AzureDataLakeStorage_properties_typeProperties_url": {
15-
"value": "${datalake_primary_dfs_endpoint}"
15+
"value": "https://sc4devstg001.dfs.core.windows.net/"
1616
},
1717
"AzureKeyVault_properties_typeProperties_baseUrl": {
18-
"value": "${key_vault_uri}"
18+
"value": "https://sc4-dev-vault001.vault.azure.net/"
1919
},
2020
"IptvUpload_properties_IptvMainPipeline_parameters_uploadSourceFolderPath": {
2121
"value": "@triggerBody().folderPath"
@@ -24,7 +24,7 @@
2424
"value": "@triggerBody().fileName"
2525
},
2626
"IptvUpload_properties_typeProperties_scope": {
27-
"value": "${datalake_id}"
27+
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
2828
},
2929
"OttUpload_properties_OttMainPipeline_parameters_uploadSourceFolderPath": {
3030
"value": "@triggerBody().folderPath"
@@ -33,7 +33,7 @@
3333
"value": "@triggerBody().fileName"
3434
},
3535
"OttUpload_properties_typeProperties_scope": {
36-
"value": "${datalake_id}"
36+
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
3737
},
3838
"TestUpload_properties_TestParseBlobTrigger_parameters_uploadSourceFolderPath": {
3939
"value": "@triggerBody().folderPath"
@@ -42,7 +42,7 @@
4242
"value": "@triggerBody().fileName"
4343
},
4444
"TestUpload_properties_typeProperties_scope": {
45-
"value": "${datalake_id}"
45+
"value": "/subscriptions/be25820a-df86-4794-9e95-6a45cd5c0941/resourceGroups/sc4-dev-stg-rg/providers/Microsoft.Storage/storageAccounts/sc4devstg001"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)