Skip to content

Commit 865120e

Browse files
Merge pull request #303381 from asudbring/us429364-seo-top25-vnet
Top 25 seo - Networking foundations
2 parents 2ef98eb + 2b765f8 commit 865120e

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

articles/networking/foundations/network-foundations-overview.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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.
44
services: dns
55
author: asudbring
6-
ms.service: azure-dns
6+
ms.service: azure-virtual-network
77
ms.topic: overview
8-
ms.date: 06/24/2025
8+
ms.date: 07/26/2025
99
ms.author: allensu
1010
# Customer intent: As an administrator, I want to learn about Azure's foundation services.
1111
---
@@ -16,19 +16,20 @@ Azure network foundation services provide core connectivity for your resources i
1616

1717
The following diagram is an example of how these services can be used together in a basic Azure network.
1818

19-
[ ![An animated conceptual diagram of Azure network foundation services.](media/animated-diagram.gif) ](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":::
2020

2121
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.
2222

2323
## Azure Virtual Network
2424

2525
[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.
2626

27-
Two virtual networks are provisioned in the following example:
27+
Two virtual networks are provisioned in the following example:
28+
2829
- 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.
2930
- 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.
3031

31-
![A conceptual diagram of Azure Virtual Network.](media/azure-virtual-network.svg)
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.":::
3233

3334
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).
3435

@@ -40,16 +41,17 @@ In the following figure, a **private endpoint** is provisioned in the app subnet
4041

4142
Private endpoints securely connect services within virtual networks.
4243

43-
![A conceptual diagram that includes Azure Private Link.](media/azure-private-link.svg)
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.":::
4445

4546
> [!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).
4748
4849
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).
4950

5051
## Azure DNS
5152

5253
[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+
5355
* [Azure Public DNS](/azure/dns/public-dns-overview) provides high-availability hosting for public DNS domains.
5456
* [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.
5557
* [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
6163

6264
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).
6365

64-
![A conceptual diagram that includes Azure DNS.](media/azure-dns.svg)
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.":::
6567

6668
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).
6769

@@ -73,7 +75,7 @@ For more information about configuring a DNS private resolver, see [Resolve Azur
7375

7476
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.
7577

76-
[ ![A screen capture of the portal overview for foundation services.](media/portal-overview.png) ](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 services overview page with navigation options and service links.":::
7779

7880
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.
7981

@@ -85,3 +87,4 @@ Resource links are also provided in the left-hand service tree to help you under
8587
- [Azure network monitoring and management](/azure/networking/monitoring-management/)
8688
- [Azure Networking Fundamentals](/azure/networking/fundamentals/)
8789
- [Azure networking](/azure/networking)
90+

0 commit comments

Comments
 (0)