Hi,
I am trying to use Azure Managed Service Identity, by including ;Authentication=ActiveDirectoryMsi in the datasource, that would authenticate between Azure resources in this case Appservice and SQl Database. But it seems the user/username/password is still being added in the connection string and its failing to authenticate with following error,
Cannot use “Authentication=ActiveDirectoryMSI” with “User”, “UserName” or “Password” connection string keywords.
Is there a settings or anyways to exclude user/username/password from the connection string ?