Skip to content

Commit 14ac79c

Browse files
committed
Updated text
1 parent db47dce commit 14ac79c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/data-factory/self-hosted-integration-runtime-troubleshoot-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot Self-hosted Integration Runtime
2+
title: Troubleshoot Self-hosted Integration Runtime in Azure Data Factory
33
description: Learn how to troubleshoot Self-hosted integration runtime issues in Azure Data Factory.
44
services: data-factory
55
author: nabhishek
@@ -9,7 +9,7 @@ ms.date: 11/07/2019
99
ms.author: abnarain
1010
---
1111

12-
# Troubleshoot Azure Data Factory Self-hosted Integration Runtime
12+
# Troubleshoot Self-hosted Integration Runtime
1313

1414
This article explores common troubleshooting methods for self-hosted integration runtime in Azure Data Factory.
1515

@@ -23,7 +23,7 @@ This article explores common troubleshooting methods for self-hosted integration
2323

2424
- **Cause**: The self-hosted integration runtime isn't able to connect to data factory service (backend). Most often than not it's caused due to network settings in Firewall.
2525

26-
- **Resolution**: Make sure that the container you're referencing in your dataset exists.
26+
- **Resolution**:
2727

2828
1. Check if the windows service "Integration Runtime Service" is running.
2929

@@ -36,6 +36,8 @@ This article explores common troubleshooting methods for self-hosted integration
3636
```powershell
3737
(New-Object System.Net.WebClient).DownloadString("https://wu2.frontend.clouddatahub.net/")
3838
```
39+
> [!NOTE]
40+
> The service URL may vary based on your data factory location. You can find the service URL under ADF UI -> Connections -> Integration runtimes -> Edit Self-hosted IR -> Nodes -> View Service URLs.
3941

4042
Below is the expected response:
4143

0 commit comments

Comments
 (0)