Skip to content

Commit 4cd65ba

Browse files
Merge pull request #213411 from inward-eye/patch-93
Update access-policies-prerequisites-azure-sql-db.md
2 parents de47b8f + b2e72d7 commit 4cd65ba

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

articles/purview/includes/access-policies-prerequisites-azure-sql-db.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,28 @@ ms.author: vlrodrig
44
ms.service: purview
55
ms.subservice: purview-data-policies
66
ms.topic: include
7-
ms.date: 09/16/2022
7+
ms.date: 10/03/2022
88
ms.custom:
99
---
1010

11-
- 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).
11+
- Create a new Azure 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 new Azure SQL DB](/azure/azure-sql/database/single-database-create-quickstart).
1212

1313
**Enforcement of Microsoft Purview policies is available only in the following regions for Azure SQL Database**
14-
- Australia East
15-
- Canada Central
16-
- West US3
17-
- West Central US
18-
- Central India
14+
- East US
15+
- East US2
16+
- West US3
17+
- South Central US
18+
- West Central US
19+
- Canada Central
20+
- North Europe
21+
- West Europe
22+
- France Central
23+
- UK South
24+
- Central India
25+
- Australia East
1926

2027
### Azure SQL Database configuration
21-
Azure SQL Database needs an Azure Active Directory Admin to be configured to honor policies from Microsoft Purview. In Azure portal navigate to the Azure SQL Server that hosts the Azure SQL DB and then navigate to Azure Active Directory on the side menu. Set an Admin name and then select **Save**. See screenshot:
28+
Azure SQL Database needs an Azure Active Directory Admin to be configured to honor policies from Microsoft Purview. In Azure portal navigate to the Azure SQL Server that hosts the Azure SQL Database and then navigate to Azure Active Directory on the side menu. Set an Admin name and then select **Save**. See screenshot:
2229
![Screenshot shows how to assign Active Directory Admin to Azure SQL Server.](../media/how-to-policies-data-owner-sql/assign-active-directory-admin-azure-sql-db.png)
2330

2431
Then navigate to Identity on the side menu. Under System assigned managed identity check status to *On* and then select **Save**. See screenshot:
@@ -27,7 +34,7 @@ Then navigate to Identity on the side menu. Under System assigned managed identi
2734
You'll also need to enable (and verify) external policy based authorization on the Azure SQL server. You can do this in PowerShell:
2835

2936
```powershell
30-
Connect-AzAccount -TenantId xxxx-xxxx-xxxx-xxxx-xxxx -SubscriptionId xxxx-xxxx-xxxx-xxxx
37+
Connect-AzAccount -UseDeviceAuthentication -TenantId xxxx-xxxx-xxxx-xxxx-xxxx -SubscriptionId xxxx-xxxx-xxxx-xxxx
3138
3239
$server = Get-AzSqlServer -ResourceGroupName "RESOURCEGROUPNAME" -ServerName "SERVERNAME"
3340

0 commit comments

Comments
 (0)