Skip to content

Commit 05f13c0

Browse files
authored
Merge pull request #85447 from erikadoyle/cloudsimple2
Updates to CloudSimple content, part 2
2 parents e3975ab + 785cbab commit 05f13c0

31 files changed

+752
-6
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Azure VMware Solution by CloudSimple - Connect Private Cloud to Azure network using ExpressRoute
3+
description: Describes how to connect your CloudSimple Private Cloud environment to the Azure virtual network using ExpressRoute
4+
author: sharaths-cs
5+
ms.author: b-shsury
6+
ms.date: 08/14/2019
7+
ms.topic: article
8+
ms.service: azure-vmware-cloudsimple
9+
ms.reviewer: cynthn
10+
manager: dikamath
11+
---
12+
13+
# Connect your CloudSimple Private Cloud environment to the Azure virtual network using ExpressRoute
14+
15+
Your CloudSimple Private Cloud can be connected to your Azure virtual network using Azure ExpressRoute. This high bandwidth, low latency connection allows you to access services running in your Azure subscription from your Private Cloud environment.
16+
17+
Virtual network connection allows you to:
18+
19+
* Use Azure as a backup target for virtual machines on your Private Cloud.
20+
* Deploy KMS servers in your Azure subscription to encrypt your Private Cloud vSAN datastore.
21+
* Use hybrid applications where the web tier of the application runs in the public cloud while the application and database tiers run in your Private Cloud.
22+
23+
![Azure ExpressRoute Connection to virtual network](media/cloudsimple-azure-network-connection.png)
24+
25+
## Set up a virtual network connection
26+
27+
To set up the virtual network connection to your Private Cloud, you need your authorization key, peer circuit URI, and access to your Azure subscription. This information is available on the Virtual Network Connection page in the CloudSimple portal. For instructions, see [Obtain peering information for Azure virtual network to CloudSimple connection](virtual-network-connection.md). If you have any trouble obtaining the information, submit a <a href="https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest" target="_blank">support request</a>.
28+
29+
> [!TIP]
30+
> If you already have a Azure virtual network, gateway subnet, and virtual network gateway, you can skip to step 4.
31+
32+
1. Create a virtual network on your Azure subscription and verify that the address space you select is different from the address space of your Private Cloud. If you already have an Azure virtual network, you can use the existing one. For details, see [Create a virtual network using the Azure portal](../virtual-network/quick-create-portal.md).
33+
2. Create the gateway subnet on your Azure virtual network. If you already have a gateway subnet in your Azure virtual network, you can use the existing one. For details, see [Create the gateway subnet](../expressroute/expressroute-howto-add-gateway-portal-resource-manager.md#create-the-gateway-subnet).
34+
3. Create the virtual network gateway on your virtual network. If you have an existing virtual network gateway, you can use the existing one. For details, see [Create the virtual network gateway](../expressroute/expressroute-howto-add-gateway-portal-resource-manager.md#create-the-virtual-network-gateway).
35+
4. Create the connection between your virtual network and your Private Cloud by redeeming the authorization key as described in [Connect a virtual network to a circuit - different subscription](../expressroute/expressroute-howto-linkvnet-portal-resource-manager.md#connect-a-vnet-to-a-circuit---different-subscription).
36+
37+
> [!WARNING]
38+
> If you are using an existing virtual network gateway and it has an ExpressRoute connection to the same location as the CloudSimple ExpressRoute circuit, the connection will not be established. Create a new virtual network and follow the previous steps.
39+
40+
## Test the virtual network connection
41+
42+
After the connection is created, you can check the status of the connection by selecting **Properties** under **Settings**. Status and Provisioning State should show **Succeeded**.
43+
44+
![Connection Status](media/azure-expressroute-connection.png)
45+
46+
To test the virtual network connection:
47+
48+
1. Create a virtual machine in your Azure subscription.
49+
2. Find the IP address of your Private Cloud vCenter (refer to your welcome email).
50+
3. Ping your Cloud vCenter from the virtual machine created in your Azure virtual network.
51+
4. Ping your Azure virtual machine from a virtual machine running in your Private Cloud vCenter.
52+
53+
If you have any issues establishing the connection, submit a <a href="https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest" target="_blank">support request</a>.

articles/vmware-cloudsimple/create-nodes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Provision nodes for VMware Solution by CloudSimple - Azure
33
description: Learn how to add nodes to your VMWare with CloudSimple deployment
44
author: dikamath
55
ms.author: dikamath
6-
ms.date: 04/10/2019
6+
ms.date: 08/14/2019
77
ms.topic: article
88
ms.service: azure-vmware-cloudsimple
99
ms.reviewer: cynthn
@@ -17,7 +17,6 @@ Provision nodes in the Azure portal. Then you can set up pay-as-you go capacity
1717

1818
Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
1919

20-
2120
## Add a node to your CloudSimple private cloud
2221

2322
1. Select **All services**.

0 commit comments

Comments
 (0)