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
373 stars 168 forks source link

Failed to deploy services when running `azd up` on Azure China #3899

Open zhangjiale-64 opened 2 weeks ago

zhangjiale-64 commented 2 weeks ago

Describe the issue: Test todo-csharp-cosmos-sql and todo-java-mongo templates on Azure China. Run azd up , get error as follow: image The api and web have actually been deployed successfully. But this error appears on the terminal unexpectedly. image

Repro Step:

  1. Login in with command: azd auth login.
  2. Execute command: azd init --template <repositoryPath> --branch staging.
  3. Run azd up.

Environment:

  1. Cloud: Azure China.
  2. Template: todo-csharp-cosmos-sql and todo-java-mongo.
  3. Azd version : azd version 1.10.0-beta.1-daily.3780018 (commit bb526cbd20cfbd9d2ebadc2e34f1058e8595ff4f)

Expected behavior: Run azd up can pass.

@rajeshkamal5050, @danieljurek for notification.

rajeshkamal5050 commented 2 weeks ago

@danieljurek can you triage it?

v-xuto commented 2 weeks ago

@rajeshkamal5050 In the latest round of azd manual testing (1.9.2), this issue still exists.

danieljurek commented 1 week ago

I'm also seeing this behavior (deploy failure, different error) in previously released versions of the tool (e.g. 1.7.0) there may be a service issue here.