Skip to content

Commit a1b97f0

Browse files
Merge pull request #217146 from zeinab-mk/patch-30
Update register-scan-power-bi-tenant.md
2 parents 9273254 + 55fdb19 commit a1b97f0

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

articles/purview/manage-integration-runtimes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 10/27/2022
9+
ms.date: 11/03/2022
1010
---
1111

1212
# Create and manage a self-hosted integration runtime
@@ -172,6 +172,7 @@ Depending on the sources you want to scan, you also need to allow other domains
172172
| `<your_storage_account>.dfs.core.windows.net` | 443 | When scan Azure Data Lake Store Gen 2. |
173173
| `<your_storage_account>.blob.core.windows.net` | 443 | When scan Azure Blob storage. |
174174
| `<your_sql_server>.database.windows.net` | 1433 | When scan Azure SQL Database. |
175+
| `*.powerbi.com` and `*.analysis.windows.net` | 443 | When scan Power BI tenant. |
175176
| `<your_ADLS_account>.azuredatalakestore.net` | 443 | When scan Azure Data Lake Store Gen 1. |
176177
| Various domains | Dependent | Domains and ports for any other sources the SHIR will scan. |
177178

articles/purview/register-scan-power-bi-tenant-cross-tenant.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ Use either of the following deployment checklists during the setup, or for troub
144144

145145
1. Validate the following self-hosted runtime settings:
146146
1. The latest version of the [self-hosted runtime](https://www.microsoft.com/download/details.aspx?id=39717) is installed on the VM.
147-
1. Network connectivity from the self-hosted runtime to the Power BI tenant is enabled.
147+
1. Network connectivity from the self-hosted runtime to the Power BI tenant is enabled. The following endpoints must be reachable from self-hosted runtime VM:
148+
- `*.powerbi.com`
149+
- `*.analysis.windows.net`
150+
148151
1. Network connectivity from the self-hosted runtime to Microsoft services is enabled.
149152
1. [JDK 8 or later](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) is installed.
150153
1. In Power BI tenant, In Azure Active Directory create a security group.

articles/purview/register-scan-power-bi-tenant.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 10/24/2022
9+
ms.date: 11/03/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -120,7 +120,10 @@ Use any of the following deployment checklists during the setup or for troublesh
120120

121121
3. Validate Self-hosted runtime settings:
122122
1. Latest version of [Self-hosted runtime](https://www.microsoft.com/download/details.aspx?id=39717) is installed on the VM.
123-
2. Network connectivity from Self-hosted runtime to Power BI tenant is enabled.
123+
2. Network connectivity from Self-hosted runtime to Power BI tenant is enabled. The following endpoints must be reachable from self-hosted runtime VM:
124+
- `*.powerbi.com`
125+
- `*.analysis.windows.net`
126+
124127
3. Network connectivity from Self-hosted runtime to Microsoft services is enabled.
125128
4. [JDK 8 or later](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) is installed.
126129

@@ -174,8 +177,11 @@ Use any of the following deployment checklists during the setup or for troublesh
174177
2. Review network configuration and validate if:
175178
1. A [private endpoint for Power BI tenant](/power-bi/enterprise/service-security-private-links) is deployed. (Optional)
176179
2. All required [private endpoints for Microsoft Purview](./catalog-private-link-end-to-end.md) are deployed.
177-
3. Network connectivity from Self-hosted runtime to Power BI tenant is enabled.
178-
3. Network connectivity from Self-hosted runtime to Microsoft services is enabled through private network.
180+
3. Network connectivity from Self-hosted runtime to Power BI tenant is enabled. The following endpoints must be reachable from self-hosted runtime VM:
181+
- `*.powerbi.com`
182+
- `*.analysis.windows.net`
183+
184+
4. Network connectivity from Self-hosted runtime to Microsoft services is enabled through private network.
179185

180186
1. In Azure Active Directory tenant, create a security group.
181187

0 commit comments

Comments
 (0)