You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
111
103
112
104
***What are different authentication modes available in Azure Database for PostgreSQL Flexible Server?**
113
105
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**.
115
110
116
111
***Can I configure multiple Microsoft Entra administrators on my Flexible Server?**
117
112
@@ -125,6 +120,9 @@ Once you've authenticated against the Active Directory, you then retrieve a toke
125
120
126
121
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.
127
122
123
+
***how can i differentiate a postgresql administrator from a Microsoft Entra administrator from PostgreSQL roles?**
124
+
Microsoft
125
+
128
126
***What happens when i enable Microsoft Entra Authentication on my flexible server?**
129
127
130
128
When Microsoft Entra Authentication is set at the server level, PGAadAuth extension gets enabled and results in a server restart.
0 commit comments