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

Fail to run `azd up` with `todo-python-mongo-terraform` #3893

Closed zhangjiale-64 closed 2 weeks ago

zhangjiale-64 commented 3 weeks ago

Describe the issue: Test todo-python-mongo-terraform template on DevContainer. Run azd up, get error as follow: image

Repro Steps:

  1. Login in with command: azd auth login, az login
  2. Execute command: azd init -t todo-python-mongo-terraform -b staging
  3. Run azd up

Environment:

  1. Template: todo-python-mongo-terraform
  2. OS: DevContainer
  3. Azd version : azd version 1.10.0-beta.1-daily.3777186 (commit e4a70d0e5141de8c2823ae88bc053a311ef3d7c1)

Expected behavior: Run azd up can pass.

@rajeshkamal5050 for notification.

wbreza commented 2 weeks ago

The default SKU for the app service plan is running on a B1. This is the lowest and is having a hard time starting up in a decent amount of time. I would recommend that we upgrade the SKU to at least B2 for all Python based templates.

zhangjiale-64 commented 2 weeks ago

The default SKU for the app service plan is running on a B1. This is the lowest and is having a hard time starting up in a decent amount of time. I would recommend that we upgrade the SKU to at least B2 for all Python based templates.

@rajeshkamal5050 According to this comment, this issue will no longer be reproduced in template todo-python-mongo-terraform.