Azure pipelines cannot connect to Azure SQL via AD/Entra using a custom console application
I have an Azure Pipeline that needs to invoke a Console application (.exe) which connects to multiple databases to perform EF core migrations. The databases can only be accessed via Azure AD/Entra (i.e. having Authentication=Active Directory Default;
in the connection string)