Azure Function App - Deployment successful but code is not updated

Nikhil 41 Reputation points
2023-08-25T15:51:09.2133333+00:00

I developed a function few days ago, deployed it and it was working fine. Later I made few more changes to the code and deployed few times. It was working fine.

Since yesterday, when I try to deploy a new change. Deployment says it is successful but the code is not getting updated in the function app and I'm getting the alert function is unreachable.

Pricing plan : B1

AzureWebJobsStorage: It is pointing to the correct storage account and folder exists.

WEBSITE_RUN_FROM_PACKAGE is set to 1.

Run time : Python

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,298 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
966 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pooja Kadiyan 0 Reputation points
    2024-03-21T15:48:56.9266667+00:00

    Hello, for a similar issue where deployment is successful to the function app but code is not updated. Delete the app setting - WEBSITE_RUN_FROM_PACKAGE. Try deploying again. This worked for me.