Skip to content

Commit 9aeda8b

Browse files
authored
Merge pull request #302788 from jjaygbay1/clean-up-toc
updated Networking section toc to reflect proper titles.
2 parents 93dabb5 + 0e35d11 commit 9aeda8b

5 files changed

+42
-43
lines changed

articles/azure-vmware/native-connect-multiple-private-clouds.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect multiple Azure VMware Solution Generation 2 Private Clouds
3-
description: Learn about connecting multiple Azure VMware Solution Generation 2 Private Clouds.
2+
title: Connect multiple Azure VMware Solution Generation 2 private clouds
3+
description: Learn about connecting multiple Azure VMware Solution Generation 2 private clouds.
44
ms.topic: how-to
55
ms.service: azure-vmware
66
author: jjaygbay1
@@ -11,21 +11,21 @@ ms.custom: engagement-fy25
1111
# Customer intent: As a cloud administrator, I want to connect multiple Azure VMware Solution Generation 2 private clouds using Virtual Network peering, so that I can ensure efficient communication and optimize performance across my cloud infrastructure.
1212
---
1313

14-
# Connect multiple Azure VMware Solution Generation 2 Private Clouds
14+
# Connect multiple Azure VMware Solution Generation 2 private clouds
1515

16-
In this article, you learn how to connect a Azure VMware Solution Generation 2 (Gen 2) private cloud to other Gen 2 private clouds.
16+
In this article, you learn how to connect an Azure VMware Solution Generation 2 (Gen 2) private cloud to other Gen 2 private clouds.
1717

1818
## Prerequisite
1919

2020
Have multiple Azure VMware Solution Gen 2 private clouds deployed successfully.
2121

22-
## Connect multiple Azure VMware Solution Gen 2
22+
## Use Virtual Network peering to connect multiple private clouds
2323

24-
Private clouds deployed in different Azure Virtual Networks can be connected using Virtual Network peering. The Virtual Network peering provides the best possible throughput and latency between Azure VMware Solution private clouds in the same region. For more information about how to do Azure Virtual Network peering, see [Create, change, or delete a Virtual Network peering](/azure/virtual-network/virtual-network-peering-overview).
24+
You can connect private clouds deployed in different Azure Virtual Networks using virtual network peering. The virtual network peering provides the best possible throughput and latency between Azure VMware Solution private clouds in the same region. For more information about how to do Azure Virtual Network peering, see [Create, change, or delete a Virtual Network peering](/azure/virtual-network/virtual-network-peering-overview).
2525

2626
Depending on the location of the private cloud, you may require local Virtual Network peering or a global Virtual Network peering.
2727

28-
:::image type="content" source="./media/native-connectivity/native-connect-multiple-solutions-on-premises.png" alt-text="Diagram of an multiple Azure VMware Solution Gen 2 private clouds connected together." lightbox="media/native-connectivity/native-connect-multiple-solutions-on-premises.png":::
28+
:::image type="content" source="./media/native-connectivity/native-connect-multiple-solutions-on-premises.png" alt-text="Diagram of multiple Azure VMware Solution Gen 2 private clouds connected together." lightbox="media/native-connectivity/native-connect-multiple-solutions-on-premises.png":::
2929

3030
## Related topics
3131
- [Connectivity to an Azure Virtual Network](native-network-connectivity.md)

articles/azure-vmware/native-connect-private-cloud-previous-edition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.service: azure-vmware
66
ms.date: 4/21/2025
77
ms.author: jacobjaygbay
88
#customer intent: As a cloud administrator, I want to connect Azure VMware Solution Generation 2 private clouds to Azure VMware Solution Generation 1 private clouds so that I can enable seamless communication between private clouds.
9-
# Customer intent: As a cloud administrator, I want to connect Azure VMware Solution Generation 2 private clouds to Generation 1 private clouds so that I can ensure network connectivity and facilitate seamless communication across different environments within Azure.
109
---
1110

1211
# Connect Azure VMware Solution Generation 2 private clouds to Azure VMware Solution Generation 1 private clouds

