Tag: Cloud

Azure Cloud Networking

Reduce Latency with Azure Proximity Placement Groups

Reading Time: 4 minutesOverview: In most cases when we talk about Azure Architecture, we end up talking about Availability Sets, Availability Zones, or Multi-Region Architectures for redundancy and business continuity. Even though we can be inside the 2ms latency envelope within a specific zone, there are cases where applications are incredibly latency sensitive and even a millisecond of […]

Matt Hansen 
Extension installed and toggled
Azure Cloud Misc.

Azure Mask Browser Extension

Reading Time: 2 minutesI often find myself having to do a lot of editing of both video and screenshots when using the Azure Portal and I wanted to write a short blog post about this very handy extension I’ve been using recently. The Azure Mask Extension is an open-source tool written by Brian Clark, it works by masking […]

Matt Hansen 
Azure VM Disk Types
Azure Cloud Networking Storage

Shared Storage Options in Azure: Part 2 – IaaS Storage Server

Reading Time: 9 minutesRecently, I posted the “Shared Storage Options in Azure: Part 1 – Azure Shared Disks” blog post, the first in the 5-part series. Today I’m posting Part 2 – IaaS Storage Server. While this post will be fairly rudimentary insofar as Azure technical complexity, this is most certainly an option when considering shared storage options […]

Matt Hansen 
Azure DNS Load Balanced Solution
Azure Cloud

DNS Load Balancing in Azure

Reading Time: 3 minutesThis post won’t be too long, but I wanted to expand a bit on the recent repo that I published to Github for Azure Load Balanced DNS Servers. I’ve been working in Azure the better part of a decade and the way we’ve typically approached DNS is in one of two ways. Either use (a […]

Matt Hansen 
Backup Cloud Storage

Changing Azure Recovery Services Vault to LRS Storage

Reading Time: 2 minutesBack in the classic portal with backup services it was an easy fix. Simply change the settings value of storage replication type. I’ve recently started moving my workloads to recovery serveries vaults in ARM, and noticed something peculiar. By default, the storage replication type of the vault is GRS.   If your needs require geographically […]

Matt Hansen 
Cloud Storage

How to mount your OneDrive as a local mapped drive

Reading Time: 3 minutesEDIT: If you liked this post, I’ve updated my process a little bit and written a script to automate a good chunk of this! Go check out Part 2 of this blog! http://hansencloud.com/2014/10/03/how-to-mount-your-onedrive-as-a-local-mapped-drive-part-2/     OneDrive is an online storage system by Microsoft that is included when you have an email account such as @live.com […]

Matt Hansen