Hi Team,
I need to deploy PHP(Laravel) application to Azure App Service.
Environment: Azure App Service (Linux) platform, Azure MySQL.
I'm referring to this documentation. (https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-php-mysql)
Issue:
What is the minimum Version of PHP supported by Azure App Service ? And how to set the version ? Reason I'm asking is because application supports only this version (PHP >= 5.4, PHP < 7). In Portal I'm not getting the option to set it less than 7
How to set Virtual path for PHP Laravel Application in Azure ? I'm not able to understand this statement &#34;In the Cloud Shell, set the virtual application path by using the az resource update command. Replace the <appname> placeholder.&#34;
az resource update --name web --resource-group myResourceGroup --namespace Microsoft.Web --resource-type config --parent sites/<app_name> --set properties.virtualApplications[0].physicalPath=&#34;site\wwwroot\public&#34; --api-version 2015-06-01
*Reference*: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-php-mysql#set-the-virtual-application-path