A naked URL means that there is no www or any other sub-domain prefix before the domain name and domain extension. I wrote an updated version on how to configure a common www based custom domain here. There are numerous articles about this which are posted here, but I thought an update was in order. […]
Read More →Search Results for: custom domains
Bind a custom domain to your Azure App Service, 2 steps
There are numerous articles about this which are posted here, but I thought an update was in order. To configure a custom domain for your Azure App Service, the following steps are required: (Note: you can also purchase a custom domain right from within the portal itself, as described here. If you do that, many […]
Read More →How to reduce downtime when moving a custom domain between Azure Web Apps
I not only support App Service Azure Web Apps, I am a customer of them too. This is something we refer to as ‘eating our own Dogfood’ here at Microsoft. Using the services which you support is certainly a benefit when working together with a customer as it makes it easier to understand their perspective. […]
Read More →Mapping a custom domain name to an Azure App Service
As you may know, Azure Apps Services contains Web App, Mobile Apps, API Apps, Logic Apps, etc…and it is possible to map a custom domain name to each of those. These articles here cover all the basics of the domain configuration from a DNS, CNAME and A Record, plus from the wildcard, subdomain, naked, traffic […]
Read More →Mapping a custom subdomain to an Azure Website
Mapping a custom domain name to your Azure Web App (Website) is based around a very important principle. The principle being that you need to add a CNAME with a HOST = awverify. This is how we confirm that you are indeed the owner of this domain. If you have access to the DNS file […]
Read More →Mapping a custom domain with a special character to an Azure Website
Azure Web Apps have not always supported the mapping of custom domain names with special characters in them, but it looks like it does now. I was able to map a custom domain with a special character to my Standard mode Azure Web App. To successfully configure an Azure Web App custom domain with a […]
Read More →Mapping a custom naked domain to your Azure Website, a URL with no www
A naked URL means that there is no www before the domain name and domain extension. For example, http://—.me which I use often to troubleshoot and experiment with mapping custom domains to my Azure Web App. An example of how to do map a custom domain is provided [here][LINK1], and would more than likely result […]
Read More →Mapping a custom domain to a Traffic Manager on Azure Websites
I wrote an article here about using Traffic Manager with your Azure Web App, please take a look at it to get more context for this article. When you create a Traffic Manager, for example, with a name of EUROPE, similar to that shown in Figure 1, the URL which you must direct your requests […]
Read More →404 File or directory not found when mapping custom domain to an Azure App Service, Server Error
If you are receiving a 404 error while accessing your custom domain, as shown in Figure 1, then you are most likely missing the link between your Azure App Service Web App configuration and your custom domain. Figure 1, 404 File or directory not found when mapping custom domain Before we move to the solution, […]
Read More →Azure App Service IP Based SSL and SNI Based SSL configuration
25-OCT-2017: If you delete an existing binding during the certificate renewal process, then you likley will get a new inbound IP address allocated. This would cause a problem with an A record DNS configuration. Therefore, to renew a certificate, upload the new certificate, noting the new thumbprint and bind that one to the App Service […]
Read More →