rollsch
rollsch

Reputation: 2770

How to view the equivalent of Event Viewer - System Logs on Azure App Service

I want to view system level events on a Windows Azure App Service instance. It is a P3v2 instance to be specific.

I can get application logs, web logs and just about every other type of log except for the system logs itself.

We are trying to debug an IO error that is occurring. Here is some more information for reference https://serverfault.com/questions/1055435/an-unexpected-network-error-occured-winioerror-azure-app-service

If we could get system event logs we might be able to see what else is occurring when our IO error occurs. Eg any azure updates, disk events etc.

How can we view the equivalent of System Logs as found in Windows Event Viewer for a windows azure app service?

Upvotes: 0

Views: 937

Answers (1)

Doris Lv
Doris Lv

Reputation: 3398

As we know, Azure app service is a PaaS, which would not let you manage the system aspect. You could enable diagnostic logging on your app service yo get the most information you could get. If you need more about the system site, check the Azure status through this link.

Upvotes: 0

Related Questions