Skip to content

Commit 17483c1

Browse files
committed
Add AAd clarification
1 parent 53d605e commit 17483c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ zone_pivot_groups: passwordless-postgresql
2222

2323
With Azure Spring Apps, you can bind select Azure services to your applications automatically, instead of having to configure your Spring Boot application manually. This article shows you how to bind your application to your Azure Database for PostgreSQL instance.
2424

25+
In this article, we include two authentication methods: Azure Active Directory (Azure AD) authentication and PostgreSQL authentication. The Passwordless tab shows the Azure AD authentication and the Password tab shows the PostgreSQL authentication.
26+
27+
Azure AD authentication is a mechanism for connecting to Azure Database for PostgreSQL using identities defined in Azure AD. With Azure AD authentication, you can manage database user identities and other Microsoft services in a central location, which simplifies permission management.
28+
29+
PostgreSQL authentication uses accounts stored in PostgreSQL. If you choose to use passwords as credentials for the accounts, these credentials will be stored in the user table. Because these passwords are stored in PostgreSQL, you need to manage the rotation of the passwords by yourself.
30+
2531
::: zone pivot="postgresql-passwordless-flexible-server"
2632

2733
## Prerequisites

0 commit comments

Comments
 (0)