Changed container name in Blob trigger azure app bindings, but app is still processing old container blobs. When does it starts processing new container blobs?

Sudha 0 Reputation points
2024-07-18T23:00:22.24+00:00

I created a new blob-triggered Azure app in Python, but it started reprocessing the existing blobs. To avoid this, I changed the container name in the function.json file and deployed the changes. The deployment was successful, and I can see the new container name in the Azure portal. However, the app is still reprocessing blobs from the old container. When will it start pointing to the new container? The new container has blobs, but none of them are being picked up for processing. Please help me resolve this issue.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,415 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.