@fhtino The diagnostic logs sent from App service can be stored in log analytics workspace in two formats. One is the logs can be sent to Azure Diagnostics or to individual table.
- AzureDiagnostics : The resource log for each Azure service has a unique set of columns. The AzureDiagnostics table includes the most common columns used by Azure services. If a resource log includes a column that doesn't already exist in the AzureDiagnostics table, that column is added the first time that data is collected.
- If the logs are sent to AzureDiagnostic Table, the log format is as per this document and all the properties of log shown here will be in properties column of AzureDiagnostics table.
- Resource specific table: In this mode, Individual tables in the selected workspace are created for each category selected in the diagnostic setting.
- If it is sent to individual table, the properties shown here will be logged as columns.