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/service-connector/how-to-integrate-postgres.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
@@ -39,11 +39,11 @@ Supported authentication and clients for App Service, Container Apps, and Azure
39
39
> [!NOTE]
40
40
> System-assigned managed identity, User-assigned managed identity and Service principal are only supported on Azure CLI.
41
41
42
-
## Default environment variable names or application properties and Sample code
42
+
## Default environment variable names or application properties and sample code
43
43
44
44
Reference the connection details and sample code in the following tables, according to your connection's authentication type and client type, to connect compute services to Azure Database for PostgreSQL.
45
45
46
-
### Connect with System-assigned Managed Identity
46
+
### System-assigned Managed Identity
47
47
48
48
#### [.NET](#tab/dotnet)
49
49
@@ -111,13 +111,13 @@ Reference the connection details and sample code in the following tables, accord
111
111
112
112
---
113
113
114
-
### Sample code
114
+
####Sample code
115
115
116
116
Refer to the steps and code below to connect to Azure Database for PostgreSQL.
117
117
[!INCLUDE [code sample for postgresql system mi](./includes/code-postgres-me-id.md)]
118
118
119
119
120
-
### Connect with User-assigned Managed Identity
120
+
### User-assigned Managed Identity
121
121
122
122
#### [.NET](#tab/dotnet)
123
123
@@ -193,12 +193,12 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL.
193
193
194
194
---
195
195
196
-
### Sample code
196
+
####Sample code
197
197
198
198
Refer to the steps and code below to connect to Azure Database for PostgreSQL.
199
199
[!INCLUDE [code sample for postgresql user mi](./includes/code-postgres-me-id.md)]
200
200
201
-
### Connect with Connection String
201
+
### Connection String
202
202
203
203
#### [.NET](#tab/dotnet)
204
204
@@ -266,12 +266,12 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL.
266
266
267
267
---
268
268
269
-
### Sample code
269
+
####Sample code
270
270
271
271
Refer to the steps and code below to connect to Azure Database for PostgreSQL.
272
272
[!INCLUDE [code sample for postgresql secrets](./includes/code-postgres-secret.md)]
273
273
274
-
### Connect with Service Principal
274
+
### Service Principal
275
275
276
276
#### [.NET](#tab/dotnet)
277
277
@@ -367,7 +367,7 @@ Refer to the steps and code below to connect to Azure Database for PostgreSQL.
367
367
368
368
---
369
369
370
-
### Sample code
370
+
####Sample code
371
371
372
372
Refer to the steps and code below to connect to Azure Database for PostgreSQL.
373
373
[!INCLUDE [code sample for postgresql service principal](./includes/code-postgres-me-id.md)]
0 commit comments