Hide Managed Workspace Resource Groups¶
Motivation¶
The Dashboard workspace discovery screen could show Azure-managed infrastructure resource groups such as MC_... and ME_... when those groups inherited ElasticBLAST tags. Those resource groups are owned by AKS or Azure Container Apps infrastructure and should not be selectable as BLAST workspaces.
User-facing change¶
Workspace discovery, setup auto-fill, setup resource group pickers, and the header Workload RG picker now hide MC_... and ME_... managed resource groups.
API/IaC diff summary¶
- No backend API or Bicep changes.
- Frontend managed-resource-group detection now treats both
MC_andME_prefixes as infrastructure-only groups.
Validation evidence¶
cd web && npm run test -- src/lib/aksManagedRg.test.ts src/pages/Dashboard/configFromTags.test.tscd web && npm run build- Removed inherited
elb-*tags from the currently deployedME_...resource groups and confirmed onlyrg-elb-dashboardandrg-elb-dashboard-01still carryelb-*workspace discovery tags.