Using managed identity to connect on-premises console application to Azure SQL Server
I have an on-premises console application through which I am accessing Azure SQL Server. Currently I am using the user name/password connection string to connect to Azure SQL. I would like to use managed identity to connect to Azure SQL…