Azure Active Directory MSI authentication using MSOLEDBSQL

Connection string

This Microsoft OLE DB Driver for SQL Server connection string can be used for connections to Azure SQL Database.

Provider=MSOLEDBSQL;Data Source=myServer;Initial Catalog=myDatabase;
Authentication
=ActiveDirectoryMSI;
User ID=myObjectId;
Use Encryption for Data
=true;