Quantcast
Channel: Azure Networking (DNS, Traffic Manager, VPN, VNET) forum
Viewing all articles
Browse latest Browse all 6513

How to bind multiple custom domains and subdomains in azure cloud service with SSL?

$
0
0

I am working on multi tenant application in which we are having custom domains and sub-domains for client. Each client will have their own custom domain with multiple sub-domains. We are going to deploy multi tenant application using single azure cloud service.

Example of tenants:

  1. www.client1.com
    • test1.client1.com
    • test2.client1.com
  2. www.client2.com
    • test3.client2.com
    • test4.client2.com

I've never worked with SSL configuration and site bindings before but after doing plenty of research I am able to understood what needs to be done to configure multiple domains and SSL with Azure cloud service. Following is my understanding so far.

  1. We need wildcard certificates for each domain we are going to configure, so it will also include all sub-domains into it.
  2. Create A records for each root domain pointing to cloud service virtual IP.
  3. Upload and configure certificate on Azure cloud service.
  4. Need to perform site bindings for each domains.

Although following are my questions/doubts which are not cleared after visiting many blogs/links.

  1. Do I need to create CName for each sub-domains we are going to have for each tenant into my DNS provider? Or single A Records with *.Client1.com will work for all sub-domains under it?
  2. Do I need to bind each sub-domains into Azure portal to site and certificate? or wildcard domain name mapping will work?

I'd really appreciate any help.


Viewing all articles
Browse latest Browse all 6513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>