Skip to content

Commit 024f878

Browse files
authored
Merge pull request #212574 from KarlErickson/karler-passwordless-fixes
edits, fixed formatting, product names, placeholder text
2 parents af35009 + 8f4a8c8 commit 024f878

File tree

2 files changed

+110
-74
lines changed

2 files changed

+110
-74
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ With Azure Spring Apps, you can bind select Azure services to your applications
2727

2828
## Prepare your Java project
2929

30+
Use the following steps to prepare your project.
31+
3032
1. In your project's *pom.xml* file, add the following dependency:
3133

3234
```xml
@@ -48,6 +50,8 @@ With Azure Spring Apps, you can bind select Azure services to your applications
4850

4951
### [Using admin credentials](#tab/Secrets)
5052

53+
Use the following steps to bind your app.
54+
5155
1. Note the admin username and password of your Azure Database for PostgreSQL account.
5256

5357
1. Connect to the server, create a database named **testdb** from a PostgreSQL client, and then create a new non-admin account.

0 commit comments

Comments
 (0)