Skip to main content

Command Palette

Search for a command to run...

Dropping Availability Zone setting from Azure VMs

Updated
1 min read
Dropping Availability Zone setting from Azure VMs
O

Omar McIver is a seasoned software architect turned AI transformation leader, with a passion for helping organizations and individuals harness the power of artificial intelligence. With years of experience in the tech industry and deep expertise in cloud-native technologies, Omar has evolved his focus to address the most critical challenge of our time: preparing the workforce for the AI revolution. As the Founder of Mode3 AI Training, Omar is pioneering a new approach to AI education that goes beyond simple tool usage. His company's innovative framework teaches professionals to partner with AI as "cybernetic teammates," achieving team-level performance as individuals while breaking down organizational silos.

From July 2023, Microsoft will start charging for Ingress/Egress data between Availability Zones (and non-Availablity Zones).

You may find many of your VM resources have this mistakenly enabled as it is confused with Availability Sets and/or there is some assumption you are getting a higher SLA out of the box.

The truth is that you must create your load-balanced architecture across different Availability Zones for this to obtain any availability benefit.

So, if we didn't mean to have this on... how do we turn it off...

To drop a VM Availablity Zone setting in Azure, you must delete and recreate the VM, which is not as scary as you may think...