What can be the issue when Azure.RequestfailedException occured in storage account ?

Shaquib 15 Reputation points
2023-04-24T06:28:56.4566667+00:00

Azure.RequestFailedException The server is busy. Status: 503 (The server is busy.) ErrorCode: ServerBusy Content: ServerBusyThe server is busy.

How can we find what can be the issue.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2023-04-24T11:12:46.07+00:00

    @Shaquib Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    • When exactly are you getting this error message?
    • Can you share the screenshot of the error message? Are you getting this error message in the blob storage? If you are getting this issue through Blob lock has some performance issue: may return serverBusy error when many instances are querying at same time. The "Azure.RequestFailedException The server is busy. Status: 503 (The server is busy.) ErrorCode: ServerBusy Content: ServerBusyThe server is busy." error typically indicates that the Azure service you are trying to access is experiencing high demand or is undergoing maintenance. Here are a few things you can try to resolve the issue:
    1. Wait and retry: In many cases, the server busy error is temporary and can be resolved by waiting and retrying the operation later. You can try waiting a few minutes and then retrying the operation.
    2. Check the Azure status page: Check the Azure status page to see if there are any known issues or outages affecting the service you are trying to access. If there is an outage or issue, you may need to wait until it is resolved before retrying the operation.
    3. Check your network connection: Make sure that your network connection is stable and that you have sufficient bandwidth to access the Azure service. You can try running a network diagnostic tool to check for any issues with your network connection.
    4. Use a different region: If the Blob Storage service in one region is experiencing high demand or issues, you can try using a different region to access your data. This can help reduce latency and improve performance.
    5. Contact Azure support: If the issue persists, you can contact Azure support for further assistance. They can help you diagnose the issue and provide guidance on how to resolve it. It's important to note that the server busy error can be caused by a variety of factors, and the steps to resolve the issue may vary depending on the specific service and scenario.

    Please let us know if you have any further queries. I’m happy to assist you further. Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments