SQL 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=SqlPassword;User ID=myUserName;Password=myPassword;
Use Encryption for Data=true;