Skip to content

Commit 8f6a41a

Browse files
authored
Merge pull request #176385 from zeinab-mk/patch-42
DNS update new date announcement
2 parents f20275b + 5ece2bc commit 8f6a41a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/purview/catalog-private-link-name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/18/2021
1313
# Configure and verify DNS Name Resolution for Azure Purview private endpoints
1414

1515
> [!IMPORTANT]
16-
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](./catalog-private-link.md#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before October 11, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
16+
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](./catalog-private-link.md#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before November 12, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
1717
1818
## Conceptual overview
1919
Accurate name resolution is a critical requirement when setting up private endpoints for your Azure Purview accounts.

articles/purview/catalog-private-link-troubleshoot.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/15/2021
1313
# Troubleshooting private endpoint configuration for Purview accounts
1414

1515
> [!IMPORTANT]
16-
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](./catalog-private-link.md#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before October 11, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
16+
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](./catalog-private-link.md#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before November 12, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
1717
1818
This guide summarizes known limitations related to using private endpoints for Azure Purview and provides a list of steps and solutions for troubleshooting some of the most common relevant issues.
1919

@@ -25,7 +25,7 @@ This guide summarizes known limitations related to using private endpoints for A
2525
- 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.
2626
- 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.
2727
- 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.
2929
- For limitation related to Private Link service, see [Azure Private Link limits](../azure-resource-manager/management/azure-subscription-service-limits.md#private-link-limits).
3030

3131
## Recommended troubleshooting steps
@@ -45,7 +45,7 @@ This guide summarizes known limitations related to using private endpoints for A
4545
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.
4646
<br>
4747
- 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.
4949

5050
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.
5151

@@ -82,7 +82,7 @@ This guide summarizes known limitations related to using private endpoints for A
8282
TcpTestSucceeded : True
8383
```
8484
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).
8686
8787
6. From self-hosted integration runtime VM, test network connectivity and name resolution to Purview endpoint.
8888
@@ -160,7 +160,7 @@ You may receive the following error message when running a new scan:
160160
`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)`
161161
162162
### 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.
164164
165165
### Resolution
166166
Upgrade self-hosted integration runtime to 5.9.7885.3.

articles/purview/catalog-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/19/2021
1313
# Use private endpoints for your Azure Purview account
1414

1515
> [!IMPORTANT]
16-
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before October 11, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
16+
> If you created a _portal_ private endpoint for your Purview account **prior to 27 September 2021 at 15:30 UTC**, you'll need to take the required actions as detailed in, [Reconfigure DNS for portal private endpoints](#reconfigure-dns-for-portal-private-endpoints). **These actions must be completed before November 12, 2021. Failing to do so will cause existing portal private endpoints to stop functioning**.
1717
1818

1919
This article describes how to configure private endpoints for Azure Purview.

0 commit comments

Comments
 (0)