Container app jobs execution history

Andrii Zahorodniuk 20 Reputation points
2026-06-11T19:24:36.6033333+00:00

We run several scheduled tasks using Azure Container Apps Jobs once per day. The execution history for these jobs has stopped appearing across multiple subscriptions and different jobs. Log queries indicate that the jobs are still being triggered daily as expected. The last execution history entry visible for all jobs is from 2026-05-31.

Azure Container Apps
Azure Container Apps

An Azure service that provides a general-purpose, serverless container platform.


Answer accepted by question author

Pravallika KV 17,620 Reputation points Microsoft External Staff Moderator
2026-06-11T19:41:58.85+00:00

Hi @Andrii Zahorodniuk ,

Thanks for the confirmation, glad the issue is resolved.

This behavior has been confirmed as a product defect in the Container Apps Job execution-history read path. Engineering has identified the root cause, and the recommended long-term fix is to sort executions by start time before applying pagination, along with proper paging support across Portal and API experiences.

Hotfix to resolve the product bug is in progress ETA 3days.

Until the platform fix is deployed, you can use the following methods to monitor all executions:

1. Use Azure Monitor / Log Analytics Logs

The logs continue to show all executions correctly. You can query:

  • ContainerAppConsoleLogs_CL
  • Container Apps system logs

to view the complete execution history.

2. Use CLI or REST API with Pagination

When retrieving job executions through Azure CLI or REST API, ensure all continuation pages are queried rather than relying on only the first page of results. This will return the full execution history.

Hope this helps!


If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.