Hello @Phillip Parr
Welcome to Microsoft QnA!
Please verify :
- Zip File: Ensure all PHP files (including
run.php
and its dependencies) are at the root level of the ZIP archive, not within a subfolder. - run.php: Azure WebJobs look for a file named
run.{extension}
(in your case,run.php
) as the entry point. Make sure it's correctly named and present. - Case Sensitivity: File names are case-sensitive. Double-check that
run.php
is lowercase. - Hidden Files: Avoid including hidden files (e.g.,
.DS_Store
) in the ZIP.
Can we see the web.config ?
--
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
The answer or portions of it may have been assisted by AI Source: ChatGPT Subscription
Regards