Instiq
Chapter 4 · Implement and Manage Virtual Networking·v2.0.0·Updated 6/16/2026·~9 min

What's changed: Deepened AZ-104 Chapter 4 to Associate depth (tables, scenarios, FAQ, traps; localized figures)

4.3Network Connectivity and Name Resolution

Key points

Understand VNet-to-VNet connectivity with peering, on-prem connectivity via VPN/ExpressRoute, Azure Load Balancer, and name resolution with Azure DNS.

Connecting multiple networks and on-premises, and making them reachable by name, is part of the admin’s job. Learn peering, VPN/ExpressRoute, and DNS.

4.3.1Connectivity and name resolution options

For secure management access to VMs, use Azure Bastion. It provides RDP/SSH from the browser (Azure portal) without exposing public IPs or ports 3389/22 to the internet, so you do not need a separate jump-box VM.

Diagram of three options—VNet peering (connect VNets privately, low latency), VPN/ExpressRoute (connect on-prem to Azure; VPN over internet, ExpressRoute private circuit), and Azure DNS (name resolution with public/private zones).
Connectivity and name resolution
  • VNet peering: connects VNet to VNet privately with low latency.
  • VPN gateway: connects on-prem via an encrypted tunnel over the internet. ExpressRoute: a dedicated private circuit, faster and more reliable.
  • Azure Load Balancer: distributes inbound traffic across VMs (L4). Azure DNS: name resolution with public/private zones.

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.