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
387 stars 178 forks source link

Review UX of azd env refresh #2751

Open savannahostrowski opened 10 months ago

savannahostrowski commented 10 months ago

Reviewing our in product survey and based on verbatims I've heard from various folks, it's not intuitive that if the developer doesn't already have a local env that they first need to create one as part of the azd env refresh flow, making the prompt we show jarring.

On solution here might be to automatically create one (implicitly) when there are no current local environments for the project, avoiding the prompt.

savannahostrowski commented 9 months ago

@Austinauth @gkulin I don't think this is being tackled for the November release. I will reassign for improvements to be released in January?

Austinauth commented 9 months ago

I'll add this to my list of items to prioritize for work in Jan - March timeframe. If the team wants to tackle in the interim I can do my best to review and provide feedback.