Skip to content

Commit d55b93a

Browse files
committedJan 5, 2022
review of networking class type
1 parent cf2000f commit d55b93a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed
 

‎articles/lab-services/class-type-networking-gns3.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ This article has two main sections. The first section covers how to create the l
1515

1616
## Lab configuration
1717

18-
To set up this lab, you need access to an Azure subscription and a lab account. Discuss with your organization's admin to see if you can get access to an existing Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
18+
[!INCLUDE [must have subscription](./includes/lab-services-class-type-subscription.md)]
1919

20-
Once you get have Azure subscription, you can create a new lab plan in Azure Lab Services. For more information about creating a new lab plan, see the tutorial on [how to set up a lab plan](./tutorial-setup-lab-plan.md). You can also use an existing lab plan.
20+
[!INCLUDE [must have lab plan](./includes/lab-services-class-type-lab-plan.md)]
2121

2222
### Lab settings
2323

24-
For instructions on how to create a lab, see [Tutorial: Set up a lab](tutorial-setup-classroom-lab.md). Use the following settings when creating the lab.
25-
26-
Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and then apply the following settings:
24+
[!INCLUDE [create lab](./includes/lab-services-class-type-lab.md)] Use the following settings when creating the lab.
2725

2826
| Lab settings | Value |
2927
| ------------ | ------------------ |
@@ -32,7 +30,9 @@ Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and
3230

3331
## Template machine configuration
3432

35-
After the template machine is created, start the machine and connect to it to complete the following major tasks.
33+
[!INCLUDE [configure template vm](./includes/lab-services-class-type-template-vm.md)]
34+
35+
To configure the template VM, we'll complete the following major tasks.
3636

3737
1. Prepare the template machine for nested virtualization.
3838
2. Install GNS3.
@@ -43,7 +43,7 @@ After the template machine is created, start the machine and connect to it to co
4343

4444
### Prepare template machine for nested virtualization
4545

46-
- Follow instructions in [this article](how-to-enable-nested-virtualization-template-vm.md) to prepare your template virtual machine for nested virtualization.
46+
Follow instructions to [enable nested virtualization](how-to-enable-nested-virtualization-template-vm.md) to prepare your template virtual machine for nested virtualization.
4747

4848
### Install GNS3
4949

@@ -55,7 +55,10 @@ Eventually you'll reach the GNS3 VM selection. Make sure to select the **Hyper-V
5555

5656
![SelectHyperV](./media/class-type-networking-gns3/gns3-vm-hyper-v.png)
5757

58-
This option will download the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager. Continue installation using the default values. **Once the setup is complete, don't start GNS3**.
58+
This option will download the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager. Continue installation using the default values.
59+
60+
> [!IMPORTANT]
61+
> Once the setup is complete, don't start GNS3.
5962
6063
### Create GNS3 VM
6164

@@ -94,6 +97,9 @@ Now that the template VM is set up properly, and ready for publishing there are
9497
- Close down GNS3, publishing while and running can lead to unintended side effects.
9598
- Clean up any installation files or other unnecessary files.
9699

100+
>[!IMPORTANT]
101+
>Publishing while the VM is still running will corrupt the template VMs and create unusable lab VMs.
102+
97103
## Cost
98104

99105
If you would like to estimate the cost of this lab, you can use the following example:
@@ -102,19 +108,13 @@ For a class of 25 students with 20 hours of scheduled class time and 10 hours of
102108

103109
25 students \* (20 + 10) hours \* 84 Lab Units \* 0.01 USD per hour = 630 USD.
104110

105-
**Important:** Cost estimate is for example purposes only. For current details on pricing, see [Azure Lab Services Pricing](https://azure.microsoft.com/pricing/details/lab-services/).
111+
> [!IMPORTANT]
112+
> Cost estimate is for example purposes only. For current details on pricing, see [Azure Lab Services Pricing](https://azure.microsoft.com/pricing/details/lab-services/).
106113
107114
## Conclusion
108115

109116
This article walked you through the steps to create a lab for network configuration using GNS3.
110117

111118
## Next steps
112119

113-
The template image can now be published to the lab. See [publish the template VM](how-to-create-manage-template.md#publish-the-template-vm) for further instructions.
114-
115-
As you set up your lab, see the following articles:
116-
117-
- [Add users](tutorial-setup-classroom-lab.md#add-users-to-the-lab)
118-
- [Set quota](how-to-configure-student-usage.md#set-quotas-for-users)
119-
- [Set a schedule](tutorial-setup-classroom-lab.md#set-a-schedule-for-the-lab)
120-
- [Email registration links to students](how-to-configure-student-usage.md#send-invitations-to-users)
120+
[!INCLUDE [next steps for class types](./includes/lab-services-class-type-next-steps.md)]
Loading

0 commit comments

Comments
 (0)