Currently we are planning to provide a SaaS solution with subdomains that will be hosted in Azure as App Service. Currently we have the following CNAME mapping in the DNS provider and it is perfectly working for all subdomains. Also mapped the domain in the Azure App Service.
CNAME *.contoso.com contoso.azurewebsites.net
Also, we are planning to add support for using customer's own domains. For example, domain-a.com is the customer's domain and it will point to domain1.contoso.com. This is working fine, if we do the following manually/automatically.
domain-a.com -> domain1.contoso.com (Customer will add the following mapping in their DNS and I've to add this domain in Azure App Service)
I've the following questions.
- Is it possible to provide support for this, without adding the customer's domain in Azure App Service?
- How to provide support for SSL for customer's domain?