To stream container logs, make sure that you enabled it first (see July 17, 2026 entry). Then, use the az webapp log tail command below to stream the logs.
az webapp log tail \
--resource-group $RESOURCE_GROUP \
--name $APP_NAME
<timestamp> Welcome, you are now connected to log-streaming service.
Starting Log Tail -n 10 of existing logs ----
/home/LogFiles/<log-file>.log (https://<app-name>.scm.azurewebsites.net/api/vfs/LogFiles/<log-file>.log)
<timestamp> INFO - Health check requested
<timestamp> "GET / HTTP/1.1" 200 "-" "AlwaysOn"