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 →Search Results for: Web API
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 →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 →Displaying detailed error messages in IIS
One of the first questions I ask when troubleshooting an IIS case is “What HTTP Status code are you receiving?” I ask this question because it sets the direction for further analysis. In this example I want to discuss the 404 status code and how you might need to make some changes or do some […]
Read More →