How to find Error log in Azure, I have migrated azure app service properly but after clicking on login at login page it shows the error page how to debug and solving the error

Ashraf Khan 40 Reputation points
2024-06-14T04:12:46.19+00:00

Capture

Capture2

Capture3

How to find Error log in Azure, I have migrated azure app service properly but after clicking on login at login page it shows the error page how to debug and solving the error

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

1 answer

Sort by: Most helpful
  1. Dan Rios 2,020 Reputation points MVP
    2024-06-18T09:39:06.6466667+00:00

    Hi there,

    There's a few ways to view the logs for your application.

    1. Go to the Azure Web App > Diagnose and solve problems > Diagnostic Tools > Application Event Logs:

    User's image

    1. Ensure Log Streaming is turned on > App Service Logs (Under Monitoring) > 'Application logging: on - then you can click on 'Log stream' and refresh your App to get the error, the stream terminal should help give you more information on the error. There is a guide on how to set this one up located here:

    https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-app-service-logging-how-to-monitor-your-web-apps-in-real/ba-p/3800390?

    Hope this answers your question. Please mark it as accepted if it has.


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.