Skip to content

Commit 156c0b6

Browse files
Update how-to-connect-with-managed-identity.md
1 parent 04fd096 commit 156c0b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/postgresql/flexible-server/how-to-connect-with-managed-identity.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ This section shows how to get an access token using the VM's user-assigned manag
111111

112112
## Connect using Managed Identity in Python
113113

114-
For a Python code example, please refer to the [Quickstart: Use Python to connect and query data in Azure Database for PostgreSQL - Flexible Server
115-
](./connect-python.md)
114+
For a Python code example, please refer to the [Quickstart: Use Python to connect and query data in Azure Database for PostgreSQL - Flexible Server](./connect-python.md)
115+
116+
## Connect using Managed Identity in Java
117+
118+
For a Java code example, please refer to the [Quickstart: Use Java and JDBC with Azure Database for PostgreSQL - Flexible Server](./connect-java.md)
116119

117120
## Connect using Managed Identity in C#
118121

@@ -202,7 +205,7 @@ Opening connection using access token...
202205
203206
Connected!
204207
205-
Postgres version: PostgreSQL 11.11, compiled by Visual C++ build 1800, 64-bit
208+
Postgres version: PostgreSQL 11.11, compiled by Visual C++ build 1800, 64-bit
206209
```
207210

208211
## Next steps

0 commit comments

Comments
 (0)