Accessing Azure VMs over RDP and SSH on Private IPs with Azure Bastion Preview

Securely connecting from the outside world to workloads and virtual machines on private networks can be challenging. Here’s how Azure Bastion can help!

Hosting static websites from Azure Storage

One of the capabilities of Azure Storage is you can host and serve static web content. In this post, I demonstrate how this can be achieved.

General Availability of Premium Azure File Shares

Azure now supports hosting File Shares on Premium backed storage media (SSDs) and are useful for IO-intensive workloads, hosting databases and high-performance computing (HPC).

Trigger Happy Azure Functions

Public speaking in the community is one of the ways in which we can grow as a community in a technological world that is moving at a very rapid pace. In order to keep up with the latest trends in the tech world, we need to collaborate with other like-minded experts. In this post I share my experience speaking at the Durban Azure User Group.

Removing confidential information from configuration files in .NET projects

Using Microsoft’s SlowCheetah we can easily specify different configurations based on the environment. In this post, I’ll be showing you how to remove confidential information from being committed to source control.