Skip to content

Commit 8aa6b93

Browse files
Merge pull request #272183 from pamelafox/patch-13
Update how-to-connect-with-managed-identity.md with note about postgres database requirement
2 parents 6c41736 + fb10270 commit 8aa6b93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ The managed identity now has access when authenticating with the identity name a
6969

7070
> [!Note]
7171
> If the managed identity is not valid, an error is returned: `ERROR: Could not validate AAD user <ObjectId> because its name is not found in the tenant. [...]`.
72+
>
73+
> [!Note]
74+
> If you see an error like "No function matches...", make sure you're connecting to the `postgres` database, not a different database that you also created.
7275
7376
## Retrieve the access token from the Azure Instance Metadata service
7477

0 commit comments

Comments
 (0)