Share via

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

CARMELO IARIA 20 Reputation points
Aug 22, 2024, 1:35 PM

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

Accepted answer
  1. Ryan Hill 30,026 Reputation points Microsoft Employee
    Aug 22, 2024, 3:09 PM

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.