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.
Azure Function App - Deployment successful but code is not updated
Nikhil Mandaara
41
Reputation points
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