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.