You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/class-type-networking-gns3.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: Set up a GNS3 networking lab
3
3
titleSuffix: Azure Lab Services
4
-
description: Learn how to set up a lab using Azure Lab Services to teach networking with GNS3. Emulate, configure, test, and toubleshoot networks using GNS3.
4
+
description: Learn how to set up a lab using Azure Lab Services to teach networking with GNS3. Emulate, configure, test, and troubleshoot networks using GNS3.
5
5
services: lab-services
6
6
ms.service: lab-services
7
-
author: ntrogh
8
-
ms.author: nicktrog
7
+
author: RoseHJM
8
+
ms.author: rosemalcolm
9
9
ms.topic: how-to
10
10
ms.date: 03/06/2024
11
11
#customer intent: As an instructor, I want to create lab virtual machines with GNS3 so that students can start to learn about networking with GNS3 in a standard configuration.
@@ -49,42 +49,42 @@ To configure the template VM, complete the following tasks:
49
49
50
50
### Prepare template machine for nested virtualization
51
51
52
-
To prepare the template virtual machine for nested virtualization, follow the detailed steps in [enable nested virtualization](how-to-enable-nested-virtualization-template-vm.md).
52
+
To prepare the template virtual machine for nested virtualization, follow the detailed steps in [Enable Nested Virtualization](how-to-enable-nested-virtualization-template-vm-using-script.md).
53
53
54
-
If you created a lab template VM with a non-admin account, add that account to the **Hyper-V Administrators** group. For more information about using nested virtualization with a non-admin account, see [these best practices](concept-nested-virtualization-template-vm.md#non-admin-user).
54
+
If you create a lab template VM with an account without administrator privileges, add that account to the **Hyper-V Administrators** group. For more information about using nested virtualization with such an account, see [these best practices](concept-nested-virtualization-template-vm.md#non-admin-user).
55
55
56
56
### Install GNS3
57
57
58
58
1. Connect to the template VM by using Remote Desktop.
59
59
60
-
1. To install GNS3 on Windows, follow the detailed instructions on [the GNS3 website]((https://docs.gns3.com/docs/getting-started/installation/windows).
60
+
1. To install GNS3 on Windows, follow the detailed instructions on [the GNS3 website](https://docs.gns3.com/docs/getting-started/installation/windows).
61
61
62
-
1. Make sure to select **GNS3 VM** in the **Choose Components** page:
62
+
1. Make sure to select **GNS3 VM** in the **Choose Components** page:
63
63
64
-
:::image type="content" source="./media/class-type-networking-gns3/gns3-select-vm.png" alt-text="Screenshot that shows the Choose Components page in the GNS3 installation wizard, with the GNS3 VM option selected.":::
64
+
:::image type="content" source="./media/class-type-networking-gns3/gns3-select-vm.png" alt-text="Screenshot that shows the Choose Components page in the GNS3 installation wizard, with the GNS3 VM option selected.":::
65
65
66
-
1. On the **GNS3 VM** page, select the **Hyper-V** option:
66
+
1. On the **GNS3 VM** page, select the **Hyper-V** option:
67
67
68
-
:::image type="content" source="./media/class-type-networking-gns3/gns3-vm-hyper-v.png" alt-text="Screenshot that shows the GNS3 VM page in the GNS3 installation wizard, with the Hyper-V option selected.":::
68
+
:::image type="content" source="./media/class-type-networking-gns3/gns3-vm-hyper-v.png" alt-text="Screenshot that shows the GNS3 VM page in the GNS3 installation wizard, with the Hyper-V option selected.":::
69
69
70
-
When you select the Hyper-V option, the installer downloads the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager.
70
+
When you select the Hyper-V option, the installer downloads the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager.
71
71
72
-
1. Continue the installation with the default values.
72
+
1. Continue the installation with the default values.
73
73
74
74
> [!IMPORTANT]
75
75
> After the setup completes, don't start GNS3.
76
76
77
77
### Create GNS3 VM
78
78
79
-
When the setup finishes, a zip file `GNS3.VM.Hyper-V.2.2.x.zip` is downloaded to the same folder as the installation file. The zip file contains the virtual disks and the PowerShell script to create the Hyper-V virtual machine.
79
+
When the setup finishes, you see a zip file *GNS3.VM.Hyper-V.2.2.x.zip* in the same folder as the installation file. The zip file contains the virtual disks and the PowerShell script to create the Hyper-V virtual machine.
80
80
81
81
To create the GNS 3 VM:
82
82
83
83
1. Connect to the template VM by using Remote Desktop.
84
84
85
-
1. Extract all files in the `GNS3.VM.Hyper-V.2.2.17.zip` file. If the template VM has a non-admin account for lab users, extract the files in a location accessible to the non-admin account.
85
+
1. Extract all files in the *GNS3.VM.Hyper-V.2.2.17.zip* file. If the template VM has a non-admin account for lab users, extract the files in a location accessible to the non-admin account.
86
86
87
-
1. Right-select the `create-vm.ps1` PowerShell script, and then select **Run with PowerShell**.
87
+
1. Right-select the *create-vm.ps1* PowerShell script, and then select **Run with PowerShell**.
88
88
89
89
1. When the `Execution Policy Change` request shows, enter **Y** to execute the script.
90
90
@@ -94,11 +94,11 @@ To create the GNS 3 VM:
94
94
95
95
### Configure GNS3 to use Hyper-V VM
96
96
97
-
Now that you installed GNS3, and added the GNS3 VM, configure GNS 3 to use the Hyper-V virtual machine.
97
+
After you install GNS3 and add the GNS3 VM, configure GNS 3 to use the Hyper-V virtual machine.
98
98
99
99
1. Connect to the template VM by using Remote Desktop.
100
100
101
-
1. Start GNS3. The [GNS3 Setup wizard](https://docs.gns3.com/docs/getting-started/setup-wizard-gns3-vm#local-gns3-vm-setup-wizard)starts automatically.
101
+
1. Start GNS3. The [GNS3 Setup wizard](https://docs.gns3.com/docs/getting-started/setup-wizard-gns3-vm#local-gns3-vm-setup-wizard)opens.
102
102
103
103
1. Select the **Run appliances from a virtual machine** option, and select **Next**.
104
104
@@ -120,7 +120,7 @@ Now that you installed GNS3, and added the GNS3 VM, configure GNS 3 to use the H
120
120
121
121
Next, you can add appliances for the class. To install appliances from the GNS3 marketplace, follow the detailed steps from [the GNS3 documentation](https://docs.gns3.com/docs/using-gns3/beginners/install-from-marketplace).
122
122
123
-
If the template VM has a non-admin account for lab users, install the appliances to a location accessible to the non-admin account. Optionally, you can set the preferences for the admin and non-admin user to look for appliances and projects in a location accessible by both users.
123
+
If the template VM has a non-admin account for lab users, install the appliances to a location accessible to the account. Optionally, you can set the preferences for the admin and non-admin user to look for appliances and projects in a location accessible by both users.
124
124
125
125
### Prepare to publish template
126
126
@@ -130,8 +130,8 @@ Now that you set up the template virtual machine, verify the following key point
130
130
- Stop GNS3. Publishing while GNS3 is running can lead to unintended side effects.
131
131
- Clean up any installation files or other unnecessary files from the template VM.
132
132
133
-
>[!IMPORTANT]
134
-
>Publishing while the VM is still running, corrupts the template virtual machine and creates unusable lab virtual machines.
133
+
>[!IMPORTANT]
134
+
>Publishing while the VM is still running corrupts the template virtual machine and creates unusable lab virtual machines.
Copy file name to clipboardExpand all lines: articles/lab-services/connect-virtual-machine-windows-rdp.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ titleSuffix: Azure Lab Services
4
4
description: Learn how to connect using remote desktop (RDP) from Windows to a virtual machine in Azure Lab Services.
5
5
services: lab-services
6
6
ms.service: lab-services
7
-
author: ntrogh
8
-
ms.author: nicktrog
7
+
author: RoseHJM
8
+
ms.author: rosemalcolm
9
9
ms.topic: how-to
10
-
ms.date: 02/17/2023
10
+
ms.date: 03/06/2024
11
+
#customer intent: As a learner, I want to connect to virtual machines in a lab by using RDP in order to use the lab resources.
11
12
---
12
13
13
14
# Connect to a VM using Remote Desktop Protocol on Windows
@@ -26,11 +27,11 @@ To connect to a lab VM in Azure Lab Services:
26
27
27
28
1. On the tile for your VM, select the **Connect** icon.
28
29
29
-
To connect to a lab VM, the vm must be running. Learn how you can [start a VM](how-to-use-lab.md#start-or-stop-the-vm).
30
+
To connect to a lab VM, the virtual machine must be running. Learn how you can [start a VM](how-to-use-lab.md#start-or-stop-the-vm).
30
31
31
32
:::image type="content" source="./media/connect-virtual-machine-windows-rdp/connect-vm.png" alt-text="Screenshot of My virtual machines page for Azure Lab Services, highlighting the connect button on the VM tile.":::
32
33
33
-
1.If you’re connecting to a Linux VM, select the **Connect via RDP** option.
34
+
1.To connect to a Linux VM, select the **Connect via RDP** option.
34
35
35
36
:::image type="content" source="./media/connect-virtual-machine-windows-rdp/student-vm-connect-options.png" alt-text="Screenshot that shows VM tile for student, highlighting the connect button and showing the SSH and RDP connection options.":::
Copy file name to clipboardExpand all lines: articles/lab-services/how-to-access-lab-virtual-machine.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ titleSuffix: Azure Lab Services
4
4
description: Learn how to access a lab in Azure Lab Services. Use Teams, Canvas, or the Lab Services website to view, start, stop, and connect to a lab.
5
5
services: lab-services
6
6
ms.service: lab-services
7
-
author: ntrogh
8
-
ms.author: nicktrog
7
+
author: RoseHJM
8
+
ms.author: rosemalcolm
9
9
ms.topic: how-to
10
10
ms.date: 03/06/2024
11
11
#customer intent: As a student, I want to connect to a virtual machine in Azure Lab Services to use the learning resources.
Copy file name to clipboardExpand all lines: articles/lab-services/how-to-request-capacity-increase.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,25 @@
1
1
---
2
-
title: Request a core limit increase
2
+
title: Request a core limit increase
3
3
titleSuffix: Azure Lab Services
4
4
description: Learn how to request a core limit (quota) increase to expand capacity for your labs in Azure Lab Services.
5
5
services: lab-services
6
6
ms.service: lab-services
7
7
ms.topic: how-to
8
-
ms.author: nicktrog
9
-
author: ntrogh
10
-
ms.date: 03/03/2023
8
+
ms.author: rosemalcolm
9
+
author: RoseHJM
10
+
ms.date: 03/06/2024
11
+
#customer intent: As a lab administrator, I want more VM cores available for my subscription so that I can support more students.
11
12
---
12
13
13
-
<!-- As a lab administrator, I want more VM cores available for my subscription so that I can support more students. -->
14
-
15
14
# Request a core limit increase
16
15
17
16
This article describes how to collect the information and how to submit a support request for increasing the number of cores for Azure Lab Services in your Azure subscription.
18
17
19
-
When you reach the cores limit for your subscription, you can request a core limit increase (sometimes called an increase in capacity, or a quota increase) to continue using Azure Lab Services. The request process allows the Azure Lab Services team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
18
+
When you reach the cores limit for your subscription, you can request a core limit increase (sometimes called an increase in capacity, or a quota increase) to continue using Azure Lab Services. The request process allows the Azure Lab Services team to ensure that your subscription isn't involved in any cases of fraud or unintentional, sudden large-scale deployments.
20
19
21
-
###Prerequisites
20
+
## Prerequisites
22
21
23
-
[!INCLUDE [Create support request](./includes/lab-services-prerequisite-create-support-request.md)]
22
+
-[!INCLUDE [Create support request](./includes/lab-services-prerequisite-create-support-request.md)]
24
23
25
24
## Prepare to submit a request
26
25
@@ -112,7 +111,7 @@ You can follow these steps to request a core limit increase:
112
111
113
112
1. On the **Additional details** tab, select **Enter details** in the **Problem details** section.
114
113
115
-
:::image type="content" source="./media/how-to-request-capacity-increase/enter-details-link.png" alt-text="Screenshot of the Additional details page with Enter details highlighted.":::
114
+
:::image type="content" source="./media/how-to-request-capacity-increase/enter-details-link.png" alt-text="Screenshot of the Additional details page with Enter details highlighted.":::
116
115
117
116
## Make core limit increase request
118
117
@@ -189,7 +188,7 @@ To complete the support request, enter the following information:
189
188
1. Select **Next**.
190
189
191
190
1. On the **Review + create** tab, review the information, and then select **Create**.
192
-
191
+
193
192
## Related content
194
193
195
194
- For more information about capacity limits, see [Capacity limits in Azure Lab Services](capacity-limits.md).
Copy file name to clipboardExpand all lines: articles/lab-services/includes/lab-services-prerequisite-create-support-request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ ms.topic: include
6
6
7
7
- To create a support request, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or [Support Request Contributor](/azure/role-based-access-control/built-in-roles#support-request-contributor) role at the subscription level.
8
8
9
-
- To verify current quota for a subscription before submitting a support request, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role at the subscription level.
9
+
- To verify current quota for a subscription before you submit a support request, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner) or [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role at the subscription level.
Copy file name to clipboardExpand all lines: articles/lab-services/includes/lab-services-request-capacity-best-practices.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ ms.author: nicktrog
6
6
ms.date: 12/01/2022
7
7
---
8
8
9
-
The time it takes to assign capacity varies depending on the VM size, region, and number of cores requested. You won't have to go through the process of requesting extra capacity often, but to ensure you have the resources you require when you need them, you should:
9
+
The time it takes to assign capacity varies depending on the VM size, region, and number of cores requested. You don't need to go through the process of requesting extra capacity often. To ensure you have the resources you require when you need them, you should:
10
10
11
11
- Request capacity as far in advance as possible.
12
-
-If possible, be flexible on the region where you're requesting capacity.
13
-
- Recognize that capacity remains assigned for the lifetime of a subscription. When lab plans or labs are deleted, the capacity remains assigned to the subscription.
12
+
-Be flexible on the region where you're requesting capacity, if possible.
13
+
- Recognize that capacity remains assigned for the lifetime of a subscription. When lab plans or labs are deleted, the capacity remains assigned to the subscription.
14
14
- Request extra capacity only if you need more than is already assigned to your subscription.
15
15
- Make incremental requests for VM cores rather than making large, bulk requests. Break requests for large numbers of cores into smaller requests for extra flexibility in how those requests are fulfilled.
0 commit comments