microsoft / microsoft/vscode-azureresourcegroups

Container App is displayed twice when grouping by location (both as top-level and under environment)

Open
#1,435 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AT-CTI
Dominant language
TypeScript
Stars
78
Forks
55
Avg merge
16h 49m
Merged PRs (30d)
139

Description

OS: Win 11 x64
Build Version: 20260424.1

Repro Steps:

  1. Open Azure Resources view in VS Code.
  2. Switch grouping mode to Group by Location.
  3. Expand a location.
  4. Locate a Container App that belongs to a Container App Environment.
  5. Observe:
    The Container App appears directly under the location.
    The same Container App appears again under its environment node.

Expect:
Each Container App should be displayed only once.
One of the following approaches would be expected:

  • Option A: Only show Container Apps under their environment.
  • Option B: Only show Container Apps as top-level items.
  • Option C: Deduplicate entries while preserving structure.

Actual:
The same Container App resource is shown twice:

  • As a top-level node under the location
  • As a child node under its Container App Environment
    Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the duplicate Container App in the Azure Resources view by selecting Group by Location and expanding a location. Trace the grouping logic for Container Apps and Container App Environments; done means each Container App appears only once while the chosen resource hierarchy remains consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.