If you have not already read the first part of this blog, please check it out Part 1 here. Uploaded the image to the Azure Blob container This…..was…..hard…. The code wasn’t hard, but getting the header formatted into the correct format was a hurdle, using the Micro Framework. It’s actually not possible to use the […]
Read More →Archive for May, 2014
Upload an image to an Azure Blob container using the Gadgeteer (Part 1)
I wrote an article here that explained how I got an HTTPS request to work from my Gadgeteer. This was one of the steps I took during the process of achieving my ultimate goal of storing an image, taken from a camera and placing it into an Azure Blob container. Sure, taking a picture and […]
Read More →Using TLS 1.2 with WCF
NOTE: Security is a very serious topic and you should always engage an IT security expert before deploying an application that needs to be secure. This article is intended to share my experience versus being an article to use as a guideline. With all the news about the different vulnerabilities like heartbleed and poodle, developers […]
Read More →Azure App Service Plans (ASP)
There is a great overview of Web Hosting Plans here, so this blog is not about what they are but 2 experiences I have had with them. Why do I think they exist now How I recently cleaned up my subscription with them For someone who has been using Azure App Services for some time […]
Read More →Updating the configuration for the web site failed, Azure Websites
I was making a lot of changes to one of my Azure Websites the other day and received the messages within the Azure Management Console similar to those shown in Figure 1 and 2. Figure 1, Updating the configuration for web site failed Figure 2, The deployment history is unavailable when the site is stopped […]
Read More →The webpage cannot be found (404) when accessing a file on Azure App Services Web App
404 status codes can be a little misleading. I wrote another article here about 404’s here from an on premise IIS perspective, but in principle the information applies. The fact about 404’s is that there are many sub status codes lined to the 404 status code. Most people believe that the 404 means simply that […]
Read More →Configure Remote IIS Administration for Microsoft Azure App Service
NOTE: since the update to Windows Server 2016 and IIS 10 this capability is no longer supported and it likely never will be again. In the short-term, you need to be looking for an alternative and learn to live without this one….IMO. Consider Web Apps for Containers. I wrote an article about configuring remote IIS […]
Read More →Configure Remote IIS Administration for IIS Web Sites
It becomes unexciting when I need to access multiple Internet Information Services (IIS) servers to check configurations and such. Sure, you can use PowerShell, but I am a GUI guy and prefer the nice icons and text boxes over command line. I get a new GUI when a new version of the OS is released […]
Read More →Using Traffic Manager as a FAILOVER solution for Azure App Services
I wanted to share an experience I had when using the Azure Traffic Manager with 2 Microsoft Azure App Service Web Apps. If you are not clear on what the Traffic Manager does, read my other post here. Simply, it is a way to balance load across multiple identical instances of an application so that […]
Read More →Renew an IIS 7, IIS 7.5, IIS 8.0 or IIS 8.5 … SSL Certificate (PKCS #10 vs. PKCS #7)
I will confess to not being a security expert. So this article is not about how the process works, instead about a change that I had a hard time finding when working with a customer some months ago. Security is serious business, so I like to leave those kinds of things to the experts and […]
Read More →