Skip to content

Commit f4120f0

Browse files
Merge pull request #228864 from maud-lv/patch-28
Update tab names for consistency
2 parents 58453d1 + 2b92f48 commit f4120f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-apps/how-to-bind-postgres.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use the following steps to prepare your project.
4949

5050
## Bind your app to the Azure Database for PostgreSQL instance
5151

52-
### [Using a passwordless connection with a managed identity for flexible server](#tab/Passwordlessflex)
52+
### [Service Connector for flexible server](#tab/Passwordlessflex)
5353

5454
1. Install the [Service Connector](../service-connector/overview.md) passwordless extension for the Azure CLI:
5555

@@ -71,7 +71,7 @@ Use the following steps to prepare your project.
7171
--system-identity
7272
```
7373

74-
### [Using a passwordless connection with a managed identity for single server](#tab/Passwordlesssingle)
74+
### [Service Connector for single server](#tab/Passwordlesssingle)
7575

7676
1. Install the [Service Connector](../service-connector/overview.md) passwordless extension for the Azure CLI:
7777

@@ -93,9 +93,9 @@ Use the following steps to prepare your project.
9393
--system-identity
9494
```
9595

96-
### [Using admin credentials](#tab/Secrets)
96+
### [Service Connector with password](#tab/Secrets)
9797

98-
Use the following steps to bind your app.
98+
Use the following steps to bind your app using a secret.
9999

100100
1. Note the admin username and password of your Azure Database for PostgreSQL account.
101101

0 commit comments

Comments
 (0)