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/purview/catalog-private-link-troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This guide summarizes known limitations related to using private endpoints for A
25
25
- Using Azure portal, the ingestion private endpoints can be created via the Azure Purview portal experience described in the preceding steps. They can't be created from the Private Link Center.
26
26
- Creating DNS A records for ingestion private endpoints inside existing Azure DNS Zones, while the Azure Private DNS Zones are located in a different subscription than the private endpoints is not supported via the Azure Purview portal experience. A records can be added manually in the destination DNS Zones in the other subscription.
27
27
- Self-hosted integration runtime machine must be deployed in the same VNet where Azure Purview ingestion private endpoint is deployed.
28
-
- We currently do not support scanning a Power BI tenant which has a private endpoint configured with public access blocked.
28
+
- We currently do not support scanning a Power BI tenant, which has a private endpoint configured with public access blocked.
29
29
- For limitation related to Private Link service, see [Azure Private Link limits](../azure-resource-manager/management/azure-subscription-service-limits.md#private-link-limits).
30
30
31
31
## Recommended troubleshooting steps
@@ -45,7 +45,7 @@ This guide summarizes known limitations related to using private endpoints for A
45
45
3. If portal private endpoint is deployed, and public network access is set to deny in your Azure Purview account, make sure you launch [Azure Purview Studio](https://web.purview.azure.com/resource/) from internal network.
46
46
<br>
47
47
- To verify the correct name resolution, you can use a **NSlookup.exe** command line tool to query `web.purview.azure.com`. The result must return a private IP address that belongs to portal private endpoint.
48
-
- To verify network connectivity you can use any network test tools to test outbound connectivity to `web.purview.azure.com` endpoint to port **443**. The connection must be successful.
48
+
- To verify network connectivity, you can use any network test tools to test outbound connectivity to `web.purview.azure.com` endpoint to port **443**. The connection must be successful.
49
49
50
50
3. If Azure Private DNS Zones are used, make sure the required Azure DNS Zones are deployed and there is DNS (A) record for each private endpoint.
51
51
@@ -82,7 +82,7 @@ This guide summarizes known limitations related to using private endpoints for A
82
82
TcpTestSucceeded : True
83
83
```
84
84
85
-
5. If you have created your Azure Purview account after 18th August 2021, make sure you download and install the latest version of self-hosted integration runtime from [Microsoft download center](https://www.microsoft.com/download/details.aspx?id=39717).
85
+
5. If you have created your Azure Purview account after 18 August 2021, make sure you download and install the latest version of self-hosted integration runtime from [Microsoft download center](https://www.microsoft.com/download/details.aspx?id=39717).
86
86
87
87
6. From self-hosted integration runtime VM, test network connectivity and name resolution to Purview endpoint.
88
88
@@ -160,7 +160,7 @@ You may receive the following error message when running a new scan:
160
160
`message: Unable to setup config overrides for this scan. Exception:'Type=Microsoft.WindowsAzure.Storage.StorageException,Message=The remote server returned an error: (404) Not Found.,Source=Microsoft.WindowsAzure.Storage,StackTrace= at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.EndExecuteAsync[T](IAsyncResult result)`
161
161
162
162
### Cause
163
-
This can be an indication of running an older version of self-hosted integration runtime. If you have created your Azure Purview account after 18th August 2021, you need to use the self-hosted integration runtime version 5.9.7885.3.
163
+
This can be an indication of running an older version of self-hosted integration runtime. If you have created your Azure Purview account after 18 August 2021, you need to use the self-hosted integration runtime version 5.9.7885.3.
164
164
165
165
### Resolution
166
166
Upgrade self-hosted integration runtime to 5.9.7885.3.
0 commit comments