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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Connect to and manage an Azure database for PostgreSQL'
3
-
description: This guide describes how to connect to an Azure database for PostgreSQL single server in Azure Purview, and use Purview's features to scan and manage your Azure database for PostgreSQL source.
2
+
title: 'Connect to and manage an Azure Database for PostgreSQL'
3
+
description: This guide describes how to connect to an Azure Database for PostgreSQL single server in Azure Purview, and use Purview's features to scan and manage your Azure Database for PostgreSQL source.
4
4
author: evangelinew
5
5
ms.author: evwhite
6
6
ms.service: purview
@@ -10,9 +10,9 @@ ms.date: 11/02/2021
10
10
ms.custom: template-how-to, ignite-fall-2021
11
11
---
12
12
13
-
# Connect to and manage an Azure database for PostgreSQL in Azure Purview
13
+
# Connect to and manage an Azure Database for PostgreSQL in Azure 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 Azure Purview. For more information about Azure 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, as well as how to authenticate and interact with an Azure Database for PostgreSQL in Azure Purview. For more information about Azure Purview, read the [introductory article](overview.md).
16
16
17
17
## Supported capabilities
18
18
@@ -23,7 +23,7 @@ This article outlines how to register an Azure database for PostgreSQL deployed
23
23
\** Lineage is supported if dataset is used as a source/sink in [Data Factory Copy activity](how-to-link-azure-data-factory.md)
24
24
25
25
> [!Important]
26
-
> Purview only supports single server deployment option for Azure database for PostgreSQL.
26
+
> Purview only supports single server deployment option for Azure Database for PostgreSQL.
27
27
> Versions 8.x to 12.x
28
28
29
29
## Prerequisites
@@ -36,15 +36,15 @@ This article outlines how to register an Azure database for PostgreSQL deployed
36
36
37
37
## Register
38
38
39
-
This section describes how to register an Azure database for PostgreSQL in Azure Purview using the [Purview Studio](https://web.purview.azure.com/).
39
+
This section describes how to register an Azure Database for PostgreSQL in Azure Purview using the [Purview Studio](https://web.purview.azure.com/).
40
40
41
41
### Authentication for registration
42
42
43
-
Currently, to be able to manage and interact with an Azure database for PostgreSQL single server, only SQL Authentication is supported.
43
+
Currently, to be able to manage and interact with an Azure Database for PostgreSQL single server, only SQL Authentication is supported.
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 will need **username** and **password** for the next steps.
48
48
49
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).
50
50
1. Navigate to your key vault in the Azure portal
@@ -56,7 +56,7 @@ Connecting to an Azure Database for PostgreSQL database requires the fully quali
56
56
57
57
### Steps to register
58
58
59
-
To register a new Azure database for PostgreSQL in your data catalog, do the following:
59
+
To register a new Azure Database for PostgreSQL in your data catalog, do the following:
0 commit comments