Azure Functions continuous deployment from Azure Repos successful without updating the Function App

Tiaan Smit 31 Reputation points
2024-01-30T10:09:46.36+00:00

Hi I am currently facing an issue with the continuous deployment feature of Azure Functions where the Function App's deployment center is connected to Azure Repos. The deployment successfully kicks off and completes after a commit is picked up on the connected Azure Repo's branch, though fails to actually update the Function App's code and configurations. The deployment is shown in the logs and is listed as active as seen in the below screen shots and are the same as before the continuous deployment feature was enabled. I also found the zip file for the deployment in the Kudu services and there seemed to be no issue with it.
User's imageUser's image

I have not found any errors or reasons for this behaviour. As far as I can tell there is no additional config required to use the feature so if anyone knows what the issue is or what how it is supposed to work, I would appreciate the help.

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

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,792 Reputation points Moderator
    2024-02-23T06:06:30.72+00:00

    Hello @Tiaan Smit Sorry for the late reply. Not sure if you're still hitting the same issue. If the CI deployment succeeded and you confirmed via Kudu that the .zip package is present, it sounds like you need to verify if the packagename.txt file is pointing to the latest zip package, refer to: Considerations for deploying from an on-site package

    Hope this helps. If the issue still persists, feel free to tag me in the comments below if you have any follow-up questions.


    Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.

    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.