Category: Networking

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 
Azure Cloud Networking

Performance Testing with Azure Firewall Basic SKU

Reading Time: 4 minutesOverview: Azure Firewall is a cloud-native, stateful, managed firewall service with built-in high availability, with incredible automated scaling and throughput capabilities, and many security features. In some cases, though, the price point can be a bit high to get started if they’re being used for basic L3/L4 rules, routing, and NAT capabilities. For this reason, […]

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 Cloud Networking Security

Azure Web Apps with Cost Effective, Private and Hybrid Connectivity (The ASE Killer!)

Reading Time: 10 minutesCaution: this blog post may save you significant time and money, and has been affectionately dubbed “The ASE Killer!”. Note: If you prefer a video walk-through, you can now view my video building this solution on YouTube: https://www.youtube.com/watch?v=aeYwTLd_zB8 With the advent of the cloud came the ever so attractive PaaS service model. The first time […]

Matt Hansen 
Azure Cloud Networking

Azure Site-to-Site VPN with PFSense

Reading Time: 5 minutes(Edit: I’ve also now posted about how to do this with a Palo Alto Firewall as well, you can see that post here: https://hansencloud.com/2020/11/18/azure-site-to-site-vpn-with-palo-alto-firewall/  ) If you’re like me, you like to have a little bit more control over your network (home or business) than is available with the ISP-provided router – enter PFSense. The Netgate […]

Matt Hansen 
Cloud Networking

Azure Point-to-Site VPN with RADIUS Authentication

Reading Time: 4 minutesFor the money, it’s hard to beat the Azure VPN Gateway. Until recently though, Point-to-Site VPNs were a bit clunky because they needed mutual certificate authentication. It wasn’t bad, but it certainly wasn’t good. Thankfully, Microsoft now allows RADIUS backed authentication. This post is how you impliment said configuration.   To start off, here is my […]

Matt Hansen