Thank you for posting your query on Microsoft Q&A, from above description I could understand that you are not able to find a soft deleted KeyVault for recovery, nor your have been able to create new one with same name.
Please do correct me if this is not the case by responding in the comments section:
- Within CLI, kindly try to list the soft deleted KeyVault with following:
az keyvault list-deleted --subscription {SUBSCRIPTION ID} --resource-type vault
- If you see the desired Vault then run the following:
az keyvault recover --subscription {SUBSCRIPTION ID} -n {VAULT NAME}
- Still if you don't see or unable to delete the desired Vault kindly try from the Admin Portal:
Let me know if this does not work out, we could have an offline connect to discuss this further.
Thanks,
Akshay Kaushik
Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.