You will have to switch your runtime for you web app manually. As runtimes are updated, App Services does not update your app to latest versions. I ran az webapp list-runtimes
and can see PHP 7.4 as an available runtime on Windows. I'm assuming your app is on a Linux box because for az webapp list-runtimes --linux
, it's not listed. I'm hearing though it should be rolled out next month assuming there aren't any delays.
No apologies needed. The initial announcement should've been more explicit in that the February 2020 update was for Windows images. Hope this helps.
I understand what you're saying now @Nathan Kitchen . This isn't something that you can upgrade yourself. It's dependent on the rollout of platform updates. What version is your Azure App Service running? It will be listed on the kudu home page of your app under Environment.
Build is reported as 85.11226.4297.0, App Service version is 86.0.7.153. I figured it wasn't something I could upgrade myself, but I thought this was what was announced as the Feb 2020 upgrade. Windows version is reported as 10.0.14393.
Can you share your app name @Nathan Kitchen ?
I'd rather not, it's a production workload and evidently has an older version of PHP. We did raise a ticket and were told that the Feb 2020 update was only for Linux and not Windows, which is apparently to be released "next month". This seems to contradict your initial comment that the release was for Windows rather than Linux. It would be good to see this explicitly called out in the next notification.
I think we're just going to sit on it until the next announcement and then check whether it auto-updates in the background.
Thanks for the assist.
Understandable. The PHP update is part of the 87 release. I heard this was release was significantly delayed but has been rolled out to the majority of the regions. If your app service still shows 86.x, then email me at AzCommunity[at]microsoft[dot]com with your app service name and I will investigate.
Sign in to comment