Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 650 Bytes

appserviceconsolelogs.md

File metadata and controls

26 lines (17 loc) · 650 Bytes
title description ms.topic ms.service ms.author author ms.date
Example log table queries for AppServiceConsoleLogs
Example queries for AppServiceConsoleLogs log table
reference
azure-monitor
edbaynash
EdB-MSFT
02/18/2024

Queries for the AppServiceConsoleLogs table

Find console logs relating to application startup

List console logs that contain the term "starting".

AppServiceConsoleLogs 
| where tolower(ResultDescription) contains "starting"