c# azure function replacement in code does not propagate to portal

Olivier Matrot 0 Reputation points
2024-09-25T13:15:39.0666667+00:00

I'm using c#/.NET8 and the V4 Azure Functions Version.

I initially wrote a bunch of function in a single project and deployed them to a specific slot on Azure.

A few days ago I replaced a function (queue trigger based) by another one (time trigger based). So the original source file has been deleted and a new one created.

I published the functions to my slot. One the deployment has finished, the removed azure function is still there and the new one is not...

This is really strange, I'm using Visual Studio 2022 and the publish wizard. There is no error at all.

Please help me.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
0 comments No comments
{count} votes

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.