Premium Azure Blob storage access issue

Nat Mohan 1 Reputation point
2021-10-05T14:50:20.003+00:00

Hi all,

We have an Linux based queue triggered Python Azure Function App. running on consumption plan. We have a process to ingest about 4 to 5 queue message per second which can go up to a couple of thousand messages put in the queues in a span of 15 minutes. The Azure function app processes the queue messages, reads a dozen blobs, processes and outputs the data to blob storage in parallel. A few instances of the function randomly fails saying that there's a temporary failure in name resolution of input blobs and URL cannot be opened. I checked the BlobURL in question and was able to access and download the file directly using the browser. The failures are random and sometimes doesn't happen. The blobs are not accessed concurrently by different instances, however the container is accessed by tens of function instances concurrently. I tried to look up on the internet but couldn't find anything related. Any help would be much appreciated. The error is below.

URLError: <urlopen error [Errno -3] Temporary failure in name resolution>

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

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,831 Reputation points Microsoft Employee
    2021-10-27T22:52:33.38+00:00

    Hello @Nat Mohan Not sure if this is still an issue but if it is, opening a support case and working with a support engineer may be the best course of action for troubleshooting the root cause. If your Azure subscription doesn't carry a support plan, you can write to us at azcommunity at microsoft dotcom with the subject line reading "attn:murnun" and we'd be happy to help.

    0 comments No comments

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.