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/includes/access-policies-prerequisites-azure-sql-db.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.date: 12/01/2022
8
8
ms.custom: references_regions
9
9
---
10
10
11
-
Create a new SQL database, or use an existing one, in one of the currently available regions for this preview feature. You can follow [this guide to create a SQL database](/azure/azure-sql/database/single-database-create-quickstart).
11
+
Create a new Azure SQL Database instance, or use an existing one, in one of the currently available regions for this preview feature. You can follow [this guide to create an Azure SQL Database instance](/azure/azure-sql/database/single-database-create-quickstart).
12
12
13
13
#### Region support
14
14
All [Microsoft Purview regions](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=purview) are supported.
@@ -31,21 +31,16 @@ Enforcement of Microsoft Purview policies is available only in the following reg
31
31
- East Asia
32
32
- Australia East
33
33
34
-
#### Configure the SQL database for policies from Microsoft Purview
35
-
For the logical server to honor policies from Microsoft Purview, you need to configure an Azure Active Directory admin:
34
+
#### Configure the Azure SQL Database instance for policies from Microsoft Purview
35
+
For the logical server associated with Azure SQL Database to honor policies from Microsoft Purview, you need to configure an Azure Active Directory admin. In the Azure portal, go to the logical server that hosts the Azure SQL Database instance. On the side menu, select **Azure Active Directory**. Set an admin name to any Azure Active Directory user or group that you prefer, and then select **Save**.
36
36
37
-
1. In the Azure portal, go to the logical server that hosts the SQL database.
37
+

38
38
39
-
1. On the side menu, select **Azure Active Directory**. Set an admin name to any Azure Active Directory user or group that you prefer, and then select **Save**.
39
+
Then, on the side menu, select **Identity**. Under **System assigned managed identity**, turn the status to **On**, and then select **Save**.
40
40
41
-

41
+

42
42
43
-
1. On the side menu, select **Identity**. Under **System assigned managed identity**, turn the status to **On**. Then select **Save**.
44
-
45
-

46
-
47
-
48
-
You also need to enable (and verify) external policy-based authorization on the logical server. You can do this in PowerShell:
43
+
You also need to enable (and verify) external policy-based authorization on the logical server associated with Azure SQL Database. You can do this in PowerShell:
0 commit comments