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
409 stars 197 forks source link

Aks templates failed to execute `azd up` on Sovereign Cloud #3498

Closed v-jiaodi closed 7 months ago

v-jiaodi commented 8 months ago

Describe the issue: Test todo-nodejs-mongo-aks template on Azure China and US Gov Cloud. Run azd up, get error as follow: image

Repro Steps:

  1. Login in with command: azd auth login.
  2. Execute command: azd init -t todo-nodejs-mongo-aks -b pr/3481.
  3. Run azd up.

Environment:

Expected behavior: Run azd up can pass.

@danieljurek for notification.

v-jiaodi commented 7 months ago

Close this issue as it has been fixed by https://github.com/Azure/azure-dev/pull/3506.