Skip to content

Commit f35e9a4

Browse files
authored
Merge pull request #235753 from ntrogh/als-nsg-guidance
[Azure Lab Services] Revisit NSG guidance
2 parents 4c13b57 + 254ad58 commit f35e9a4

File tree

6 files changed

+125
-71
lines changed

6 files changed

+125
-71
lines changed

articles/lab-services/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
- name: Configure auto-shutdown settings
141141
href: how-to-configure-auto-shutdown-lab-plans.md
142142
- name: Connect to a virtual network
143+
displayName: VNET, injection, advanced, networking, hybrid, on-premise
143144
href: how-to-connect-vnet-injection.md
144145
- name: Create a lab with a shared resource
145146
href: how-to-create-a-lab-with-shared-resource.md

articles/lab-services/classroom-labs-concepts.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ The quota applies to a lab for each lab user individually, for the entire durati
100100

101101
A lab can use either quota time, [scheduled time](#schedule), or a combination of both.
102102

103+
## Advanced networking
104+
105+
With lab plans, you have more control over the virtual network for labs by using advanced networking. With advanced networking, you can connect to a virtual network.
106+
107+
Use advanced networking to connect to on premise resources such as licensing servers and use user defined routes (UDRs). Some organizations also have advanced network requirements and configurations that they want to apply to labs. For example, network requirements can include a network traffic control, ports management, access to resources in an internal network, and more.
108+
109+
Azure Lab Services advanced networking uses virtual network (VNET) injection to connect a lab plan to your virtual network. VNET injection replaces the [Azure Lab Services virtual network peering](how-to-connect-peer-virtual-network.md) that was used with lab accounts.
110+
111+
Learn more about how to [connect a lab plan to a virtual network](./how-to-connect-vnet-injection.md).
112+
103113
## Next steps
104114

105115
- [Create the resources to get started](./quick-create-resources.md)

articles/lab-services/classroom-labs-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Lab users connect to their lab virtual machine through a load balancer. Lab vir
4343

4444
Inbound rules on the load balancer forward the connection, depending on the operating system, to either port 22 (SSH) or port 3389 (RDP) of the lab virtual machine. A network security group (NSG) blocks external traffic to any other port.
4545

46-
If you configured the lab to use [advanced networking](how-to-connect-vnet-injection.md), then each lab uses the subnet that was connected to the lab plan and delegated to Azure Lab Services. In this case, you're responsible for creating a [network security group with an inbound security rule to allow RDP and SSH traffic](how-to-connect-vnet-injection.md#associate-delegated-subnet-with-nsg) to the lab virtual machines.
46+
If the lab is using [advanced networking](how-to-connect-vnet-injection.md), then each lab is using the same subnet that was delegated to Azure Lab Services and connected to the lab plan. You're also responsible for creating an [NSG with an inbound security rule to allow RDP and SSH traffic](how-to-connect-vnet-injection.md#associate-the-subnet-with-the-network-security-group) so lab users can connect to their VMs.
4747

4848
## Access control to the lab virtual machines
4949

0 commit comments

Comments
 (0)