Skip to content

Commit cccfaff

Browse files
author
BobbySchmidt2
committed
edit pass: create-self-hosted-integration-runtime
1 parent bbf1f54 commit cccfaff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
@@ -91,7 +91,7 @@ Dmgcmd.exe is included in the self-hosted installer. It's typically located in t
9191
Use the application as follows:
9292

9393
```powershell
94-
dmgcmd [ -RegisterNewNode "<AuthenticationKey>" -EnableRemoteAccess "<port>" ["<thumbprint>"] -EnableRemoteAccessInContainer "<port>" ["<thumbprint>"] -DisableRemoteAccess -Key "<AuthenticationKey>" -GenerateBackupFile "<filePath>" "<password>" -ImportBackupFile "<filePath>" "<password>" -Restart -Start -Stop -StartUpgradeService -StopUpgradeService -TurnOnAutoUpdate -TurnOffAutoUpdate -SwitchServiceAccount "<domain\user>" ["<password>"] -Loglevel <logLevel> ]
94+
dmgcmd [ -RegisterNewNode "<AuthenticationKey>" -EnableRemoteAccess "<port>" ["<thumbprint>"] -EnableRemoteAccessInContainer "<port>" ["<thumbprint>"] -DisableRemoteAccess -Key "<AuthenticationKey>" -GenerateBackupFile "<filePath>" "<password>" -ImportBackupFile "<filePath>" "<password>" -Restart -Start -Stop -StartUpgradeService -StopUpgradeService -TurnOnAutoUpdate -TurnOffAutoUpdate -SwitchServiceAccount "<domain\user>" ["<password>"] -Loglevel <logLevel> ]
9595
```
9696

9797
Here are details of the application's parameters and properties:
@@ -112,7 +112,7 @@ Here are details of the application's parameters and properties:
112112
| **StopUpgradeService** | Stop the self-hosted integration runtime upgrade service. | No |
113113
| **TurnOnAutoUpdate** | Turn on the self-hosted integration runtime auto-update. | No |
114114
| **TurnOffAutoUpdate** | Turn off the self-hosted integration runtime auto-update. | No |
115-
| **SwitchServiceAccount** "<`domain\user`>" [<"`password`">] | Set DIAHostService to run as a new account. Use the empty password "" for system accounts and virtual accounts. | No |
115+
| **SwitchServiceAccount** "`<domain\user>`" ["`<password>`"] | Set DIAHostService to run as a new account. Use the empty password "" for system accounts and virtual accounts. | No |
116116
| **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 |
117117

118118
## Command flow and data flow
@@ -295,7 +295,7 @@ If you move your cursor over the icon or message in the notification area, you c
295295

296296
![Notifications in the notification area](media/create-self-hosted-integration-runtime/system-tray-notifications.png)
297297

298-
## Ports and firewall
298+
## Ports and firewalls
299299

300300
There are two firewalls to consider:
301301

includes/domain-and-outbound-port-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: abnarain
1212
| ----------------------------- | -------------- | ---------------------------------------- |
1313
| `*.servicebus.windows.net` | 443 | Required by the self-hosted integration runtime to connect to data movement services in Azure Data Factory. |
1414
| `*.frontend.clouddatahub.net` | 443 | Required by the self-hosted integration runtime to connect to the Data Factory service. |
15-
| `download.microsoft.com` | 443 | Required by the self-hosted integration runtime for downloading the updates. If you have disabled auto-update, you may skip configuring this domain. |
15+
| `download.microsoft.com` | 443 | Required by the self-hosted integration runtime for downloading the updates. If you have disabled auto-update, you can skip configuring this domain. |
1616
| `*.core.windows.net` | 443 | Used by the self-hosted integration runtime to connect to the Azure storage account when you use the [staged copy](https://docs.microsoft.com/azure/data-factory/copy-activity-performance#staged-copy) feature. |
1717
| `*.database.windows.net` | 1433 | (Optional) Required when you copy from or to Azure SQL Database or Azure SQL Data Warehouse. Use the staged-copy feature to copy data to SQL Database or SQL Data Warehouse without opening port 1433. |
1818
| `*.azuredatalakestore.net`<br>`login.microsoftonline.com/<tenant>/oauth2/token` | 443 | (Optional) Required when you copy from or to Azure Data Lake Store. |

0 commit comments

Comments
 (0)