Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ux: improve azd down to show individual resource deletions and timings #4324

Open
weikanglim opened this issue Sep 16, 2024 · 2 comments
Open

Comments

@weikanglim
Copy link
Contributor

weikanglim commented Sep 16, 2024

Let's improve on the UX for azd down.

A suggestion is that we take the format of what we have for azd provision:
image

And apply it to azd down:

image

Concretely this means:

  1. The resource(s) printed out should be the same list
  2. The format of output should be similar
  3. The individual resource timings of each deletion should be available
@weikanglim
Copy link
Contributor Author

I think we'd also want to track "delete" vs "purge" (hard-delete if there's a soft-delete option for a resource) separately

@ellismg
Copy link
Member

ellismg commented Sep 18, 2024

Does ARM expose this information to use today (via some nested operation thing like we have during provision) or are we going to have to continuously poll the resource groups to try to observe deletions?

For purge since they are classic LROs I can see how we can get timing information on a granular level, but I'm less certain we can get per resource delete information while deleting the resource group itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants