Azure - Postgre - EFCore Managed Identity
I'm looking for anyone that used EFCore in a WebApi and using Entra/AAD/ManagedIdentity to connect
currently i had ultra crap code that look like this:
this does not sounds normal at all that I have to set my own azure account email manually while I'm using
ManagedIdentity is supposed to be taken care from the
sounds like a big WTF happening here
can anyone show me how they connect to PostGre with a managed Identity ?
in particuliar:
currently i had ultra crap code that look like this:
this does not sounds normal at all that I have to set my own azure account email manually while I'm using
DefaultAzureCredentialManagedIdentity is supposed to be taken care from the
DefaultAzureCredential itselfsounds like a big WTF happening here
can anyone show me how they connect to PostGre with a managed Identity ?
in particuliar:
- connection string
- shoudl work from AppService + local vs debugger