You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-run-self-hosted-integration-runtime-in-windows-container.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Azure Data Factory provides Windows container support for the Self-Hosted Integr
31
31
32
32
1. If you need to use a specific version of the SHIR, you can download it and move it to the *SHIR* folder.
33
33
34
-
Otherwise, skip this step. The container image build process will download the latest version of the SHIR automatically.
34
+
Otherwise, skip this step. The container image build process downloads the latest version of the SHIR automatically.
35
35
36
36
1. Open your folder in the shell:
37
37
@@ -63,13 +63,13 @@ Azure Data Factory provides Windows container support for the Self-Hosted Integr
63
63
|`NODE_NAME`| Optional |`hostname`| The specified name of the node. |
64
64
|`ENABLE_HA`| Optional |`false`| The flag to enable high availability and scalability.<br/> It supports up to 4 nodes registered to the same IR when `HA` is enabled, otherwise only 1 is allowed. |
65
65
|`HA_PORT`| Optional |`8060`| The port to set up a high availability cluster. |
66
-
|`ENABLE_AE`| Optional |`false`| The flag to enable offline nodes auto-expiration.<br/> If enabled, the expired nodes will be removed automatically from the IR when a new node is attempting to register.<br/> Only works when `ENABLE_HA=true`. |
67
-
|`AE_TIME`| Optional |`600`| The expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). |
66
+
|`ENABLE_AE`| Optional |`false`| The flag to enable offline nodes auto-expiration.<br/> If enabled, the expired nodes are removed automatically from the IR when a new node is attempting to register.<br/> Only works when `ENABLE_HA=true`. |
67
+
|`AE_TIME`| Optional |`600`| The expiration time out duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). |
68
68
69
69
70
70
## Container health check
71
71
72
-
After the 120second startup period, the health check runs periodically every 30 seconds. It provides the SHIR's health status to the container engine.
72
+
After the 120-second startup period, the health check runs periodically every 30 seconds. It provides the SHIR's health status to the container engine.
73
73
74
74
## Limitations
75
75
@@ -81,7 +81,7 @@ Currently we don't support the below features when running the Self-Hosted Integ
81
81
- Daemon service
82
82
- Auto-update
83
83
84
-
There is a known issue when hosting an Azure Data Factory self-hosted integration runtime in Azure App Service, where a restart creates a new container instead of reusing the existing one. This causes configuration settings, such as concurrency adjustments, to be lost, changes to the host file for FQDN-to-IP mapping to reset, and the node name to change.
84
+
There's a known issue when hosting an Azure Data Factory self-hosted integration runtime in Azure App Service, where a restart creates a new container instead of reusing the existing one. This causes configuration settings, such as concurrency adjustments, to be lost, changes to the host file for FQDN-to-IP mapping to reset, and the node name to change.
0 commit comments