az functionapp deployment successful but can't find AzureFunction in Function App

Jingjie Yang 0 Reputation points Microsoft Employee
2025-02-21T00:22:42+00:00

Was able to run az functionapp deployment on CloudShell, and can find Deployment successful in Deployment center. But in the Function App, the Azure Function is not created.

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

1 answer

Sort by: Most helpful
  1. Vinodh247 28,371 Reputation points MVP
    2025-02-21T05:09:51.74+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    What do you get when you run the following cmd in cloudshell?

    az functionapp deployment list --name <FUNCTION_APP_NAME> --resource-group <RESOURCE_GROUP>

    Restart the funciton app and see if you are able to see it now. If nothing worked, try redeploying.

    Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.

    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.