Please delete this topic

Raymond85 0 Reputation points
2024-04-18T10:02:51.98+00:00

Please delete this topic. Answer is not necessary anymore because I deleted everything.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 16,101 Reputation points
    2024-04-19T04:43:43.51+00:00

    @Raymond85 You're correct Azure WebJobs for Linux-based App Services are currently in preview, and there might be some limitations or issues with certain configurations. However, based on the documentation you mentioned, WebJobs written in the language of the selected runtime should be supported. Since your App Service runtime stack is PHP 8.2, you should be able to run a PHP script as a WebJob.

    Here are a few things you can try to troubleshoot the issue:

    • Make sure your PHP script is in the root directory of the ZIP file you uploaded. The WebJobs system expects the script to be in the root folder of the ZIP file. Make sure that your PHP script file has a valid file name without any special characters or spaces.
    • In the Azure Portal, navigate to your App Service, then go to the "WebJobs" section. Check the status of your WebJob and see if there are any error messages or additional information that could help diagnose the issue further

    Best,

    Grace

    0 comments No comments