Skip to content

Commit 1b71c63

Browse files
Merge pull request #214121 from whhender/patch-40
Boosting policy messaging
2 parents 9d5aee9 + d441b12 commit 1b71c63

5 files changed

+26
-4
lines changed

articles/purview/concept-best-practices-scanning.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Running a *scan* invokes the process to ingest metadata from the registered data
1818

1919
The curation process applies automated classification labels on the schema attributes based on the scan rule set configured. Sensitivity labels are applied if your Microsoft Purview account is connected to the Microsoft Purview compliance portal.
2020

21+
> [!IMPORTANT]
22+
> If you have any [Azure Policies](../governance/policy/overview.md) preventing **updates to Storage accounts**, this will cause errors for Microsoft Purview's scanning process. Follow the [Microsoft Purview exception tag guide](create-azure-purview-portal-faq.md) to create an exception for Microsoft Purview accounts.
23+
2124
## Why do you need best practices to manage data sources?
2225

2326
Best practices enable you to:

articles/purview/create-microsoft-purview-portal-faq.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ author: nayenama
55
ms.author: nayenama
66
ms.service: purview
77
ms.topic: how-to
8-
ms.date: 08/26/2021
8+
ms.date: 10/10/2022
99
---
1010

1111
# Create an exception to deploy Microsoft Purview
1212

13-
Many subscriptions have [Azure Policies](../governance/policy/overview.md) in place that restrict the creation of some resources. This is to maintain subscription security and cleanliness. However, Microsoft Purview accounts deploy two other Azure resources when they're created: an Azure Storage account, and optionally an Event Hubs namespace. When you [create Microsoft Purview Account](create-catalog-portal.md), these resources will be deployed. They'll be managed by Azure, so you don't need to maintain them, but you'll need to deploy them. Existing policies may block this deployment, and you may receive an error when attempting to create a Microsoft Purview account.
13+
Many subscriptions have [Azure Policies](../governance/policy/overview.md) in place that restrict the creation or update of some resources. This is to maintain subscription security and cleanliness. However, Microsoft Purview accounts deploy two other Azure resources when they're created: an Azure Storage account, and optionally an Event Hubs namespace. When you [create Microsoft Purview Account](create-catalog-portal.md), these resources will be deployed. They'll be managed by Azure, so you don't need to maintain them, but you'll need to deploy them. Existing policies may block this deployment, and you may receive an error when attempting to create a Microsoft Purview account.
1414

15-
To maintain your policies in your subscription, but still allow the creation of these managed resources, you can create an exception.
15+
Microsoft Purview also regularly updates its Azure Storage account after creation, so any policies blocking updates to this storage account will cause errors during scanning.
16+
17+
To maintain your policies in your subscription, but still allow the creation and updates to these managed resources, you can create an exception.
1618

1719
## Create an Azure policy exception for Microsoft Purview
1820

articles/purview/create-microsoft-purview-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Create a Microsoft Purview (formerly Azure Purview) account'
33
description: This Quickstart describes how to create a Microsoft Purview (formerly Azure Purview) account and configure permissions to begin using it.
44
author: nayenama
55
ms.author: nayenama
6-
ms.date: 06/20/2022
6+
ms.date: 10/11/2022
77
ms.topic: quickstart
88
ms.service: purview
99
ms.custom: mode-ui
@@ -20,6 +20,9 @@ For more information about the governance capabilities of Microsoft Purview, for
2020

2121
## Create an account
2222

23+
> [!IMPORTANT]
24+
> If you have any [Azure Policies](../governance/policy/overview.md) preventing creation of **Storage accounts** or **Event Hub namespaces**, or preventing **updates to Storage accounts** first follow the [Microsoft Purview exception tag guide](create-azure-purview-portal-faq.md) to create an exception for Microsoft Purview accounts. Otherwise you will not be able to deploy Microsoft Purview.
25+
2326
1. Search for **Microsoft Purview** in the [Azure portal](https://portal.azure.com).
2427

2528
:::image type="content" source="media/create-catalog-portal/purview-accounts-page.png" alt-text="Screenshot showing the purview accounts page in the Azure portal":::

articles/purview/how-to-monitor-scan-runs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ In Microsoft Purview, you can register and scan various types of data sources, a
3131

3232
1. You can come back to **Scan Status** page by following the bread crumbs on the top left corner of the run history page.
3333

34+
## Scans no longer run
35+
36+
If your Microsoft Purview scan used to successfully run, but are now failing, check these things:
37+
1. Have credentials to your resource changed or been rotated? If so, you'll need to update your scan to have the correct credentials.
38+
1. Is an [Azure Policy](../governance/policy/overview.md) preventing **updates to Storage accounts**? If so follow the [Microsoft Purview exception tag guide](create-azure-purview-portal-faq.md) to create an exception for Microsoft Purview accounts.
39+
1. Are you using a self-hosted integration runtime? Check that it's up to date with the latest software and that it's connected to your network.
40+
3441
## Next steps
3542

3643
* [Microsoft Purview supported data sources and file types](azure-purview-connector-overview.md)

articles/purview/troubleshoot-connections.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ To verify this, do the following steps:
8181

8282
If you don't see your Microsoft Purview managed identity listed, then follow the steps in [Create and manage credentials for scans](manage-credentials.md) to add it.
8383

84+
## Scans no longer run
85+
86+
If your Microsoft Purview scan used to successfully run, but are now failing, check these things:
87+
1. Have credentials to your resource changed or been rotated? If so, you'll need to update your scan to have the correct credentials.
88+
1. Is an [Azure Policy](../governance/policy/overview.md) preventing **updates to Storage accounts**? If so follow the [Microsoft Purview exception tag guide](create-azure-purview-portal-faq.md) to create an exception for Microsoft Purview accounts.
89+
1. Are you using a self-hosted integration runtime? Check that it's up to date with the latest software and that it's connected to your network.
90+
8491
## Next steps
8592

8693
- [Browse the Microsoft Purview Data catalog](how-to-browse-catalog.md)

0 commit comments

Comments
 (0)