Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @brandiving ,
Unfortunately, WebJobs on Linux is not a supported feature. If you don't need the latest and greatest PHP, then just create a Windows based app service to create the webjob. If, however, you need PHP 8, then your best option is to leverage Azure Functions if you're looking for a seamless solution. Otherwise, you could leverage a docker image, deploying your PHP code and creating a startup script to execute on a continuous run.