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.

Home Page:https://aka.ms/azd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

zhangjiale-64 opened this issue · comments

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 bb526cb)

Expected behavior:
Run azd up can pass.

@rajeshkamal5050, @danieljurek for notification.

@danieljurek can you triage it?

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

  • Templates: todo-csharp-cosmos-sql, todo-csharp-sql, todo-nodejs-mongo, todo-java-mongo, todo-nodejs-mongo-terraform, todo-python-mongo, todo-python-mongo-terraform
  • Cloud: China
  • Branch: staging
  • Azd version: azd version 1.10.0-beta.1-daily.3792048 (commit 13a7dd5)

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.

Most recent error message was escalated to the ARM team and deployments are now succeeding. This can be closed.