microsoft / microsoft/vscode-azureresourcegroups
Container App is displayed twice when grouping by location (both as top-level and under environment)
Nobody has claimed this yet.
- 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:
- Open Azure Resources view in VS Code.
- Switch grouping mode to Group by Location.
- Expand a location.
- Locate a Container App that belongs to a Container App Environment.
- 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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