In this video I go over the benefits of using Azure Proximity Placement Groups and Accelerated networking with Azure IaaS VM’s. I start by explaining what Proximity Placement Groups are and how they work, then go over the basics of Accelerated Networking. After that, I deploy a Proximity Placement Group and accelerated networking and compare results with and without the features enabled.
Links
VM Size and OS support for Accelerated Networking:
https://docs.microsoft.com/en-us/azure/virtual-network/create-vm-accelerated-networking-powershell#limitations-and-constraints
Latte.exe:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-test-latency
Azure Availability:
https://www.ciraltos.com/azure-101-azure-locations-regions-and-high-availability/
Latte Commands:
# Receiver # Allow Latte through the Firewall netsh advfirewall firewall add rule program=c:\Tools\latte.exe name="Latte" protocol=any dir=in action=allow enable=yes profile=ANY # Start Receiver C:\tools\latte.exe -a 10.0.0.4:5005 -i 651000 # Sender C:\Tools\latte.exe -c -a 10.0.0.4:5005 -i 651000