Azure Function Queue-Blob Storage failed with 404
PS
396
Reputation points
Hi All,
I have created a Az Function which takes the messages from Queue storage to Blob Storage. The function seemed to work fine for first 20 messages and later started throwing 404 error (The specified container does not exist.). I did check the container and it exists. can someone please suggest how to narrow down the issue and identify the root cause?
Specs:
Language - C#
Trigger Type - C# Queue trigger
Thank you!
Sign in to answer