Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,415 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.