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"