Skip to content

Commit 4c41f40

Browse files
(AzureCXP) Add Address Range info
Added details about specifying address ranges while creating the Lab Account
1 parent 490230f commit 4c41f40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/lab-services/classroom-labs/how-to-connect-peer-virtual-network.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 02/14/2020
15+
ms.date: 03/31/2020
1616
ms.author: spelluru
1717

1818
---
@@ -36,6 +36,8 @@ Certain on-premises networks are connected to Azure Virtual Network either throu
3636
## Configure at the time of lab account creation
3737
During the new lab account creation, you can pick an existing virtual network that shows in the **Peer virtual network** dropdown list on the **Advanced** tab. The selected virtual network is connected(peered) to labs created under the lab account. All the virtual machines in labs that are created after the making this change would have access to the resources on the peered virtual network.
3838

39+
There is also a provision to provide **Address range** of virtual machines for the labs. If the address range is provided, all the virtual machines in the labs under the lab account will be created in that address range. The address range should be in CIDR notation (e.g. 10.20.0.0/20) and not overlap with any existing address ranges. When providing an address range, it is important to think about the number of virtual machines that will be created in the labs and provide an address range to accommodate that. For a given range, the number of labs it can accomodate will be shown.
40+
3941
![Select VNet to peer](../media/how-to-connect-peer-virtual-network/select-vnet-to-peer.png)
4042

4143
> [!NOTE]
@@ -60,4 +62,4 @@ See the following articles:
6062
- [Attach a shared image gallery to a lab](how-to-attach-detach-shared-image-gallery.md)
6163
- [Add a user as a lab owner](how-to-add-user-lab-owner.md)
6264
- [View firewall settings for a lab](how-to-configure-firewall-settings.md)
63-
- [Configure other settings for a lab](how-to-configure-lab-accounts.md)
65+
- [Configure other settings for a lab](how-to-configure-lab-accounts.md)

0 commit comments

Comments
 (0)