Skip to content

Commit 76e1d62

Browse files
committed
Update concepts-azure-ad-authentication.md
1 parent 4897e49 commit 76e1d62

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/postgresql/flexible-server/concepts-azure-ad-authentication.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ With Microsoft Entra authentication, you can manage database user identities and
2828
- Support of token-based authentication for applications connecting to Azure Database for PostgreSQL flexible server
2929

3030

31-
**To configure and use Microsoft Entra authentication, use the following process:**
32-
33-
1. Create and populate Microsoft Entra ID with user identities as needed.
34-
2. Optionally associate or change the Active Directory currently associated with your Azure subscription.
35-
3. Create a Microsoft Entra administrator for the Azure Database for PostgreSQL server.
36-
4. Create database users in your database mapped to Microsoft Entra identities.
37-
5. Connect to your database by retrieving a token for a Microsoft Entra identity and logging in.
38-
3931
<a name='azure-active-directory-authentication-single-server-vs-flexible-server'></a>
4032

4133
## Microsoft Entra authentication (Azure Database for PostgreSQL single Server vs Azure Database for PostgreSQL flexible server)
@@ -111,7 +103,10 @@ Once you've authenticated against the Active Directory, you then retrieve a toke
111103

112104
* **What are different authentication modes available in Azure Database for PostgreSQL Flexible Server?**
113105

114-
Azure Database for PostgreSQL flexible server supports three modes of authentication namely **PostgreSQL authentication only** , **Microsoft Entra authentication only** and **PostgreSQL and Microsoft Entra authentication**
106+
Azure Database for PostgreSQL flexible server supports three modes of authentication namely
107+
**PostgreSQL authentication only**
108+
**Microsoft Entra authentication only** and
109+
**PostgreSQL and Microsoft Entra authentication**.
115110

116111
* **Can I configure multiple Microsoft Entra administrators on my Flexible Server?**
117112

@@ -125,6 +120,9 @@ Once you've authenticated against the Active Directory, you then retrieve a toke
125120

126121
Unlike the PostgreSQL administrator, who can only create local password-based users, the Microsoft Entra administrator has the authority to manage both Entra users and local password-based users.
127122

123+
* **how can i differentiate a postgresql administrator from a Microsoft Entra administrator from PostgreSQL roles?**
124+
Microsoft
125+
128126
* **What happens when i enable Microsoft Entra Authentication on my flexible server?**
129127

130128
When Microsoft Entra Authentication is set at the server level, PGAadAuth extension gets enabled and results in a server restart.

0 commit comments

Comments
 (0)