Add Custom Domain to EUM App Service for EUM V5 and below

|
Published

In this article we will see how to add a custom domain to the Azure App Service before installing EUM. Custom domains can be bought from Azure, and the SSL certificate would be available with Azure in that case. However, if the domain is bought from outside, the SSL certificate would have to be imported. This example shows how to add custom domains bought from Azure.

  1. In the App Service left hand menu click Custom Domains. This will open the Custom Domains tab
  2. In the Custom Domains tab click + Add custom domain. This will open a detailed tab
    custom_domain_1.JPG
  3. In the detailed tab put in the custom domain without the https:// and click Validate. The form expands with a few more fields.
    custom_domain_2.JPG
  4. At this point there might be a notification to add CName. Add the CName, and come back to the Azure App Services Custom domain page and repeat the above steps. This time, it would not ask for CName, and the Add custom domain button will be enabled
  5. Click Add custom domain. Keep a note of the Custom Domain Verification ID
    custom_domain_3.JPG
  6. Get back to the Custom Domains page and click Add binding
    custom_domain_4.JPG
  7. At this point it will ask to upload or import certificate. Because in this example the domain is bought from Azure, there us no need to do anything. Close this tab, and after a few second click Add binding again. It will now have the certificate to choose from a dropdown.
    custom_domain_5.JPG
  8. Select the certificate, select SSL, and click Add Binding
    custom_domain_6.JPG
  9. Notice that the custom domain now shows Secured and the App Service URL in the Overview tab changes to the custom domain
    custom_domain_7.JPG

Refer Microsoft Article: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain