App-Service configuration - I don't have the same fields

David M 106 Reputation points
2022-11-25T16:48:49.767+00:00

Hello, i have get this notice :

Community support for PHP 7.4 is ending on 28 November 2022

I have this link for help: https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/php_support.md

But in my interface, i don't have "Minor & major" version, but only "PHP version" who contains only "7.4 (EOL)" & "Disabled".
How can i upgrade my PHP version ?

Regards

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
207 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,869 questions
0 comments No comments
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 18,191 Reputation points Microsoft Employee
    2022-11-25T17:36:30.673+00:00

    @David M Thank you for reaching out to Microsoft Q&A. Apologize for the inconvenience caused on this.

    • If your App service is running on the linux app service plan then under General Settings in Configuration tab you will be able to see the fields both Minor Version and Major Version as shown below.

    264279-image.png

    Since php 8.0 and php 8.1 are supported for Linux app service plans as mentioned in this documentation If you are currently targeting Windows for PHP development, we advise to plan for migrating development to target Linux. After November 28 2022, Linux will be the only OS supported by future versions of PHP and continued feature, quality and security updates.

    • If your App service is running on windows app service plan then under General Settings in Configuration tab you will be seeing only either PHP 7.4(EOL) or OFF only.

    264324-image.png

    Feel free to reach back to me if you have any further questions on this.


0 additional answers

Sort by: Most helpful