articles/azure-vmware/native-dns-forward-lookup-zone.md

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
---
2-
title: Private and Public DNS forward lookup zone configuration
3-
description: Learn about DNS forward lookup zone for Azure VMware Solution Generation 2 private clouds.
2+
title: Configure private and public DNS forward lookup zones
3+
description: Learn about private and public DNS forward lookup zone configuration.
44
ms.topic: how-to
55
ms.service: azure-vmware
66
ms.date: 4/21/2025
77
ms.custom: engagement-fy25
88
# customer intent: As a cloud administrator, I want to configure DNS forward lookup zone for Azure VMware Solution Generation 2 private clouds so that I can manage domain name resolution for private cloud appliances.
9-
# Customer intent: As a cloud administrator, I want to configure DNS forward lookup zones in Azure VMware Solution Generation 2, so that I can manage domain name resolution for private cloud components effectively and ensure secure access within my virtual network.
109
---
1110

12-
# Private and Public DNS forward lookup zone configuration
11+
# Configure private and public DNS forward lookup zones
1312

1413
In this article, you learn how to configure a Domain Name System (DNS) forward lookup zones for Azure VMware Solution Generation 2 (Gen 2) private clouds. It explains the options and behaviors for domain name resolution within an Azure Virtual Network.
1514

1615
## Prerequisite
1716

18-
Gen 2 private cloud successfully deployed.
17+
Gen 2 private cloud is successfully deployed.
1918

2019
## DNS forward lookup zone configuration options
2120

@@ -29,44 +28,44 @@ DNS forward lookup zone can be configured at the time of creation or changed aft
2928

3029
:::image type="content" source="./media/native-connectivity/native-connect-dns-lookup.png" alt-text="Diagram showing an Azure VMware Solution Gen 2 DNS forward lookup." lightbox="media/native-connectivity/native-connect-dns-lookup.png":::
3130

32-
## Configuring Private DNS for your Azure VMware Solution Generation 2 Private Cloud
31+
## Configure private DNS for your Azure VMware Solution Generation 2 private cloud
3332

3433
If you select the Private DNS option, the private cloud will be resolvable from the Virtual Network where the private cloud is provisioned. This is done by linking the private DNS zone to your Virtual Network. If you need to enable this zone to be resolvable outside of this Virtual Network, such as in your on-premises environment, you need to configure an Azure DNS Private Resolver, or deploy your own DNS server in your Virtual Network. Private DNS will use the Azure DNS Service (168.63.129.16) to resolve your private cloud FQDNs. This section explains configuring an Azure DNS Private Resolver.
3534

3635
### Prerequisite
37-
38-
First, create two /28 subnets to delegate to the Azure DNS Private Resolver service. As an example. They can be named dns-in and dns-out.
39-
36+
37+
Create two /28 subnets to delegate to the Azure DNS Private Resolver service. As an example, they can be named ```dns-in``` and ```dns-out```.
38+
4039
### Deploy Azure DNS Private Resolver
4140

42-
In your Resource Group, deploy the Private DNS Resolver.
41+
In the Resource Group, deploy the Private DNS Resolver.
4342

44-
1. Click create.
45-
2. In the Search the Marketplace field, type Private DNS Resolver and click enter.
46-
3. Click create for the Private DNS Resolver.
47-
4. Ensure the Subscription, Resource group, and Region fields are correct. Enter a name and choose your Virtual Network. This network must be the same as where you deployed your private cloud, then click Next: Inbound Endpoints.
48-
5. Click Add an Endpoint, enter a name for the Inbound endpoint, such as dns-in and select the subnet for the DNS inbound endpoint and click Save.
49-
6. Click Next: Outbound Endpoints.
50-
7. Click Add an Endpoint, enter a name for the Outbound endpoint, such as dns-out and select the subnet for the DNS outbound endpoint and click Save.
51-
8. Click Next: Ruleset.
52-
9. Click Next: Tags.
53-
10. Click Next: Review + Create.
54-
11. When the Validation passes, click create.
43+
1. Select Create.
44+
2. In the Search the Marketplace field, type Private DNS Resolver and select enter.
45+
3. Select Create for the Private DNS Resolver.
46+
4. Ensure the Subscription, Resource group, and Region fields are correct. Enter a name and choose your Virtual Network. This network must be the same as where you deployed your private cloud, then select Next: Inbound Endpoints.
47+
5. Select Add an Endpoint, enter a name for the Inbound endpoint, such as dns-in and select the subnet for the DNS inbound endpoint and select Save.
48+
6. Select Next: Outbound Endpoints.
49+
7. Select Add an Endpoint, enter a name for the Outbound endpoint, such as dns-out and select the subnet for the DNS outbound endpoint and select Save.
50+
8. Select Next: Ruleset.
51+
9. Select Next: Tags.
52+
10. Select Next: Review + Create.
53+
11. When the Validation passes, select Create.
5554

