microsoft / microsoft/vscode-azurecontainerapps
Fail to create a container app with the default Express image name
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: 20230329.6
Repro Steps:
- Open an Express project in VS Code which includes Dockerfile in it.
- Right click one container app environment -> Select "Create Container App... -> Enter a container app name -> "Select "Build from project remotely using Azure Container Registry" -> Select an Azure Container Registry -> Select the default "Dockerfile" in the project folder -> Use the default express image name and fill the following steps to create a container app.

- Check whether succeeds to create a container app or not.
Expect:
Succeed to create a container app with the default image name.
Actual:
Fail to create a container app with the default image name.

More Info:
- This issue does not reproduce when creating container app with the default MVC/Django image name.
- Succeed to create a container app with the name "myExpress or myExpress:latest".
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 by reproducing the container app creation flow with the default Dockerfile and Express image name, then trace where that default is handled in the VS Code extension. Done means the default Express image name creates the container app successfully, while the existing MVC and Django flows remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, docker, express, typescript, vscode
- Domain
- cloud, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100