Update Application Settings for an Azure App Service

With our migration to VSTS I ran into an issue where I wanted to update Application Settings for an Azure App Service. At first I thought I could just modify the Variables in my Release Build Definition. Unfortunately that did not work. ☹️ Variables are geared towards transformation, be it web.config or appsettings.json. What to do?…

Oh No! My Azure SSL Certificate Expired!

This has happened twice already this year, and I always forget what to do to fix the problem! Our sites “appear” to go down, really the browser just complaining that the site is unsafe, but nonetheless, needs to get fixed immediately. Takes me about an hour to remember what to do, thankfully, in this case,…