56-
You can now resolve your private cloud DNS records from any workload using the Inbound endpoint of the Azure DNS Private Resolver as it’s DNS server. You should now create a conditional forwarder in your on-premesis DNS server and point it to the Inbound Endpoint of the Azure DNS Private Resolver to allow DNS resolution of your private cloud from your corporate network.
55+
You can now resolve private cloud DNS records from any workload using the Inbound endpoint of the Azure DNS Private Resolver as it’s DNS server. You should now create a conditional forwarder in your on-premises DNS server and point it to the Inbound Endpoint of the Azure DNS Private Resolver to allow DNS resolution of the private cloud from your corporate network.
5756

58-
### Enable Resolution for private cloud Workload Virtual Machines
57+
### Enable Resolution for private cloud workload virtual machines
5958

60-
If you need workload Virtual Machines deployed in your private cloud to resolve the private cloud management components you must add a forwarder to VMware NSX.
59+
If you need workload virtual machines deployed in your private cloud to resolve the private cloud management components you must add a forwarder to VMware NSX.
6160

6261
1. In your Resource group, open your private cloud.
63-
2. Expand Workload Networking and click on DNS.
64-
3. Click the Add button, select FQDN zone, enter your private cloud’s DNS zone name and Domain, for IP address enter the IP address of the inbound endpoint of your Azure DNS Private Resolver and click OK.
65-
4. Click on DNS Service.
66-
5. Click Edit.
67-
6. Select the zone you just created in the FQDN zones dropdown and click OK.
68-
69-
Your workload Virtual Machines can now resolve the private cloud management components.
62+
2. Expand Workload Networking and select DNS.
63+
3. Select the Add button, select FQDN zone, enter your private cloud’s DNS zone name and Domain. For IP address enter the IP address of the inbound endpoint of your Azure DNS Private Resolver and select OK.
64+
4. Select DNS Service.
65+
5. Select Edit.
66+
6. Select the zone you just created in the FQDN zones dropdown and select OK.
67+
68+
Your workload virtual machines can now resolve the private cloud management components.
7069

7170
## Related topics
7271
- [Connectivity to an Azure Virtual Network](native-network-connectivity.md)

articles/azure-vmware/native-internet-connectivity-design-considerations.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Internet Configuration for Azure VMware Solution Generation 2 Private Clouds
3-
description: Learn about Azure VMware Solution in an Azure Virtual Network Internet connectivity configuration.
2+
title: Internet connectivity options for Azure VMware Solution Generation 2 private clouds
3+
description: Learn about Azure Internet connectivity options for Azure VMware Solution Generation 2 private clouds.
44
ms.topic: how-to
55
ms.service: azure-vmware
66
ms.date: 4/21/2025
77
ms.custom: engagement-fy25
88
# Customer intent: "As a network administrator, I want to configure internet connectivity for my Azure VMware Solution Generation 2 private cloud, so that I can ensure effective communication between my cloud, on-premises resources, and external networks."
99
---
1010

11-
# Connect to Internet
11+
# Internet connectivity options for Azure VMware Solution Generation 2 private clouds
12+
1213

1314
After you deploy an Azure VMware Solution Generation 2 (Gen 2) private cloud, you may require network connectivity between the private cloud and other networks you have in an Azure Virtual Network, on-premises, other Azure VMware Solution private clouds, or the internet. In this article, you learn to connect Azure VMware Solution on an Azure Virtual Network private cloud to the internet.
1415

articles/azure-vmware/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ items:
121121
items:
122122
- name: Connectivity to an Azure Virtual Network
123123
href: native-network-connectivity.md
124-
- name: Connect to on-premises environment
124+
- name: Connect to an on-premises environment
125125
href: native-connect-on-premises.md
126126
- name: Internet connectivity options
127127
href: native-internet-connectivity-design-considerations.md

0 commit comments

Comments
 (0)