Azure: Temporal Tables

Will be adding some Azure content just to try and keep myself sane with all the new features and updates rolled by MS. Temporal Tables: Nice new feature that enables …

Require HTTPS on Azure

To force HTTPS on an Azure site that is configured to run HTTPS and HTTP add the following to your web.config file: <?xml version=”1.0″ encoding=”utf-8″?> <configuration> <system.webServer> <rewrite> <rules> <rule …

Windows Steps Recorder

Bit of a hidden gem I only discovered this week. Quite often users ask for a screen capture screen to record steps\instructions. There are some nice freeware ones out there …