microsoft / vscode-azurecontainerapps

VS Code extension for Azure Container Apps.

Home Page:https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurecontainerapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The default image name is inconsistent between on Mac/Linux and on Windows OS when creating a container app using "Build from project remotely using Azure Container Registry" command

v-xinda opened this issue · comments

OS: Mac/Linux
Build Version: 20231030.6

Repro Steps:

  1. Open an aca-hello-world project in VS Code on Mac or Linux OS.
  2. 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 -> Check the default image name.
  3. Repeat the above steps on Windows OS.
  4. Check whether the default name is consistent between on Mac/Linux and on Windows OS.

Expect:
The default name is consistent between on Mac/Linux and on Windows OS.

Actual:
The default name is inconsistent between on Mac/Linux and on Windows OS.
Mac/Linux:
Screenshot 2023-10-31 at 11 09 31
Windows:
Screenshot 2023-10-31 at 11 09 43

More Info:
Fail to create a container app with the default image name, the error as below:
Screenshot 2023-10-31 at 17 54 38