Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f978b3c

Browse files
committedFeb 14, 2020
Peer VNet
1 parent 8980c48 commit f978b3c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
 

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

Lines changed: 2 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: 05/07/2019
15+
ms.date: 02/14/2020
1616
ms.author: spelluru
1717

1818
---
@@ -31,7 +31,7 @@ You may need to connect your lab's network with a peer virtual network in some s
3131
Certain on-premises networks are connected to Azure Virtual Network either through [ExpressRoute](../../expressroute/expressroute-introduction.md) or [Virtual Network Gateway](../../vpn-gateway/vpn-gateway-about-vpngateways.md). These services must be set up outside of Azure Lab Services. To learn more about connecting an on-premises network to Azure using ExpressRoute, see [ExpressRoute overview](../../expressroute/expressroute-introduction.md). For on-premises connectivity using a Virtual Network Gateway, the gateway, specified virtual network, and the lab account must all be in the same region.
3232

3333
## Configure at the time of lab account creation
34-
During the new lab account creation, you can pick an existing virtual network that shows in the **Peer virtual network** dropdown list. 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.
34+
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.
3535

3636
![Select VNet to peer](../media/how-to-connect-peer-virtual-network/select-vnet-to-peer.png)
3737

‎articles/lab-services/classroom-labs/how-to-manage-lab-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following steps illustrate how to use the Azure portal to create a lab accou
4444
8. Specify an **address range** for VMs in the lab. The address range should be in the classless inter-domain routing (CIDR) notation (example: 10.20.0.0/23). Virtual machines in the lab will be created in this address range. For more information, see [Specify an address range for VMs in the lab](how-to-configure-lab-accounts.md#specify-an-address-range-for-vms-in-the-lab)
4545

4646
![Create lab account -> Advanced](../media/how-to-manage-lab-accounts/create-lab-account-advanced.png)
47-
6. Select **Next: Tags** at the bottom of the page to switch to the **Tags** tab. Add any tags you want to associate with the lab account. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. For more information, see [Use tags to organize your Azure resources](azure-resource-manager/management/tag-resources.md).
47+
6. Select **Next: Tags** at the bottom of the page to switch to the **Tags** tab. Add any tags you want to associate with the lab account. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups. For more information, see [Use tags to organize your Azure resources](../../azure-resource-manager/management/tag-resources.md).
4848

4949
![Create lab account -> Tags](../media/how-to-manage-lab-accounts/create-lab-account-tags.png)
5050
7. Select **Review + create** at the bottom of this page to switch to the **Review + create** tab.
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.