Integrated Windows authentication using SSPI 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=ActiveDirectoryIntegrated;Use Encryption for Data=true;