Skip to content

Commit dfd21f1

Browse files
author
Qi Xiao
committed
Reformat the argument list
1 parent 540663e commit dfd21f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ For more information about Azure Data Factory, see [https://docs.microsoft.com/e
2323
<image-name>
2424
```
2525
### __Arguments list__
26-
|Name|Description|Default
27-
|---|---|---|
28-
| `AUTH_KEY` | Required, the authentication key for the self-hosted integration runtime. | None
29-
| `NODE_NAME` | Optional, the specified name of the node. | hostname |
30-
| `ENABLE_HA` | Optional, 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. | false |
31-
| `HA_PORT` | Optional, the port to set up a high availability cluster. | 8060 |
32-
| `ENABLE_AE` | Optional, 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`. | false |
33-
| `AE_TIME` | Optional, the expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). | 600 |
26+
|Name|Necessity|Default|Description|
27+
|---|---|---|---|
28+
| `AUTH_KEY` | Required | | The authentication key for the self-hosted integration runtime. |
29+
| `NODE_NAME` | Optional | `hostname` | The specified name of the node. |
30+
| `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. |
31+
| `HA_PORT` | Optional | `8060` | The port to set up a high availability cluster. |
32+
| `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`. |
33+
| `AE_TIME` | Optional | `600` | The expiration timeout duration for offline nodes in seconds. <br/>Should be no less than 600 (10 minutes). |
3434

3535
# Contributing
3636

0 commit comments

Comments
 (0)