Azure Networking

Nick Diaz 281 Reputation points
2021-03-15T15:59:02.573+00:00

How can I route traffic for an external entity through Azure so we can whitelist the outgoing IP of AZURE which we can then force remote agents to use the Azure VPN. This way we only have to whitelist one IP

I have to VPN and I have the outgoing IP configured with Azure NAT gateway.

Appreciate the help

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,376 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,137 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. suvasara-MSFT 10,001 Reputation points
    2021-03-16T10:13:03.137+00:00

    @Nick Diaz , As of now Azure NAT gateway is only compatible with,

    1. Standard load balancer
    2. Standard public IP
    3. Standard public IP prefix

    Deploying both NAT gateway and VPN gateway under same subnet might not be compatible. But yes, you can use NAT gateway alone to communicate with external services that requires whitelisting of incoming IP addresses. This reduces the pain as you need to whitelist only one IP address.

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.