article

Redirecting to HTTPS when using IIS behind a load balancer

A short article on using IIS URL rewriting to force insecure HTTP requests to HTTPS when behind a load balancer that is configured to terminate the secure connection, including support for excluding LetsEncrypt challenge requests.

avatar
Richard Moss
article

Installing the URL Rewrite module into Internet Information Services

A short article on installing the optional URL Rewrite module into Internet Information services.

avatar
Richard Moss
article

Upload data to blob storage with Azure Functions

How to store data sent to an Azure Function in blob storage.

avatar
Richard Moss
article

Arranging items radially around a central point using C#

Recently I was looking for a way of display hierarchical information in a more compact form than the previous horizontal/vertical trees I was using. One of the concepts I looked into during this was the idea of arranging children radially around a central node. This article describes an approach for doing this using circular nodes.

avatar
Richard Moss