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/manage-credentials.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: viseshag
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
-
ms.date: 02/11/2021
9
+
ms.date: 05/08/2021
10
10
---
11
11
12
12
# Credentials for source authentication in Azure Purview
@@ -52,6 +52,19 @@ Before you can create a Credential, first associate one or more of your existing
52
52
53
53
## Grant the Purview managed identity access to your Azure Key Vault
54
54
55
+
Currently Azure Key Vault supports two permission models:
56
+
57
+
- Option 1 - Access Policies
58
+
- Option 2 - Role-based Access Control
59
+
60
+
Before assigning access to Purview managed identity, first identify your Azure Key Vault permission model from Key Vault resource **Access Policies** in the menu. Follow steps below based on relevant the permission model.
### Option 2 - Assign access using Key Vault Azure role-based access control
89
+
90
+
Follow these steps only if permission model in your Azure Key Vault resource is set to **Azure role-based access control**:
91
+
92
+
1. Navigate to your Azure Key Vault.
93
+
94
+
2. Select **Access Control (IAM)** from the left navigation menu.
95
+
96
+
3. Select **+ Add**.
97
+
98
+
4. Set the **Role** to **Key Vault Secrets User** and enter your enter your Azure Purview account name under **Select** input box. Then, select Save to give this role assignment to your Purview account.
Copy file name to clipboardExpand all lines: articles/purview/manage-data-sources.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
@@ -25,11 +25,11 @@ Use the following steps to register a new source.
25
25
26
26
:::image type="content" source="media/manage-data-sources/select-source-type.png" alt-text="Select a data source type in the Register sources page":::
27
27
28
-
1. Fill out the form on the **Register sources** page. Select a name for your source and enter the relevant information. If you chose **From Azure subscription** as your account selection method, the sources in your subscription appear in a dropdown list. Alternatively, you can enter your source information manually.
28
+
2. Fill out the form on the **Register sources** page. Select a name for your source and enter the relevant information. If you chose **From Azure subscription** as your account selection method, the sources in your subscription appear in a dropdown list.
29
29
30
30
:::image type="content" source="media/manage-data-sources/register-sources-form.png" alt-text="Form for data source information":::
0 commit comments