Category: DevOps

  • Azure – Storage Account website vs App Service

    Before going on annual leave a couple of weeks ago, I dealt with migrating a static website from a 2008 IIS VM on VMWare to Azure for a customer. Initially, after scoping and a call with the stakeholders, Storage Account was the best choice to fulfil the following criteria: Low cost Low footprint Easy for…

  • Installing Inspec for RubyGems on Windows

    I came across this as I was trying to install inspec to run against some Packer builds. The Github documentation only covers how to install inspec, and not the pre-requisites. You likely experienced an error such as “[…] requires installed build tools” and you may try to run gem install buildtools However, What you need to do…