Output from azd version
Run azd version and copy and paste the output here:
azd version 0.1.0-beta.3 (commit 77ab01c)
Output from az version
Run az version and copy and paste the output here (minimum required version is 2.38.0):
{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {}
}
Describe the bug
When the user isn't logged into azure CLI, running azd init hangs on az login.
To Reproduce
- In WSL, run
az logout
- Run
azd init in an empty folder
- Specify a template (if needed) and an environment name
azd hangs forever
Expected behavior
azd should print out the device code since there isn't autolaunch browser support in WSL.
Environment
Information on your environment:
* WSL Ubuntu 22.04
Additional context
Output from
azd versionRun
azd versionand copy and paste the output here:azd version 0.1.0-beta.3 (commit 77ab01c)
Output from
az versionRun
az versionand copy and paste the output here (minimum required version is 2.38.0):{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {}
}
Describe the bug
When the user isn't logged into azure CLI, running
azd inithangs onaz login.To Reproduce
az logoutazd initin an empty folderazdhangs foreverExpected behavior
azdshould print out the device code since there isn't autolaunch browser support in WSL.Environment
Information on your environment:
* WSL Ubuntu 22.04
Additional context