Azure has a simple way of adding an App Service Certificate
to a Key Vault
from the web interface. I did this and later I accidentally deleted the certificate from the Key Vault
. The App Service Certificate
resource is still there, but the certificate no longer shows up in my Key Vault
(obviously).
Is there a way that I can re-add my App Service Certificate
to my Key Vault
?
Attached images:
The App Service Certificate still thinks it's been added to Key Vault:
... but the cert is no longer available in the Key Vault:
Certificate
option. Refer to this article. – Joey Cai