Skip to content

Commit 5f15f09

Browse files
authored
Merge pull request #211586 from inward-eye/main
mention Azure Active Directory admin explicitly as a step
2 parents 0c19710 + 5d0e98e commit 5f15f09

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

articles/purview/how-to-policies-data-owner-arc-sql-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ This section describes the steps to configure the SQL Server on Azure Arc to use
5959

6060
1. Navigate to **Azure Active Directory** feature on the left pane
6161

62-
1. Verify that Azure Active Directory Authentication is configured and scroll down.
62+
1. Verify that Azure Active Directory Authentication is configured. This means that all these have been entered: an admin login, a SQL Server service certificate, and a SQL Server app registration.
6363
![Screenshot shows how to configure Microsoft Purview endpoint in Azure AD section.](./media/how-to-policies-data-owner-sql/setup-sql-on-arc-for-purview.png)
6464

65-
1. Set **External Policy Based Authorization** to enabled
65+
1. Scroll down to set **External Policy Based Authorization** to enabled
6666

6767
1. Enter **Microsoft Purview Endpoint** in the format *https://\<purview-account-name\>.purview.azure.com*. You can see the names of Microsoft Purview accounts in your tenant through [this link](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.Purview%2FAccounts). Optionally, you can confirm the endpoint by navigating to the Microsoft Purview account, then to the Properties section on the left menu and scrolling down until you see "Scan endpoint". The full endpoint path will be the one listed without the "/Scan" at the end.
6868

69-
1. Make a note of the **App registration ID**, as you will need it when you register and enable this data source for *Data use Management* in Microsoft Purview.
69+
1. Make a note of the **App registration ID**, as you will need it when you register and enable this data source for *Data Use Management* in Microsoft Purview.
7070

7171
1. Select the **Save** button to save the configuration.
7272

@@ -95,7 +95,7 @@ Once your data source has the **Data Use Management** toggle *Enabled*, it will
9595
![Screenshot shows how to register a data source for policy.](./media/how-to-policies-data-owner-sql/register-data-source-for-policy-arc-sql.png)
9696

9797
> [!Note]
98-
> - If you want to create a policy on a resource group or subscription and have it enforced in Arc-enabled SQL servers, you will need to also register those servers independently for *Data use management* to provide their App ID. See this document on how to create policies at resource group or subscription level: [Enable Microsoft Purview data owner policies on all data sources in a subscription or a resource group](./how-to-policies-data-owner-resource-group.md).
98+
> - If you want to create a policy on a resource group or subscription and have it enforced in Arc-enabled SQL servers, you will need to also register those servers independently for *Data Use Management* to provide their App ID. See this document on how to create policies at resource group or subscription level: [Enable Microsoft Purview data owner policies on all data sources in a subscription or a resource group](./how-to-policies-data-owner-resource-group.md).
9999
100100
## Create and publish a data owner policy
101101

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

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

@@ -18,7 +18,10 @@ ms.custom:
1818
- Central India
1919

2020
### Azure SQL Database configuration
21-
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:
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 Save. See screenshot:
22+
![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)
23+
24+
Then navigate to Identity on the side menu. Under System assigned managed identity check status to *On* and save. See screenshot:
2225
![Screenshot shows how to assign system managed identity to Azure SQL Server.](../media/how-to-policies-data-owner-sql/assign-identity-azure-sql-db.png)
2326

2427
You'll also need to enable (and verify) external policy based authorization on the Azure SQL server. You can do this in PowerShell:
50.1 KB
Loading
51 Bytes
Loading

0 commit comments

Comments
 (0)