microsoft / microsoft/vscode-azurecontainerapps
The validation prompt is confusing that "cannot have '--'" means the container app environment name doesn't contain '--' or the name doesn't end with '--'
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: All
Build Version: 20220405.6
Regression: Not a regression
Repro Steps:
- F1 -> Azure Container Apps: Create Container App Environment... -> Type "nicole--" as the name.
- Check whether the validation prompt is clear.
Expect:
The validation prompt is clear.
Actual:
The validation prompt is confusing that "cannot have '--'" means the container app environment name doesn't contain '--' or the name doesn't end with '--'.

More Info:
There is no validation prompt when creating a container app environment with name "nicole--123" and succeed to create a container app environment with name "nicole--123".
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
Start with the Azure Container Apps “Create Container App Environment” flow in the VS Code extension and reproduce the validation using “nicole--” and “nicole--123”. Identify where the validation prompt is defined; done means the message clearly describes the rejected name pattern while preserving the accepted “nicole--123” behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript, vscode
- Domain
- cloud, developer-experience
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100