-
-
Notifications
You must be signed in to change notification settings - Fork 237
How to use in Azure services
Tatsuro Shibamura edited this page Aug 3, 2024
·
6 revisions
- App Service (Web Apps / Functions / Containers)
- Azure Container Apps
- Application Gateway v2
- Azure CDN / Front Door (Classic) / Front Door
- API Management
- Virtual Machines
- Other services
You can import the Key Vault certificate to the App Service by opening the TLS/SSL Settings
from Azure Portal and selecting the Import Key Vault Certificate
button from the Private Key Certificate (.pfx)
.
After importing, the App Service will automatically check for certificate updates.
Front Door (Standard / Premium) will now automatically deploy the latest version of the certificate when the Key Vault certificate is updated. Selecting Latest
as the Key Vault certificate version will automatically update it.
- Azure Key Vault VM Extension for Windows - Azure Virtual Machines | Microsoft Docs
- Azure Key Vault VM Extension for Linux - Azure Virtual Machines | Microsoft Docs
- Tutorial: Secure a web server with TLS/SSL certificates - Azure Virtual Machines | Microsoft Docs
The issued certificate can be downloaded from Key Vault and used elsewhere, either in Azure or outside Azure.