How to check if Outbound access for VMs in Azure is enabled

Azure Admin 20 Reputation points
2025-04-16T17:21:12.4066667+00:00

Received an email from Microsoft indicating that Default outbound access for VMs in Azure will be retired on 30 September 2025. How can I check if the VMs are using default outbound access?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,813 questions
0 comments No comments
{count} votes

Accepted answer
  1. Markapuram Sudheer Reddy 1,835 Reputation points Microsoft External Staff Moderator
    2025-04-16T18:29:58.8566667+00:00

    Hi Azure Admin,

    Due to retirement of default outbound access, you can transition to one of these explicit outbound connectivity methods for virtual machines are:

    • Create within a subnet associated to a NAT gateway.
    • Deploy in the backend pool of a standard load balancer with outbound rules defined.
    • Deploy in the backend pool of a basic public load balancer.
    • Virtual machines with public IP addresses explicitly associated to them.

    https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/default-outbound-access

    To identify the Azure resources using default outbound Internet access:

    You can leverage using Azure Advisor Operational Excellence recommendation (“Add explicit outbound method to disable default outbound”) that helps you pinpoint network interfaces that might be in this situation.

    Please follow below documentation for more information https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/how-to-identify-azure-resources-using-default-outbound-internet-access/4400755

    If the information is helpful is helpful, please click on "Accept Answer" and "Upvote"

    If you have any queries, please do let us know, we will help you.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.