An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi, no: for “special” subnets an explicit egress method is not needed (and is not supported for GatewaySubnet), GatewaySubnet uses managed egress and does not need to be managed with NAT GW or UDR 0.0.0.0/0; PostgreSQL Flexible Server in delegated subnet manages egress itself (only configure private DNS/PE); Application Gateway does not require outbound NAT (put NSG with GatewayManager tag allowed and UDR only to reach backends); rule of thumb: explicit egress (NAT GW/LB outbound/Public IP) is needed for VMs, these subnets can remain private respecting the NSG/UDR exceptions provided by the service.