Skip to content

Commit 334dd42

Browse files
authored
Merge branch 'main' into adf_publish
2 parents 4b4f273 + 35a4f18 commit 334dd42

File tree

6 files changed

+30
-12
lines changed

6 files changed

+30
-12
lines changed

code/datafactory/linkedService/AzureDataExplorer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"typeProperties": {
1414
"endpoint": "https://sc4-dev-kusto001.germanywestcentral.kusto.windows.net",
1515
"database": "@linkedService().databaseName"
16+
},
17+
"connectVia": {
18+
"referenceName": "IntegrationRuntime001",
19+
"type": "IntegrationRuntimeReference"
1620
}
1721
}
1822
}

code/datafactory/linkedService/AzureDataLakeStorage.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"type": "AzureBlobFS",
77
"typeProperties": {
88
"url": "https://sc4devstg001.dfs.core.windows.net/"
9+
},
10+
"connectVia": {
11+
"referenceName": "IntegrationRuntime001",
12+
"type": "IntegrationRuntimeReference"
913
}
1014
}
1115
}

code/datafactory/pipeline/IptvCuratedToKusto.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
}
4242
},
4343
"linkedServiceParameters": {
44+
"KustoSinkReference": {
45+
"linkedService": {
46+
"databaseName": "operationaldb"
47+
}
48+
},
4449
"KustoSink": {
4550
"linkedService": {
4651
"databaseName": {
@@ -51,9 +56,9 @@
5156
}
5257
}
5358
},
54-
"compute": {
55-
"coreCount": 8,
56-
"computeType": "General"
59+
"integrationRuntime": {
60+
"referenceName": "IntegrationRuntime001",
61+
"type": "IntegrationRuntimeReference"
5762
},
5863
"traceLevel": "Coarse"
5964
}

code/datafactory/pipeline/IptvRawToCurated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
}
5151
}
5252
},
53-
"compute": {
54-
"coreCount": 8,
55-
"computeType": "General"
53+
"integrationRuntime": {
54+
"referenceName": "IntegrationRuntime001",
55+
"type": "IntegrationRuntimeReference"
5656
},
5757
"traceLevel": "Coarse"
5858
}

code/datafactory/pipeline/OttCuratedToKusto.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
}
4242
},
4343
"linkedServiceParameters": {
44+
"KustoSinkReference": {
45+
"linkedService": {
46+
"databaseName": "operationaldb"
47+
}
48+
},
4449
"KustoSink": {
4550
"linkedService": {
4651
"databaseName": {
@@ -51,9 +56,9 @@
5156
}
5257
}
5358
},
54-
"compute": {
55-
"coreCount": 8,
56-
"computeType": "General"
59+
"integrationRuntime": {
60+
"referenceName": "IntegrationRuntime001",
61+
"type": "IntegrationRuntimeReference"
5762
},
5863
"traceLevel": "Coarse"
5964
}

code/datafactory/pipeline/OttRawToCurated.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
}
5151
}
5252
},
53-
"compute": {
54-
"coreCount": 8,
55-
"computeType": "General"
53+
"integrationRuntime": {
54+
"referenceName": "IntegrationRuntime001",
55+
"type": "IntegrationRuntimeReference"
5656
},
5757
"traceLevel": "Coarse"
5858
}

0 commit comments

Comments
 (0)