File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Use the following steps to prepare your project.
49
49
50
50
## Bind your app to the Azure Database for PostgreSQL instance
51
51
52
- ### [ Using a passwordless connection with a managed identity for flexible server] ( #tab/Passwordlessflex )
52
+ ### [ Service Connector for flexible server] ( #tab/Passwordlessflex )
53
53
54
54
1 . Install the [ Service Connector] ( ../service-connector/overview.md ) passwordless extension for the Azure CLI:
55
55
@@ -71,7 +71,7 @@ Use the following steps to prepare your project.
71
71
--system-identity
72
72
```
73
73
74
- ### [ Using a passwordless connection with a managed identity for single server] ( #tab/Passwordlesssingle )
74
+ ### [ Service Connector for single server] ( #tab/Passwordlesssingle )
75
75
76
76
1 . Install the [ Service Connector] ( ../service-connector/overview.md ) passwordless extension for the Azure CLI:
77
77
@@ -93,9 +93,9 @@ Use the following steps to prepare your project.
93
93
--system-identity
94
94
```
95
95
96
- ### [ Using admin credentials ] ( #tab/Secrets )
96
+ ### [ Service Connector with password ] ( #tab/Secrets )
97
97
98
- Use the following steps to bind your app.
98
+ Use the following steps to bind your app using a secret .
99
99
100
100
1 . Note the admin username and password of your Azure Database for PostgreSQL account.
101
101
You can’t perform that action at this time.
0 commit comments