Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
412 stars 201 forks source link

Start api failed when run vscode tests with todo-nodejs-mongo-aca #2139

Closed blow-hey closed 1 year ago

blow-hey commented 1 year ago

Describe the issue: Run task Start API and Web, the API application failed to start.

The error message as follows: image

Repro steps:

  1. Run azd auth login
  2. Run bash ./test-templates.sh -t todo-nodejs-mongo-aca -b staging -c false.
  3. Open the project in VS Code
  4. Hit F1, Run Task, Start API and Web

Environment:

Expected behavior: API application started successfully when run vscode tests with todo-nodejs-mongo-aca.

@rajeshkamal5050 for notification.

rajeshkamal5050 commented 1 year ago

@vhvb1989 can you triage this?