Function is not visible inside Function App after deployment is successful

Jaya Ojha 70 Reputation points
2023-06-29T08:52:02.48+00:00

Hi,

I am trying to deploy the azure function with http trigger written in python on the Azure Function App. I created a build pipeline with all the steps in using azure function template in azure devops. Steps are as follows:

User's image

After the build is successful, I created a release pipeline and deploy the zip file to the Azure Function App using Azure CLI command as follows:

az functionapp deployment source config-zip -g {myRG} -n {myAppName} --src {zipFilePathLocation}


The deployment is successful, and I can see the deployment status as successful inside deployment center.

User's image

But the function is not visible inside the "Functions" Tab.

Please share your views on this.

Community Center Not monitored
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-06-30T05:05:02.4+00:00

    @Jaya Ojha Thanks for reaching out.

    Can you please review the Diagnose and solve problem blade on your function app and verify if there is any function runtime issue which would cause this behavior.

    It may be the sync issue and you can try to manually sync your functions using the Sync Function trigger API.


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.