-
Notifications
You must be signed in to change notification settings - Fork 268
Description
- Make sure you've installed the latest version using instructions in the wiki
Output from azd version
azd version 0.3.0-beta.1 (commit c5344160ed49bfda75281fba28b5e9ac7b96670e)
Output from az version
{
"azure-cli": "2.40.0",
"azure-cli-core": "2.40.0",
"azure-cli-telemetry": "1.0.8",
"extensions": {
"containerapp": "0.2.0",
"fidalgo": "0.1.0",
"log-analytics": "0.2.2"
}
}Describe the bug
Running azd show consistently takes ~3s to complete but can also take as much as 5s; rarely have I seen it less than 2s. This is on a M1 16GB MacBook Pro (macOS 12.6) running no other applications.
To Reproduce
Run time azd show --output json on a newly-created application created from the todo-nodejs-mongo template.
Expected behavior
While I don't have any specific performance criteria in mind, 3s seems like a long wait for a command solely intended for the use of tooling, as tooling tends to run such commands more frequently than users in order to ensure that its related UX is up to date. <2s seems more reasonable, <1s probably ideal.