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/register-scan-azure-postgresql.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ ms.author: shjia
6
6
ms.service: purview
7
7
ms.subservice: purview-data-map
8
8
ms.topic: how-to
9
-
ms.date: 12/12/2022
9
+
ms.date: 12/13/2022
10
10
ms.custom: template-how-to, ignite-fall-2021
11
11
---
12
12
13
13
# Connect to and manages an Azure Database for PostgreSQL in Microsoft Purview
14
14
15
-
This article outlines how to register an Azure Database for PostgreSQL deployed with single server deployment option, as well as how to authenticate and interact with an Azure Database for PostgreSQL in Microsoft Purview. For more information about Microsoft Purview, read the [introductory article](overview.md).
15
+
This article outlines how to register an Azure Database for PostgreSQL deployed with single server deployment option, and how to authenticate and interact with an Azure Database for PostgreSQL in Microsoft Purview. For more information about Microsoft Purview, read the [introductory article](overview.md).
16
16
17
17
## Supported capabilities
18
18
@@ -32,7 +32,7 @@ This article outlines how to register an Azure Database for PostgreSQL deployed
32
32
33
33
* An active [Microsoft Purview account](create-catalog-portal.md).
34
34
35
-
* You will need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
35
+
* You'll need to be a Data Source Administrator and Data Reader to register a source and manage it in the Microsoft Purview governance portal. See our [Microsoft Purview Permissions page](catalog-permissions.md) for details.
36
36
37
37
## Register
38
38
@@ -44,14 +44,14 @@ Currently, to be able to manage and interact with an Azure Database for PostgreS
44
44
45
45
#### SQL Authentication
46
46
47
-
Connecting to an Azure Database for PostgreSQL database requires the fully qualified server name and login credentials. You can follow the instructions in [CONNECT AND QUERY](../postgresql/connect-python.md) to create a login for your Azure Database for PostgreSQL if you don't have this available. You will need **username** and **password** for the next steps.
47
+
Connecting to an Azure Database for PostgreSQL database requires the fully qualified server name and login credentials. You can follow the instructions in [CONNECT AND QUERY](../postgresql/connect-python.md) to create a login for your Azure Database for PostgreSQL if you don't have this available. You'll need **username** and **password** for the next steps.
48
48
49
-
1. If you do not have an Azure Key vault already, follow [this guide to create an Azure Key Vault](../key-vault/certificates/quick-create-portal.md).
49
+
1. If you don't have an Azure Key vault already, follow [this guide to create an Azure Key Vault](../key-vault/certificates/quick-create-portal.md).
50
50
1. Navigate to your key vault in the Azure portal
51
51
1. Select **Settings > Secrets**
52
52
1. Select **+ Generate/Import** and enter the **Name** and **Value** as the *password* from your Azure PostgreSQL Database
53
53
1. Select **Create** to complete
54
-
1. If your key vault is not connected to Microsoft Purview yet, you will need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
54
+
1. If your key vault isn't connected to Microsoft Purview yet, you'll need to [create a new key vault connection](manage-credentials.md#create-azure-key-vaults-connections-in-your-microsoft-purview-account)
55
55
1. Finally, [create a new credential](manage-credentials.md#create-a-new-credential) of type SQL authentication using the **username** and **password** to set up your scan
56
56
57
57
### Steps to register
@@ -112,7 +112,7 @@ To create and run a new scan, do the following:
112
112
113
113
## Next steps
114
114
115
-
Now that you have registered your source, follow the below guides to learn more about Microsoft Purview and your data.
115
+
Now that you've registered your source, follow the below guides to learn more about Microsoft Purview and your data.
116
116
117
117
-[Data Estate Insights in Microsoft Purview](concept-insights.md)
118
118
-[Lineage in Microsoft Purview](catalog-lineage-user-guide.md)
0 commit comments