Because of compliance and security reasons, we can't user user/password or connection string to connect to our Azure SQL databases.
Is it possible to use an Azure Identity to access the database?
And if yes, how?
Our Retool instance is self hosted, we have a vm and use docker-compose. We already have a System Assigned Identity for this virtual machine which could be used.