Skip to content

Commit 972495f

Browse files
authored
Merge pull request #298823 from rosydutt22/vcd042025
VCD on AVS document
2 parents af2d2f7 + 332087c commit 972495f

7 files changed

+247
-4
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: VMware Cloud Director with Azure VMware Solution Networking
3+
description: This article explains how to enable network for VMware Cloud director tenants on Azure VMware Solution
4+
ms.topic: how-to
5+
author: rdutt
6+
ms.service: azure-vmware
7+
ms.date: 4/24/2025
8+
---
9+
10+
# VMware Cloud Director on Azure VMware Solution network scenarios
11+
12+
VMware Cloud Director on Azure VMware Solution offers a robust platform for managing multitenancy, enabling organizations to create secure, isolated virtual data centers. This article provides various network connectivity scenarios for VMware Cloud Director tenants, including connecting to the internet and accessing Azure services. By leveraging the flexibility of VMware Cloud Director and Azure VMware Solution, tenants can achieve seamless integration with external networks and Azure resources, ensuring efficient and scalable operations.
13+
14+
15+
## Connect VMware Cloud Director tenants on Azure VMware Solution to internet
16+
17+
- To achieve internet connectivity, the provider can create organization virtual data center's with an organization edge gateway (Tier-1) router and assign Public IP for NAT configuration.
18+
19+
- Learn about how to [Turn on public IP addresses to an NSX Edge node for VMware NSX](enable-public-ip-nsx-edge.md).
20+
21+
- VMware Cloud Director Tenants can use the public IP address for SNAT configuration to enable Internet access for virtual machine in tenant's organization virtual data center.
22+
23+
:::image type="content" source="media/vmware-cloud-director/vmware-cloud-director-internet-diagram.png" alt-text="Diagram showing how tenants in VMware Cloud Director connects to internet in Azure VMware Solution." border="false" lightbox="media/vmware-cloud-director/vmware-cloud-director-internet-diagram.png":::
24+
25+
- Organization virtual data center Edge gateway has default DENY ALL firewall rule. Virtual datacenter organization administrators need to open appropriate ports to allow access through the firewall by adding a new firewall rule.
26+
27+
> [!Note]
28+
> To manage overlapping IP address, use NAT to prevent conflicts in end-to-end routing scenarios.
29+
30+
31+
## Connect VMware Cloud Director tenants workloads with Azure services
32+
33+
To enable access to Azure services in Azure virtual network, you can create a site to site VPN connection from VMware Cloud Director tenant's organization edge router gateway and Azure VPN gateway.
34+
35+
:::image type="content" source="media/vmware-cloud-director/vmware-cloud-director-azure-services-diagram.png" alt-text="Diagram showing how tenants in VMware Cloud Director connects to Azure services in Azure VMware Solution." border="false" lightbox="media/vmware-cloud-director/vmware-cloud-director-azure-services-diagram.png":::
36+
37+
Follow the steps below to achieve this connectivity:
38+
- Configure Azure virtual network with an Azure VPN gateway.
39+
- Follow this document to create an [Azure virtual network gateway](tutorial-configure-networking.md)
40+
- A site-to-site VPN is established between tenant’s organization virtual data center and Azure virtual network. To achieve this connectivity, the tenant provides a public IP to the organization virtual datacenter. Both source and destination of the tunnel should have identical settings for IKE, SA, DPD etc.
41+
- The organization virtual datacenter administrator can configure IPsec VPN connectivity using VMware Cloud Director.
42+
43+
> [!Note]
44+
> VMware Cloud Director supports a policy-based VPN. Azure VPN gateway configures route-based VPN by default and to configure policy-based VPN policy-based selector needs to be enabled.
45+
46+
- Organization virtual data center edge router firewall denies traffic by default. You need to apply specific rules to enable connectivity. Use the following steps to apply firewall rules.
47+
48+
## Related topics
49+
50+
[How to enable VMware Cloud Director on Azure VMware Solution](enable-vmware-vcd-with-azure.md)
51+
52+
[VMware Cloud Director](https://techdocs.broadcom.com/us/en/vmware-cis/cloud-director/vmware-cloud-director/10-6/overview.html)
53+
54+
[Architecture - Network interconnectivity - Azure VMware Solution](architecture-networking.md)

0 commit comments

Comments
 (0)