Skip to content

Commit 9d71d42

Browse files
affonsovKazimMir
andauthored
Apply suggestions from code review
Co-authored-by: Kazim Mir <[email protected]>
1 parent 0ef5675 commit 9d71d42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/connector-azure-database-for-postgresql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following properties are supported for the Azure Database for PostgreSQL lin
8383
|:--- |:--- |:--- |
8484
| type | The type property must be set to: **AzurePostgreSql**. | Yes |
8585
| version | The version that you specify. The value is `2.0`. | Yes |
86-
| authenticationType | Select from basic, service principal, system-assigned managed identity and user-assigned managed identity authentication types | Yes |
86+
| authenticationType | Select from basic, service principal, system-assigned managed identity or user-assigned managed identity authentication types | Yes |
8787
| server | Specifies the host name and optionally port on which Azure Database for PostgreSQL is running. | Yes |
8888
| port |The TCP port of the Azure Database for PostgreSQL server. The default value is `5432`. |No |
8989
| database| The name of the Azure Database for PostgreSQL database to connect to. |Yes |
@@ -171,6 +171,7 @@ To use System-assigned managed identity, follow the steps:
171171

172172
1. Configure an Azure database for PostgreSQL linked service.
173173

174+
Example:
174175
```json
175176
{
176177
"name": "AzurePostgreSqlLinkedService",
@@ -219,6 +220,7 @@ You also need to follow the steps:
219220

220221
1. Configure an Azure database for PostgreSQL linked service.
221222

223+
Example:
222224
```json
223225
{
224226
"name": "AzurePostgreSqlLinkedService",

0 commit comments

Comments
 (0)