Azure Web Service Getting Timeout

Ali Akarsu 0 Reputation points
2024-03-15T14:04:32.7533333+00:00

Hi team, we have a web app that gives random timeout errors. Since the error does not occur constantly, it is not repreduced. 3 out of every 100 submissions do not receive a response, the others work successfully. Additionally, we see faulty requests on Azure only as traces in the log. The parameters and duration match completely, but the request log does not appear. When the same request is triggered again, there is no problem in sending.

By the way, we turn on the ALWAYS ON option in Azure web app

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 28,136 Reputation points Microsoft Employee Moderator
    2024-03-18T08:18:20.7033333+00:00

    @Ali Akarsu , Apologies for the delayed response from over the weekend. I understand that the issue happens randomly.

    You may leverage App Service diagnostics from Azure Portal> Navigate to your App Service app in the Azure Portal. (screenshot below). https://learn.microsoft.com/azure/app-service/overview-diagnostics

    Also, review Enable and review logs to fetch more details about the error.

    To isolate the issue, scale-up your App Service and observe the behavior of the app.

    Checkout these referenced docs for more info:

    Best Practices for Azure App Service

    Troubleshooting intermittent outbound connection errors in Azure App Service

    User's image

    Kindly let us know, I'll follow-up with you further.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.