Skip to content

Commit d754762

Browse files
authored
Merge pull request #97446 from nabhishek/patch-25
updated local powershell cmdlet table
2 parents 5187f2a + cf21fe7 commit d754762

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Here are details of the application's parameters and properties:
9999
| Property | Description | Required |
100100
| ----------------------------------------------------------- | ------------------------------------------------------------ | -------- |
101101
| **RegisterNewNode** "`<AuthenticationKey>`" | Register a self-hosted integration runtime node with the specified authentication key. | No |
102+
| **RegisterNewNode** "`<AuthenticationKey>`" "`<NodeName>`" | Register a self-hosted integration runtime node with the specified authentication key and node name. | No |
102103
| **EnableRemoteAccess** "`<port>`" ["`<thumbprint>`"] | Enable remote access on the current node to set up a high-availability cluster. Or enable setting credentials directly against the self-hosted IR without going through Azure Data Factory. You do the latter by using the **New-AzDataFactoryV2LinkedServiceEncryptedCredential** cmdlet from a remote machine in the same network. | No |
103104
| **EnableRemoteAccessInContainer** "`<port>`" ["`<thumbprint>`"] | Enable remote access to the current node when the node runs in a container. | No |
104105
| **DisableRemoteAccess** | Disable remote access to the current node. Remote access is needed for multinode setup. The **New-AzDataFactoryV2LinkedServiceEncryptedCredential** PowerShell cmdlet still works even when remote access is disabled. This behavior is true as long as the cmdlet is executed on the same machine as the self-hosted IR node. | No |
@@ -113,7 +114,7 @@ Here are details of the application's parameters and properties:
113114
| **TurnOnAutoUpdate** | Turn on the self-hosted integration runtime auto-update. | No |
114115
| **TurnOffAutoUpdate** | Turn off the self-hosted integration runtime auto-update. | No |
115116
| **SwitchServiceAccount** "`<domain\user>`" ["`<password>`"] | Set DIAHostService to run as a new account. Use the empty password "" for system accounts and virtual accounts. | No |
116-
| **Loglevel** `<logLevel>` | Set the Event Tracing for Windows (ETW) log level to **Off**, **Error**, **Verbose**, or **All**. This property is mostly used by Microsoft Support engineers while they debug your installation. | No |
117+
117118

118119
## Command flow and data flow
119120

0 commit comments

Comments
 (0)