Hi ,
Thanks for reaching out to Microsoft Q&A.
- Even if you're not seeing health probe data in Log Analytics tables, make sure that diagnostic logging is enabled for your Azure Container Apps and sending logs to Log Analytics. You can do this by configuring diagnostic settings.
- You’ll want to monitor any log data related to container health probes. Once diagnostic settings are configured, you can query these logs in Log Analytics for events like failed health probes.
- You might need to check
AppLogs
orContainerAppConsoleLogs
to get health probe failures. - You can create a log alert rule in Azure Monitor based on your Log Analytics query for health probe failures.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.