You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/concepts-linked-services.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ Linked services can be created in the Azure Data Factory UX via the [management
118
118
119
119
You can create linked services by using one of these tools or SDKs: [.NET API](quickstart-create-data-factory-dot-net.md), [PowerShell](quickstart-create-data-factory-powershell.md), [REST API](quickstart-create-data-factory-rest-api.md), [Azure Resource Manager Template](quickstart-create-data-factory-resource-manager-template.md), and [Azure portal](quickstart-create-data-factory-portal.md).
120
120
121
+
When creating a linked service, the user needs appropriate authorization to the designated service. If sufficient access is not granted, the user will not be able to see the available resources and will need to use manual entry option.
Copy file name to clipboardExpand all lines: articles/data-factory/create-self-hosted-integration-runtime.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,11 +227,11 @@ Here are details of the application's actions and arguments:
227
227
> [!NOTE]
228
228
> Release Notes are available on the same [Microsoft integration runtime download page](https://www.microsoft.com/download/details.aspx?id=39717).
229
229
230
-
## Service account for Self-hosted integration runtime
230
+
## Service account for self-hosted integration runtime
231
231
232
-
The default log on service account of Self-hosted integration runtime is **NT SERVICE\DIAHostService**. You can see it in **Services -> Integration Runtime Service -> Properties -> Log on**.
232
+
The default log on service account of the self-hosted integration runtime is **NT SERVICE\DIAHostService**. You can see it in **Services -> Integration Runtime Service -> Properties -> Log on**.
233
233
234
-
:::image type="content" source="media/create-self-hosted-integration-runtime/shir-service-account.png" alt-text="Service account for Self-hosted integration runtime":::
234
+
:::image type="content" source="media/create-self-hosted-integration-runtime/shir-service-account.png" alt-text="Service account for self-hosted integration runtime":::
235
235
236
236
Make sure the account has the permission of Log on as a service. Otherwise self-hosted integration runtime can't start successfully. You can check the permission in **Local Security Policy -> Security Settings -> Local Policies -> User Rights Assignment -> Log on as a service**
237
237
@@ -287,7 +287,7 @@ When the processor and available RAM aren't well utilized, but the execution of
287
287
>
288
288
> Data movement in transit from a self-hosted IR to other data stores always happens within an encrypted channel, regardless of whether or not this certificate is set.
289
289
290
-
### Credential Sync
290
+
### Credential sync
291
291
If you don't store credentials or secret values in an Azure Key Vault, the credentials or secret values will be stored in the machines where your self-hosted integration runtime locates. Each node will have a copy of credential with certain version. In order to make all nodes work together, the version number should be the same for all nodes.
292
292
293
293
## Proxy server considerations
@@ -377,7 +377,7 @@ If you see error messages like the following ones, the likely reason is improper
377
377
378
378
```output
379
379
Unable to connect to the remote server
380
-
A component of Integration Runtime has become unresponsive and restarts automatically. Component name: Integration Runtime (Self-hosted).
380
+
A component of Integration Runtime has become unresponsive and restarts automatically. Component name: Integration Runtime (self-hosted).
381
381
```
382
382
383
383
### Enable remote access from an intranet
@@ -457,7 +457,7 @@ There are two ways to store the credentials when using self-hosted integration r
457
457
This is the recommended way to store your credentials in Azure. The self-hosted integration runtime can directly get the credentials from Azure Key Vault which can highly avoid some potential security issues or any credential in-sync problems between self-hosted integration runtime nodes.
458
458
2. Store credentials locally.
459
459
The credentials will be push to the machine of your self-hosted integration runtime and be encrypted.
460
-
When your self-hosted integration runtime is recovered from crash, you can either recover credential from the one you backup before or edit linked service and let the credential be pushed to self-hosted integration runtime again. Otherwise, the pipeline doesn't work due to the lack of credential when running via self-hosted integration runtime.
460
+
When your self-hosted integration runtime is recovered from crash, you can either recover credential from the one you back up before or edit linked service and let the credential be pushed to self-hosted integration runtime again. Otherwise, the pipeline doesn't work due to the lack of credential when running via self-hosted integration runtime.
461
461
> [!NOTE]
462
462
> If you prefer to store the credential locally, your need to put the domain for interactive authoring in the allowlist of your firewall
463
463
> and open the port. This channel is also for the self-hosted integration runtime to get the credentials.
@@ -471,6 +471,16 @@ You can install the self-hosted integration runtime by downloading a Managed Ide
471
471
- Regularly back up the credentials associated with the self-hosted integration runtime.
472
472
- To automate self-hosted IR setup operations, refer to [Set up an existing self hosted IR via PowerShell](#setting-up-a-self-hosted-integration-runtime).
473
473
474
+
## Important considerations
475
+
476
+
When installing a self-hosted integration runtime consider following
477
+
478
+
- Keep it close to your data source but not necessarily on the same machine
479
+
- Don't install it on the same machine as Power BI gateway
480
+
- Windows Server only(FIPS-compliant encryption servers might cause jobs to fail)
481
+
- Share across multiple data sources
482
+
- Share across multiple data factories
483
+
474
484
## Next steps
475
485
476
486
For step-by-step instructions, see [Tutorial: Copy on-premises data to cloud](tutorial-hybrid-copy-powershell.md).
0 commit comments