com.microsoft.sqlserver.jdbc.SQLServerException: MSI Token failure: Failed to acquire token from MSI Endpoint
问题 I want to Access the Azure SQL Database using App service API(Java) with MSI (Managed Service Identity) authentication. I am trying to find out the how to connect Azure sql with MSI from Azure App service for Java. Here is the connection string I am using. jdbc:sqlserver://mysqldb.database.windows.net:1433;database=TestDB;Authentication=ActiveDirectoryMsi;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30; Here is the steps I used: Create