I\'m trying to connect from php to Azure DB by
$connectionInfo = array(\"UID\" => \"xxx@xxx\", \"pwd\" => \"xxx\", \"Database\" => \"xxx\"); $server
I added this dll to the ext/ folder then added extension=php_sqlsrv.dll to the php.ini in the php7/ folder.
extension=php_sqlsrv.dll