Skip to main content

Networking

Azure network foundation services

Azure network foundation services provide core connectivity for your resources in Azure. Network foundation services include Azure Virtual NetworkAzure Private Link, and Azure DNS. Together, these core services build upon each other to provide the foundation for your Azure network.

azure network foundation services

Azure Network Foundation Services Overview | Microsoft Learn

What is Azure Virtual Network?

Azure Virtual Network provides the fundamental building block for your private network in Azure. This service enables Azure resources like virtual machines (VMs) to securely communicate with each other, the internet, and on-premises networks. Virtual networks deliver the scale, availability, and isolation benefits of Azure infrastructure while maintaining the familiar networking concepts you use in traditional datacenters.

Azure Virtual Network enables you to create private networks in the cloud, securely connecting Azure resources, the Internet, and on-premises networks.

Two virtual networks are provisioned in the following example:

  • The hub virtual network is used to deploy Azure services and provide access to data resources. The hub is optionally connected to an on-premises network.
  • The hub peers with a spoke network containing a business tier subnet with virtual machines to process user interactions, and an application subnet to handle data storage and transactions.

Azure Virtual Network Documentation - Tutorials, quickstarts, API references | Microsoft Learn

Azure Private Link enables secure, private connectivity from your virtual network to services that don't traverse the public Internet.

Private Link Documentation - Quickstarts, How to guides, and API references | Microsoft Learn

Azure DNS

Azure DNS provides cloud-based public and private domain name hosting and resolution. It includes three services that provide public or private DNS resolution and hosting, and one load balancing service:

  • Azure Public DNS provides high-availability hosting for public DNS domains.
  • Azure Private DNS is a DNS naming and resolution service for virtual networks and the private services hosted inside those networks.
  • Azure DNS Private Resolver is a fully managed high availability DNS service that enables you to query private DNS zones from an on-premises environment and vice versa without deploying VM based DNS servers.
  • Azure Traffic Manager: A DNS-based traffic load balancer that can distribute traffic to public facing applications across Azure regions.

Networking architecture design

Azure provides a wide range of networking tools and capabilities. These are just some of the key networking services available in Azure:

Networking architecture design - Azure Architecture Center | Microsoft Learn