Skip to content

Commit 671c0fb

Browse files
author
Alicja Kucharczyk
committed
formating
1 parent d9a2847 commit 671c0fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ select * from pgaadauth_list_principals(true);
7474
```sql
7575
select * from pgaadauth_create_principal('<roleName>', <isAdmin>, <isMfa>);
7676

77-
For example: select * from pgaadauth_create_principal('[email protected]', false, false);
77+
--For example:
78+
79+
select * from pgaadauth_create_principal('[email protected]', false, false);
7880
```
7981

8082
**Parameters:**
@@ -91,7 +93,7 @@ For example: select * from pgaadauth_create_principal('[email protected]', false,
9193
Remember that any Microsoft Entra role that is created in PostgreSQL must be dropped using a Microsoft Entra Admin. If you use a regular PostgreSQL admin to drop an Entra role then it will result in an error.
9294

9395
```sql
94-
Drop Role rolename;
96+
DROP ROLE rolename;
9597
```
9698

9799
## Create a role using Microsoft Entra object identifier

0 commit comments

Comments
 (0)