My Azure function is not visible in Function app

Reddi Mohan A (EXT)(ADM-AZR) 0 Reputation points
2025-02-04T08:37:51.48+00:00

I have deployed my Azure function v2 in python using Azure devops and able to see the function in Function app with base function, but I have business logic with multiple functions deployed but then function is not visible in Functions app. tried many things still its not visible in Function app.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,950 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Khadeer Ali 5,990 Reputation points Microsoft External Staff Moderator
    2025-02-04T09:54:00.6333333+00:00

    @Reddi Mohan A (EXT)(ADM-AZR) ,

    Welcome to Microsoft Q&A Platform!

    Thanks for reaching out. Please take a look at Troubleshoot Python function apps in Azure Functions | Microsoft Learn, particularly the section on Functions not found after deployment. If the function isn't located, it is often because it wasn't placed in the root of the project. Review the deployment logs for any errors to identify what needs to be fixed.
    Please let us know for any questions.

    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.