Type something to search...
How to create a NAT Gateway in Azure

How to create a NAT Gateway in Azure


Introduction

I told you last March about the end of implicit Internet access for new Virtual Networks (VNets) in Azure and the need to configure an explicit Internet outbound solution (Azure NAT Gateway, firewall, or load balancer with egress rules).

Check the March 2026 article HERE.


Prerequisites

Required licenses

  • An Azure subscription.

Azure resources

  • A public IP address of type Standard.
  • A resource group.
  • Virtual Networks (VNets).

Administrator role

  • An account with the Contributor or Owner role on the Azure subscription.

Step 1 : Sign in to the Microsoft Azure portal

Sign in to the Microsoft Azure portal by opening your web browser to https://portal.azure.com.


Step 2 : Create the Azure NAT Gateway

In the search bar at the top of the screen, type NAT gateways, and click the proposed menu.

Click Create to create the NAT gateway.

image

Click Add public IP addresses or prefixes to assign an available public IP address or use a new one that is automatically created.

image

Assign the Virtual Network(s) you wish to route through the NAT Gateway.

image


Step 3 : Validate the result

From a server / computer connected to the relevant subnet, navigate to https://whatismyip.com. The displayed IP address should be the one you assigned to the NAT Gateway.

image

Also, we can see in the Azure statistics that traffic has been collected.

image


Conclusion

You now know how to create a NAT Gateway in Azure.


Sources

Microsoft - Techcommunity

Microsoft Learn - Default outbound access in Azure

Microsoft Learn - Azure NAT Gateway

Microsoft - Azure NAT Gateway pricing


Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.

Don’t forget to follow us and share this post.

Related Posts

How I resolved dropped Teams calls

How I resolved dropped Teams calls

Introduction A customer contacted me to tell me that he was having an issue with his Microsoft Teams telephony. Outgoing calls are being cut off even before the audio connection is establ

Read More
How to convert a public IP to Standard in Azure

How to convert a public IP to Standard in Azure

Introduction Microsoft has officially announced the retirement of Azure Basic public IP addresses, with a target date of September 30, 2025. This decision marks a significant step in the

Read More
Entra Private Access for Domain Controllers

Entra Private Access for Domain Controllers

Introduction Microsoft has announced the Public Preview of Microsoft Entra Private Access for Active Directory Domain Controllers, a major step forward in strengthening the security of

Read More
Extend Zero Trust to AI agent identities in Entra ID

Extend Zero Trust to AI agent identities in Entra ID

Introduction AI agents are becoming increasingly widespread in businesses (incident summaries, log analysis, flow execution, etc.), and it is crucial that their access is continuously evalu

Read More
End of implicit internet access for new Azure VNets

End of implicit internet access for new Azure VNets

Introduction Starting March 31, 2026, Microsoft is making a major change to Azure's default network behavior. New Virtual Networks (VNet) will no longer have implicit outbound internet

Read More
External MFA is now available in Entra ID

External MFA is now available in Entra ID

Introduction Microsoft has announced the General Availability of External MFA, in Microsoft Entra ID, formerly known as External Authentication Methods. This feature allows the use

Read More