Take a look at Troubleshoot Python function apps in Azure Functions | Microsoft Learn, specifically, Functions not found after deployment. When the function isn't found, the usual suspect is that the function wasn't located in the root of the project. You can check the deployment logs for any errors that have occurred so you can know what to correct.
why my function is not listed under my function app dispite being correctly deployed?
CARMELO IARIA
20
Reputation points
I have successfully deployed a python function app using GitHub Actions but the function defined within the script does not show under functions.
I used to be able to see the function listed, see the invocations page, the Code + Test link etc but now the function simply isn't there.
I know it little information I'm providing but any guidance on where to start troubleshooting would help.
thanks
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,881 questions
Accepted answer
-
Ryan Hill 30,276 Reputation points Microsoft Employee Moderator
2024-08-22T15:09:55.9866667+00:00