You plan to configure an Azure Application Gateway v2 named AppGw1 to perform SSL termination. The SSL certificates must be stored securely in an Azure Key Vault named KV1.
You need to configure AppGw1 to retrieve the SSL certificates from KV1.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
- 1Create a user-assigned managed identity.
- 2Assign the Key Vault Secrets User role on KV1 to the user-assigned managed identity.
- 3Associate the user-assigned managed identity with AppGw1.
- 4Create an HTTPS listener on AppGw1 that references the certificate URI in KV1.
Cevap
First, create a user-assigned managed identity. Second, assign the Key Vault Secrets User role on KV1 to the user-assigned managed identity. Third, associate the user-assigned managed identity with AppGw1. Fourth, create an HTTPS listener on AppGw1 that references the certificate URI in KV1.
To configure Azure Application Gateway with SSL certificates from Key Vault, you must first create a user-assigned managed identity. Then, you grant that identity read access (Key Vault Secrets User role) to the Key Vault. Next, you associate the identity with the Application Gateway. Finally, you configure the HTTPS listener on the Application Gateway referencing the Key Vault certificate URI. This ensures the gateway has the credentials and permissions needed to pull the certificate.
Adım Adım Çözüm
Anahtar Kavram
Azure Key Vault integration with Azure Application Gateway for SSL termination