Answer accepted by question author
Hi @Asa Xiao ,
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 image
and click on Yes for was this answer helpful. And, if you have any further query do let us know.
