Skip to content

DevOps Spring 4 Wenbin Guan Task 196 Assign custom domain on the app gateway SSL certificate from key vault

iroenu edited this page Mar 11, 2020 · 1 revision
  1. Login the Azure Portal.
  2. Go to the DNS Zone and create Alias record set for the public IP address for the application gateway.
  3. Create the certificate for the key vault.
  4. Create the User Assigned Managed Identify and add access to Application gateway.
  5. Create a new access polity in the key vault for the User Assigned Managed Identify.
  6. Revise the http settings, rules in the application gateway and create a new listener for the application gateway. This is the Assign custom domain on the app gateway + SSL certificate from key vault.

Test: Go to the Azure Portal and look at the DNS Zone. Go to the Key Vault and see the certificate. Go to the application gateway and check for the listener, rules, and http settings.

Clone this wiki locally