How to track the root cause for Azure Internal server errors?

Arun Kankanala 1 Reputation point
2021-02-02T06:12:17.723+00:00

Hi

All of sudden I received an error while describing public ip addresses like below but after sometime it started working fine but need to know the reason for downtime.

raise HttpResponseError(response=response, error_format=ARMErrorFormat)
azure.core.exceptions.HttpResponseError: (InternalServerError) Encountered internal server error. Diagnostic information: timestamp '20210201T184120Z', tracking id 'fb55b3c3-98bc-4d98-bba2-eea4e3dace4a', request correlation id 'fb55b3c3-98bc-4d98-bba2-eea4e3dace4a'.

Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,130 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 11,636 Reputation points
    2021-02-03T14:42:50.653+00:00

    Hello @Arun Kankanala - Thanks for reaching out.

    Have you enabled logging using Application Insights . You can use AI to monitor your live applications. It will automatically detect performance anomalies, and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app.

    Also, you can take a look at Azure Service Health which helps you stay informed and take action when Azure service issues like incidents and planned maintenance affect you by providing a personalized health dashboard, customizable alerts, and expert guidance.

    Please take a look at this document for more reference : Azure Service Health

    63582-azureservicehealtj.png

    If the response was helpful, please "Accept as Answer" so it can be helpful for the community.

    0 comments No comments