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

Key vault soft delete handle #596

Open
04diiguyi opened this issue Jan 19, 2023 · 0 comments
Open

Key vault soft delete handle #596

04diiguyi opened this issue Jan 19, 2023 · 0 comments

Comments

@04diiguyi
Copy link

In the sample code to deploy infrastructure, key vault uses the default setting which enables soft delete.
As a result, once we delete key vault and recreate it, we will encounter an issue since key vault is still there (soft delete mode).
We could either disable soft delete for key vault, or check if the key vault is in soft delete mode, if so, restore it, otherwise create it.

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

No branches or pull requests

1 participant