Skip to content

Commit 6616754

Browse files
committed
Review
1 parent 56605b4 commit 6616754

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/purview/register-scan-azure-postgresql.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.author: shjia
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 12/12/2022
9+
ms.date: 12/13/2022
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

1313
# Connect to and manages an Azure Database for PostgreSQL in Microsoft Purview
1414

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).
1616

1717
## Supported capabilities
1818

@@ -32,7 +32,7 @@ This article outlines how to register an Azure Database for PostgreSQL deployed
3232

3333
* An active [Microsoft Purview account](create-catalog-portal.md).
3434

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.
3636

3737
## Register
3838

@@ -44,14 +44,14 @@ Currently, to be able to manage and interact with an Azure Database for PostgreS
4444

4545
#### SQL Authentication
4646

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.
4848

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).
5050
1. Navigate to your key vault in the Azure portal
5151
1. Select **Settings > Secrets**
5252
1. Select **+ Generate/Import** and enter the **Name** and **Value** as the *password* from your Azure PostgreSQL Database
5353
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)
5555
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
5656

5757
### Steps to register
@@ -112,7 +112,7 @@ To create and run a new scan, do the following:
112112

113113
## Next steps
114114

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.
116116

117117
- [Data Estate Insights in Microsoft Purview](concept-insights.md)
118118
- [Lineage in Microsoft Purview](catalog-lineage-user-guide.md)

0 commit comments

Comments
 (0)