why my function is not listed under my function app dispite being correctly deployed?

CARMELO IARIA 0 Reputation points
2024-08-22T13:35:26.3333333+00:00

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.
4,902 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 27,856 Reputation points Microsoft Employee
    2024-08-22T15:09:55.9866667+00:00

    Hi @CARMELO IARIA

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.