Azure functions - Deployment with azure repo does not work

Anonymous
2021-04-07T22:54:34.673+00:00

Hello,

I have created an Phyton app and pushed it in an DevOps repo.
My intention was to create an azure function and do an deployment source config with my azure DevOps repo.

The deployment configuration was ok and viewable in deployment center of azure function and in activity log, I can see that there was some sync going on.
But there are no Phyton functions created in azure functions.

Do you know, if anything is missing or why there are no functions created?
Am I doing it wrong?

85486-unbenannt.png

85428-unbenannt2.png

85476-unbenannt3.png

85429-unbenannt4.png

Greetings,
Clemens

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

4 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 70,986 Reputation points Moderator
    2021-04-09T10:35:47.48+00:00

    @Anonymous I would suggest you to first verify whether there are binding defined in the function.json?
    When you test your function locally are you observing the same issue or the issue is only observed once it is deployed using azure DevOps.

    I will also suggest you to verify if there are any errors/exceptions that you observed in application insights for your function app. The other reason could be if you have missed defining the application setting for AzureWebJobsStorage. You can also try to sync function trigger and see if it helps you.

    0 comments No comments

  2. Sourebh Thomas 1 Reputation point
    2021-04-09T18:56:15.087+00:00

    What is your "FUNCTIONS_WORKER_RUNTIME" setting in the Configuration tab set to?

    86387-image.png


  3. Pranay 291 Reputation points
    2021-04-09T19:11:45.643+00:00

    @Anonymous
    Hi

    Could you please share your build and release pipeline details.?

    Thanks


  4. Udaiappa Ramachandran 726 Reputation points MVP
    2022-03-10T03:28:19.17+00:00

    Did you try slots? create a slot then deploy to slot and then swap

    0 comments No comments

Your answer

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