Does anyone know how to install the PHP extension "SQLSRV" on an Azure App Service with PHP version 8.2 and Linux OS?
Thank you in advance
Does anyone know how to install the PHP extension "SQLSRV" on an Azure App Service with PHP version 8.2 and Linux OS?
Thank you in advance
I could install the SQLSRV extension for PHP 8.2 on Azure App Service running Linux with the below steps:
Portal=>App Service=>Settings=>Configuration=>General settingsand Turn SSH On.Development Tools=>SSH=>Goand run the below commands:Note: SQLSRV extension requires the SQL Server ODBC Driver.