An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Priya Jayaraman,
You received this notification because there maybe one or more of your Virtual Machines (VMs) with your subscription/subscriptions who use Azure’s default outbound internet access. This means the VM connects to the internet automatically without an explicitly configured outbound method such as a NAT Gateway, Standard Load Balancer outbound rule, or a Public IP.
Does this impact all of your VMs in the subscription right away?
No, if your VM already has a Public IP, NAT Gateway, or Standard Load Balancer outbound rule, then nothing needs to be changed and if a VM is currently using the default outbound access, it will continue to work for existing VMs.
When to be concerned?
For newly created VMs on or after September 30, 2025, Azure is not providing default outbound internet access and for that Microsoft recommends switching to an explicit outbound connectivity option to ensure reliable and controlled internet access.
What you can do:
Check which VMs or network interfaces do not have: a Public IP a NAT Gateway a Standard Load Balancer outbound rule
For those VMs, plan for one of the below supported outbound options:
- Azure NAT Gateway (recommended when multiple VMs share a subnet
- Standard Load Balancer outbound rule
- Public IP attached directly to the VM
Once one of these is configured, your VMs will automatically stop using default outbound access and this will ensure your VMs continue to have reliable outbound connectivity and remain fully supported.
References:
- https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access?tabs=portal#how-can-i-disable-default-outbound-access
- https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#public-ip-addresses
- https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections#scenarios
- https://learn.microsoft.com/en-us/azure/nat-gateway/nat-overview