Hi Claudiu-Alexandru,
In order to see logs, you also need to enable "App Service logs" (under Monitoring category in the Web App) and set
- Application Logging (Filesystem)" to "On"
- the "Level" to "Verbose"
Then in Log Analytics Workspace, run the following query to verify the application logs:
AppServiceConsoleLogs
| where Resource == "YourAppServiceName"
| sort by TimeGenerated desc