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
- Create a new Azure SQL DB or use an existing one in one of the currently available regions for this preview feature. You can [follow this guide to create a new Azure SQL DB](/azure/azure-sql/database/single-database-create-quickstart).
23
-
24
-
**Enforcement of Microsoft Purview policies is available only in the following regions for Azure SQL DB**
Each Azure SQL Database server needs a Managed Identity assigned to it. You can do this from Azure Portal by navigating to the Azure SQL Server that hosts the Azure SQL DB, navigating to Identity on the side menu, checking status to *On* and then saving. See screenshot:
43
-

44
-
45
-
46
-
You will also need to enable external policy based authorization on the server. You can do this in Power Shell
47
-
48
-
```powershell
49
-
Connect-AzAccount
22
+
[!INCLUDE [Access policies Azure SQL DB pre-requisites](./includes/access-policies-prerequisites-azure-sql-db.md)]
### Register the data sources in Microsoft Purview
64
28
The Azure SQL DB resources need to be registered first with Microsoft Purview to later define access policies. You can follow these guides:
65
29
66
30
[Register and scan Azure SQL DB](./register-scan-azure-sql-database.md)
67
31
68
-
After you've registered your resources, you'll need to enable *Data Use Management*. Data Use Management can affect the security of your data, as it delegates to certain Microsoft Purview roles to manage access to the data sources. Secure practices related to Data Use Management are described in this guide:
32
+
After you've registered your resources, you'll need to enable Data Use Management. Data Use Management can affect the security of your data, as it delegates to certain Microsoft Purview roles to manage access to the data sources. **Go through the secure practices related to Data Use Management in this guide**:
69
33
70
34
[How to enable Data Use Management](./how-to-enable-data-use-management.md)
Copy file name to clipboardExpand all lines: articles/purview/how-to-data-owner-policy-authoring-generic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ Access policies allow a data owner to delegate in Microsoft Purview access manag
26
26
27
27
Before authoring data policies in the Microsoft Purview governance portal, you'll need to configure the data sources so that they can enforce those policies.
28
28
29
-
1. Follow any policy-specific prerequisites for your source. Check the [Microsoft Purview supported data sources table](azure-purview-connector-overview.md) and select the link in the **Access Policy** column for sources where access policies are available. Follow any steps listed in the Access policy or Prerequisites sections.
30
-
1. Register the data source in Microsoft Purview. Follow the **Prerequisites** and **Register** sections of the [source pages](azure-purview-connector-overview.md) for your resources.
29
+
1. Follow any policy-specific prerequisites for your source. Check the [Microsoft Purview supported data sources table](microsoft-purview-connector-overview.md) and select the link in the **Access Policy** column for sources where access policies are available. Follow any steps listed in the Access policy or Prerequisites sections.
30
+
1. Register the data source in Microsoft Purview. Follow the **Prerequisites** and **Register** sections of the [source pages](microsoft-purview-connector-overview.md) for your resources.
31
31
1.[Enable the Data Use Management toggle on the data source](how-to-enable-data-use-management.md#enable-data-use-management). Additional permissions for this step are described in the linked document.
- Create a new Azure SQL DB or use an existing one in one of the currently available regions for this preview feature. You can [follow this guide to create a new Azure SQL DB](/azure/azure-sql/database/single-database-create-quickstart).
12
+
13
+
**Enforcement of Microsoft Purview policies is available only in the following regions for Azure SQL DB**
14
+
- East US2
15
+
- West US3
16
+
- South Central US
17
+
- West Central US
18
+
- Canada Central
19
+
- Brazil South
20
+
- North Europe
21
+
- West Europe
22
+
- France Central
23
+
- UK South
24
+
- Central India
25
+
- Australia East
26
+
27
+
### Azure SQL Database configuration
28
+
Each Azure SQL Database server needs a Managed Identity assigned to it. In Azure portal navigate to the Azure SQL Server that hosts the Azure SQL DB and then navigate to Identity on the side menu. Under System assigned managed identity check status to *On* and save. See screenshot:
29
+

30
+
31
+
You'll also need to enable external policy based authorization on the server. You can do this in PowerShell:
0 commit comments