Hi @Maggie John
I understand that you are looking for a consolidated overview across all applications and environments, displaying replica counts as well as the current revisions or images running without the need to navigate into each individual Container App page.
Important note: At this time Azure Container Apps does not offer a built-in dashboard that displays replicas and image versions for multiple apps or environments in a single view. To achieve a comprehensive “single-pane” overview you usually need to combine Azure Monitor metrics with a custom Grafana dashboard.
According to the documentation there are still several Azure-native options available for achieving centralized dashboard-style visibility for Azure Container Apps, though it is important to keep the noted limitations in mind.
Here is an overview of your available actions as of today (dashboard-style)
Use prebuilt Azure Monitor dashboards with Grafana
Azure Container Apps provides two prebuilt dashboards:
- Environment dashboard → Gives an overview of all container apps in an environment, including
- revision names
- replica ranges
- resource usage and performance data
- Container app dashboard → Shows app-level metrics like
- replica counts
- restart info
- CPU / memory usage
Please refer Azure Monitor Dashboards with Grafana provides prebuilt monitoring visualizations for your Azure Container Apps Grafana dashboards in Azure Container Apps (preview) | Microsoft Learn
Clarification regarding your specific request: Although these dashboards provide information on revision and replica details, Microsoft documentation does not indicate support for displaying container image tag/version in these views.
Use Azure Monitor Metrics Explorer (for a consolidated view). If your goal is “what’s running right now” across apps. This allows you to build a custom consolidated dashboard (especially in Grafana)
- Azure Monitor provides a Replicas metric
- Shows number of active replicas
- Supports dimension by Revision
- Metrics Explorer allows:
- filtering by revision
- splitting/grouping by revision
- visualizing across multiple resources (via scopes)
Monitor Azure Container Apps metrics | Microsoft Learn
If you find the answer helpful, please click "upvote" and accept it. This will help others in the community with similar questions easily find the solution