microsoft / microsoft/vscode-azurecontainerapps
Unclear Regex-Based error message when editing environment variable name via JSON in Azure Container Apps
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: Win 11
Build Version: 20260107.1
Repro Steps:
- Use "Edit Container App (Advanced)..." to open the container app's JSON configuration.
- Change an environment variable name to an invalid format "123".
- Save and deploy the changes.
- Check whether the error message is clear or not.
Expect:
The error message clearly explains the naming rules.
Actual:
The error message displays a raw regex string.
More Info:
This issue does not reproduce in "Edit Environment Variable Name" option.
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 issue through Edit Container App (Advanced)... by changing an environment variable name to "123" and deploying. Trace the JSON configuration save/deploy path where the raw regex appears, then make the validation message explain the naming rules and verify that the direct Edit Environment Variable Name flow remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript, vscode
- Domain
- cloud, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100