Skip to content

Commit 5900fc2

Browse files
authored
Merge pull request #201939 from Clare-Zheng82/0616-Enhance_SHIR_command_line_arguments
Enhance ‘-EnableLocalMachineAccess’ and ’-DisableLocalMachineAccess‘ description
2 parents e78f51f + 31b68d4 commit 5900fc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: integration-runtime
77
ms.topic: conceptual
88
author: lrtoyou1223
99
ms.author: lle
10-
ms.date: 06/14/2022
10+
ms.date: 06/16/2022
1111
ms.custom: devx-track-azurepowershell, synapse
1212
---
1313

@@ -197,8 +197,8 @@ Here are details of the application's actions and arguments:
197197
|`-tonau`,<br/>`-TurnOnAutoUpdate`||Turn on the self-hosted integration runtime auto-update.|
198198
|`-toffau`,<br/>`-TurnOffAutoUpdate`||Turn off the self-hosted integration runtime auto-update.|
199199
|`-ssa`,<br/>`-SwitchServiceAccount`|"`<domain\user>`" ["`<password>`"]|Set DIAHostService to run as a new account. Use the empty password "" for system accounts and virtual accounts.|
200-
|`-EnableLocalMachineAccess`|| Enable local machine access (localhost, private IP) on the current self-hosted IR node.|
201-
|`-DisableLocalMachineAccess`|| Disable local machine access (localhost, private IP) on the current self-hosted IR node.|
200+
|`-elma`,<br/>`-EnableLocalMachineAccess`|| Enable local machine access (localhost, private IP) on the current self-hosted IR node. In self-hosted IR High Availability scenario, the action needs to be invoked on every self-hosted IR node.|
201+
|`-dlma`,<br/>`-DisableLocalMachineAccess`|| Disable local machine access (localhost, private IP) on the current self-hosted IR node. In self-hosted IR High Availability scenario, the action needs to be invoked on every self-hosted IR node.|
202202

203203
## Install and register a self-hosted IR from Microsoft Download Center
204204

0 commit comments

Comments
 (0)