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

azd pipeline config `Azure Dev Deploy` fail in pipeline #1870

Closed v-jiaodi closed 1 year ago

v-jiaodi commented 1 year ago

Describe the issue: Failing to deploy service web, when run azd pipeline config --provider azdo.

The error message as follows: image

Repro steps:

  1. Run command azd login.
  2. Run command bash ./test-templates.sh -t xxx -b staging
  3. Run command azd pipeline config --provider azdo

Environment: OS: Windows desktop, MacOS desktop, Linux desktop, Devcontainer in VS Code, WSL. Template: .todo-csharp-cosmos-sql todo-nodejs-mongo todo-nodejs-mongo-swa-func todo-python-mongo todo-python-mongo-swa-func todo-csharp-sql todo-csharp-sql-swa-func todo-java-mongo

Azd version: 0.7.0-beta.2-pr.2672227 (commit https://github.com/Azure/azure-dev/commit/dec4eb2c9f5932d3bd41f7e66b41c775c050ad48)

Expected behavior: azd pipeline config --provider azdo can pass.

@rajeshkamal5050 for notification.

rajeshkamal5050 commented 1 year ago

@vhvb1989 can you take a look at the azdo issue? Marked it as a blocker. Please update.

wbreza commented 1 year ago

Duplicate of #1867 - only difference is that it is running in the azdo pipeline.

rajeshkamal5050 commented 1 year ago

Closing based on above finding.