Azure storage schema for diagnostic data

The structure of Azure table storage for storing diagnostic data is as follows:

If the storage is in the form of tables, we will see following tables schema:

  • WadLogsTable: This table stores the log statements written during code execution, using the trace listener.
  • WADDiagnosticInfrastructureLogsTable: This table specifies the diagnostic monitor and configuration changes.
  • WADDirectoriesTable: This table includes the directories that the diagnostic monitor is monitoring. This includes IIS logs, IIS-failed request logs, and custom directories. The location of the blob log file is specified in the container field and the name of the blob is in the RelativePath field. The AbsolutePath field indicates ...

Get Building Microservices with .NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.