Skip to content

Commit f9a11c3

Browse files
committed
fix some errors
1 parent 5430dc4 commit f9a11c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-factory/how-to-run-self-hosted-integration-runtime-in-windows-container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure Data Factory provides Windows container support for the Self-Hosted Integr
3131

3232
1. If you need to use a specific version of the SHIR, you can download it and move it to the *SHIR* folder.
3333

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.
3535

3636
1. Open your folder in the shell:
3737

@@ -63,13 +63,13 @@ Azure Data Factory provides Windows container support for the Self-Hosted Integr
6363
| `NODE_NAME` | Optional | `hostname` | The specified name of the node. |
6464
| `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. |
6565
| `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). |
6868

6969

7070
## Container health check
7171

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.
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.
7373

7474
## Limitations
7575

@@ -81,7 +81,7 @@ Currently we don't support the below features when running the Self-Hosted Integ
8181
- Daemon service
8282
- Auto-update
8383

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.
8585

8686
### Related content
8787

0 commit comments

Comments
 (0)