microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

Fail to create a containerized function app #4084

Closed v-chenzha closed 5 months ago

v-chenzha commented 5 months ago

OS: All Build Version: v1.14.2-alpha.0

Repro Steps:

  1. Create a containerized function project and open in VS Code.
  2. Create a containerized function app.
  3. Check whether succeeds to create a containerized function app.

Expect: Succeed to create a containerized function app.

Actual: Fail to create a containerized function app. image

More Info: This issue still reproduces after updating Azure Container Apps Extension version to v0.7.0.

nturinski commented 5 months ago

The PR that caused this issue wasn't merged so closing for now.