Skip to content
R edited this page Jun 18, 2019 · 2 revisions

Linux, Apache and PHP with ODBC on Azure

Midway through writing this, I realised LAMP is a little bit of a misnomer. There's no MySQL in this stack. There are however the ODBC drivers that are needed to make Apache2 and PHP7 work with Azure SQL.

I wrote this container because I had a hard time getting sqlsrv to work in PHP on Azure App Service / Web Apps. Subsequently, I found I had an even harder time passing app config settings via environment variables through to a custom container.

Licensing

Released under copyleft, GPLv3 terms

Clone this wiki locally