An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hello @ Sheik Mohamed Yasar,
Thanks for reaching out to Microsoft Q&A.
This change won’t break your existing VMs’ Internet connectivity.
By design, Azure doesn’t retroactively remove the default outbound IP from already-deployed VNets or VMs. That means:
• Your 3 running VMs and any new VMs you spin up in that same VNet will continue to get default outbound IPs unless you explicitly make their subnet “private” (defaultOutboundAccess=false) or attach an explicit outbound solution (NAT Gateway, public IP, Load Balancer outbound rule, etc.).
• Nothing happens automatically to existing VMs you only lose that implicit outbound path if and when you manually switch the subnet to private (and then stop/deallocate the VMs so the change can take effect).
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".