I was configuring an SSL certificate and once complete, when I attempted to access the website using https://localhost I started receiving a 404 error as shown in Figure 1. Figure 1, 404 HTTP Status after installing an SSL Certificate I tried some shots at troubleshooting the issue using Failed Request Tracing and LogParser to view […]
Read More →Archive for January, 2014
How to store and access your IIS Logs on Microsoft Azure App Service
Being part of the IIS support team I have memorized the structure of an IIS log file and can see oddities almost instantly. Therefore, one of the things I want to look at when troubleshooting any Microsoft Azure Web App issue are the logs. As Microsoft Azure App Service is relatively new when I work […]
Read More →HTTPS only on Azure App Service Web Apps
If you are looking for a resource that describes installing an SSL certificate on a Azure Web App, check here. Here is more information about this configuration. There are multiple modes currently supported on the Azure Web App platform: SNI base SSL – This is a new feature in IIS 8+ (SNI) that extends the […]
Read More →Make your own SSL Certificate for testing and learning
Like many technologies, they seem very complicated when you begin to work with it, but once you get into it you start to hit the boundaries of its capabilities and features. Once you use a tool for some time you learn what it can and cannot do, and therefore when there is a problem you […]
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 →