-
Notifications
You must be signed in to change notification settings - Fork 267
Description
- Make sure you've installed the latest version using instructions in the wiki
Output from azd version
Whatever's in mcr.microsoft.com/azure-dev-cli-apps:latest
Output from az version
N/A
Describe the bug
I updated my Github workflow to use the new login scheme, re-ran azd pipeline config locally on the very latest azd (azd version 0.5.0-beta.3), and pushed the Github secrets.
Unfortunately, the azd provision stage is ending in:
ERROR: loading environment: initializing environment: reading subscription id: no default response for prompt 'Please select an Azure Subscription to use:'
You can see the full output here, I even added --debug flag to help:
https://github.com/pamelafox/msdocs-django-postgresql-sample-app-azd/actions/runs/3925438619/jobs/6710359802
To Reproduce
- git clone https://github.com/pamelafox/msdocs-django-postgresql-sample-app-azd/
- Run azd pipeline config
- Watch results of Github action
Expected behavior
I expected a successful deploy. I ported a very similar repo today as well (https://github.com/pamelafox/msdocs-flask-postgresql-sample-app-azd), and its workflows are fine, which is why I'm really flummoxed by this issue.