u/Andrew-CH
We’re currently running ~10 micro frontends in Azure DevOps using YAML pipelines only (no classic releases), and I’m trying to understand how other teams handle deployment visibility and release tracking at scale.
Our challenge:
- Multiple independently deployable micro frontends
- Separate environments/stages (DEV/UAT/PROD-like)
- Need independent rollbacks per micro frontend
- Need a simple “state of the product” view:
Which version of each micro frontend is deployed where?
- Which deployments succeeded/failed?
- Deployment history per app
Classic Release Pipelines used to make this very visible, but with YAML pipelines + Environments, the experience feels much more fragmented.
I’m curious how other teams solve this. Thx.
u/Andrew-CH — 8 days ago