I have Azure ADF and Postgres server, and I want to connect ADF to postgress.
Currently I am generating token to connect to Postgres server. And I'm using the same token to connect using ADF. The problem with the token is, it expires in 1 hour and so not the best solution for Production environment.
My other options is to use a local user with username and password, however that's a security risk so I don't want to approach that option yet.
Is there a way I can configure Managed Identity between ADF and postgres so I don't need to generate token every 1 hour?