You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/networking/foundations/network-foundations-overview.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Azure network foundation services overview
3
-
description: Learn about Azure network foundation services.
2
+
title: Azure Network Foundation Services Overview
3
+
description: Learn how Azure Virtual Network, Private Link, and DNS work together to create secure, private cloud connectivity. Get started with Azure network foundation services today.
4
4
services: dns
5
5
author: asudbring
6
-
ms.service: azure-dns
6
+
ms.service: azure-virtual-network
7
7
ms.topic: overview
8
-
ms.date: 06/24/2025
8
+
ms.date: 07/26/2025
9
9
ms.author: allensu
10
10
# Customer intent: As an administrator, I want to learn about Azure's foundation services.
11
11
---
@@ -16,19 +16,20 @@ Azure network foundation services provide core connectivity for your resources i
16
16
17
17
The following diagram is an example of how these services can be used together in a basic Azure network.
18
18
19
-
[](media/animated-diagram.gif#lightbox)
19
+
:::image type="content" source="media/animated-diagram.gif" alt-text="Screenshot of an animated conceptual diagram showing how Azure Virtual Network, Private Link, and DNS services work together to create secure cloud connectivity." lightbox="media/animated-diagram.gif":::
20
20
21
21
This article provides a summary of each of these Azure foundational services, and illustrates how they work together. Links are also provided to more detailed guidance for each foundational service.
22
22
23
23
## Azure Virtual Network
24
24
25
25
[Azure Virtual Network](/azure/virtual-network) enables you to create private networks in the cloud, securely connecting Azure resources, the Internet, and on-premises networks.
26
26
27
-
Two virtual networks are provisioned in the following example:
27
+
Two virtual networks are provisioned in the following example:
28
+
28
29
- 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.
29
30
- 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.
30
31
31
-

32
+
:::image type="content" source="media/azure-virtual-network.svg" alt-text="Screenshot of a conceptual diagram showing Azure Virtual Network with hub and spoke topology, including business tier and application subnets.":::
32
33
33
34
For more information about designing virtual networks, see [Plan virtual networks](/azure/virtual-network/virtual-network-vnet-plan-design-arm). To create a virtual network, see [Use the Azure portal to create a virtual network](/azure/virtual-network/quick-create-portal).
34
35
@@ -40,16 +41,17 @@ In the following figure, a **private endpoint** is provisioned in the app subnet
40
41
41
42
Private endpoints securely connect services within virtual networks.
42
43
43
-

44
+
:::image type="content" source="media/azure-private-link.svg" alt-text="Screenshot of a conceptual diagram that includes Azure Private Link with private endpoint connectivity in a virtual network architecture.":::
44
45
45
46
> [!NOTE]
46
-
> When you create a private endpoint, you're given the choice of integrating with a private DNS zone. This configuration can be added, deleted, or modified later. In the example shown here, the option to integrate with a private DNS zone is selected. This basic DNS configuration is suitable for virtual network workloads that don't use an Azure DNS Private Resolver. For more information, see [Azure Private Endpoint DNS integration](/azure/private-link/private-endpoint-dns-integration).
47
+
> Private endpoints offer DNS integration options during creation. You can choose to integrate with a private DNS zone, and this configuration remains flexible - you can add, remove, or modify it after deployment. The example demonstrates selecting private DNS zone integration, which provides a straightforward DNS setup ideal for virtual network workloads without an Azure DNS Private Resolver. For more information, see [Azure Private Endpoint DNS integration](/azure/private-link/private-endpoint-dns-integration).
47
48
48
49
For an overview of private link and private endpoint, see [What is Azure Private Link service](/azure/private-link/private-link-service-overview) and [What is a private endpoint](/azure/private-link/private-endpoint-overview). To create a private endpoint, see [Create a private endpoint](/azure/private-link/create-private-endpoint-portal).
49
50
50
51
## Azure DNS
51
52
52
53
[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:
54
+
53
55
*[Azure Public DNS](/azure/dns/public-dns-overview) provides high-availability hosting for public DNS domains.
54
56
*[Azure Private DNS](/azure/dns/private-dns-overview) is a DNS naming and resolution service for virtual networks and the private services hosted inside those networks.
55
57
*[Azure DNS Private Resolver](/azure/dns/dns-private-resolver-overview) 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.
@@ -61,7 +63,7 @@ In the following example, the private endpoint shown in the previous figure is a
61
63
62
64
This zone is also configured with a virtual network link to the hub virtual network, enabling all resources in the hub network to resolve the zone using Azure-provided DNS (168.63.129.16) and providing access to the private endpoint using its fully qualified DNS name (FQDN).
63
65
64
-

66
+
:::image type="content" source="media/azure-dns.svg" alt-text="Screenshot of a conceptual diagram showing Azure DNS private zones and virtual network links for private endpoint resolution.":::
65
67
66
68
By default, private endpoints can only be resolved from within Azure. To resolve the private-linked storage account from on-premises, or to resolve on-premises resources from within Azure, you can configure a **DNS private resolver** in the hub virtual network (not shown).
67
69
@@ -73,7 +75,7 @@ For more information about configuring a DNS private resolver, see [Resolve Azur
73
75
74
76
The Azure portal provides a centralized experience for [getting started with network foundation services](https://aka.ms/hubs/networkfoundation). Information and links are provided to help you create an isolated network, manage network services, secure access to resources, manage hybrid name resolution, and troubleshoot network issues.
75
77
76
-
[](media/portal-overview-expanded.png#lightbox)
78
+
:::image type="content" source="media/portal-overview.png" alt-text="Screenshot of the Azure portal interface showing the network foundation servicesoverview page with navigation options and service links.":::
77
79
78
80
Resource links are also provided in the left-hand service tree to help you understand, create, and view supporting components of the network foundation services.
79
81
@@ -85,3 +87,4 @@ Resource links are also provided in the left-hand service tree to help you under
85
87
-[Azure network monitoring and management](/azure/networking/monitoring-management/)
0 commit comments