microsoft/vscode-azurecontainerapps

An error occurs when executing "Deploy Workspace to Container App..." action for a container app with "Managed Identity" registry connection method selected

v-ruizh opened this issue · 0 comments

OS: All
Build Version: 20241019.1
Regression: Not a Regression

Repro Steps:

  1. Create a container app.
  2. Open a project containerapps-albumapi-javascript in VS Code.
  3. Right click the above container app -> Execute "Deploy Workspace to Container App..." action with "Managed Identity" registry connection method selected.
  4. Check whether no error occurs when executing "Deploy Workspace to Container App..." action for a container app.

Expect:
No error occurs when executing "Deploy Workspace to Container App..." action for a container app.

Actual:
An error occurs when executing "Deploy Workspace to Container App..." action for a container app.
Image

More Info:

  1. Succeed to deploy workspace project to the container app with the above error.
  2. The below dialog pops up if executing "Deploy Workspace to Container App..." action with "Docker Login Credentials" registry connection method selected.
    Image