Azure Extended Network

Dalbir Singh 120 Reputation points
2024-04-01T12:26:30.4733333+00:00

Azure Extended Network

Just following Azure certification material mention of Extended networking, i've tried to follow the below and don't quite understand the below:

Does this need a vpn on prem? Is this built of a Site to Site link?

The Article from Lee below used pfsense.

if i'm extending my Layer3 network/broadcast domain offcourse going over the internet to Azure sent via VXLANs.

The on prem solution requires two HyperV switches - i'm not sure why a switch is being created. I don't understand the network topology in these situations.

What does Gateway subnet refer to?

What does NVA refer to in this instance - is this a term

Extend your on-premises subnets into Azure using extended network for Azure | Microsoft Learn

Azure Extended Networks – Lee Harrison's Technical Blog (hciharrison.com)

Azure Extended Network - between #onpremise Palo Alto firewall and #azure (youtube.com)

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,289 questions
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
    2024-04-01T13:35:45.48+00:00

    Hello @Dalbir Singh ,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    I understand that you would like to know more about Subnet extension in Azure.

    Extended network for Azure enables you to stretch an on-premises subnet into Azure to let on-premises virtual machines keep their original on-premises private IP addresses when migrating to Azure.

    Extended network for Azure should only be used for machines that cannot have their IP address changed when migrating to Azure. It is always better to change the IP address and connect it to a subnet that wholly exists in Azure, if that is an option.

    This subnet extension option in Azure is only for scenarios when you would like to connect your on-premises network to Azure but with overlapping IP addresses.

    By default, Azure doesn't allow overlapping IP addresses between Azure and on-premises connection.

    Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal?toc=%2Fazure%2Fvirtual-network%2Ftoc.json#prerequisites

    Does this need a vpn on prem? Is this built of a Site to Site link?

    Yes, to connect Azure with your on-premises network, you either need a site-to-site VPN or Azure ExpressRoute connection.

    Refer: https://learn.microsoft.com/en-us/azure/virtual-network/subnet-extension#extend-your-subnet-to-azure

    The Article from Lee below used pfsense.

    Yes, to connect to Azure via Site-to-Site VPN, you would need a VPN device in your on-premises with which you would form a VPN tunnel.

    Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices

    The on prem solution requires two HyperV switches - i'm not sure why a switch is being created. I don't understand the network topology in these situations.

    I'm not sure which Azure certification material you are following but as per the below extended network for Azure document,

    You need to create a Windows Server 2019 or 2022 VM on any hypervisor that supports nested virtualization. This is the on-premises virtual appliance. We recommend that you create this as a highly available VM in a cluster. Connect a virtual network adapter to the routable subnet and a second virtual network adapter to the extended subnet.

    Refer: https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/azure/azure-extended-network#on-premises-configuration

    Hyper-V is a hypervisor that allows you to create and manage virtual machines. Hyper-V specifically provides hardware virtualization. That means each virtual machine runs on virtual hardware.

    Refer: https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/

    So, basically you are creating a Virtual machine on your on-premises machine to act as a virtual appliance for proper traffic routing.

    What does Gateway subnet refer to?

    GatewaySubnet is the dedicated subnet in an Azure Virtual Network where you can deploy an Azure VPN gateway.

    Before you create a VPN gateway, you must create a gateway subnet. The gateway subnet contains the IP addresses that the virtual network gateway VMs and services use. When you create your virtual network gateway, gateway VMs are deployed to the gateway subnet and configured with the required VPN gateway settings.

    Refer: https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings#gwsub

    What does NVA refer to in this instance - is this a term

    Yes, NVA refers to Network Virtual Appliance.

    An NVA is typically used to control the flow of traffic between network segments classified with different security levels, for example between a De-Militarized Zone (DMZ) Virtual Network and the public Internet.

    Refer: https://azure.microsoft.com/en-us/blog/best-practices-to-consider-before-deploying-a-network-virtual-appliance/

    https://learn.microsoft.com/en-us/azure/architecture/networking/guide/nva-ha

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful