Skip to main content

NatGateway



Resource Icon

Resource Overview

Azure NAT (Network Address Translation) Gateway is a managed networking service provided by Microsoft Azure that enables resources within a Virtual Network (VNet) to access the internet while keeping their source IP addresses hidden. By using Azure NAT Gateway, you can provide internet connectivity to resources within a VNet without exposing their private IP addresses to the internet. This helps enhance security by preventing direct access to the resources from the internet. Additionally, it can help reduce the number of public IP addresses required for accessing resources within the VNet.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • linked_subnet_name : The name of Subnet to which to attach the Nat gateway

  • linked_public_ip_name : The Public IP name to connect to Nat Gateway

  • idle_timeout_in_minutes : The idle timeout in minutes - 4~ 120

  • tag : Tag to categorize resources - up to 512 characters, key:value


Reference Materials