Skip to content

Commit 5fb9aaa

Browse files
Merge pull request #272192 from kabharati/patch-193
Update how-to-connect-with-managed-identity.md
2 parents a4c7316 + ecff749 commit 5fb9aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/postgresql/flexible-server/how-to-connect-with-managed-identity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ az ad sp list --display-name vm-name --query [*].appId --out tsv
5151

5252
Now, connect as the Microsoft Entra administrator user to your Azure Database for PostgreSQL flexible server database, and run the following SQL statements, replacing `<identity_name>` with the name of the resources for which you created a system-assigned managed identity:
5353

54+
Please note **pgaadauth_create_principal** must be run on the Postgres database.
55+
5456
```sql
5557
select * from pgaadauth_create_principal('<identity_name>', false, false);
5658
```

0 commit comments

Comments
 (0)