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 ?
Hi Martijn, Thank you for the quick response. This is related to Atlas Webapi database connections. Trying to avoid using username/password based connections, rather to use resource to resource access that Azure provides via Managed Service Identity. Managed identities for Azure resources | Microsoft Docs