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 and USGovernment

dotnet-7 opened this issue · comments

Describe the issue:

Test todo-csharp-cosmos-sql and todo-java-mongo templates on Azure China and Azure USGovernment. Run azd up, get error as follow:
image
All resources have been successfully provisioned, but during the azd deploy process, an error indicates that api and web resources with tags added cannot be found. However, the services have already been created correctly on the portal.

Repro Step:

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

Environment:

  • Cloud: Azure China and Azure USGovernment.
  • Template: todo-csharp-cosmos-sql and todo-java-mongo.
  • Azd version : 1.10.0-beta.1-daily.3800821 (commit c119c96)

Expected behavior:

Run azd up can pass.

@rajeshkamal5050, @danieljurek for notification.

@danieljurek was going to file issue with the service team. Doesn't seem to be any issue with azd. Please update.

Issue was filed with the service team and deployments in sovereign clouds are now succeeding. This can be closed.