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/classroom-labs/how-to-windows-shutdown.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ Even with these cost controls, there are situations where a Windows VM may unexp
26
26
27
27
When a student connects to their VM using RDP, they may inadvertently leave the RDP window open. As long as the RDP window remains open, the **automatic shutdown on disconnect** setting will never take effect since it is only triggered after the RDP session is disconnected.
28
28
29
-
-**Windows shutdown is used to turn off the VM**
29
+
-**Windows shutdown command is used to turn off the VM**
30
30
31
-
A student may use Windows shutdown button, or other shutdown mechanisms provided within Windows, to turn off the VM instead of using [Azure Lab Services' stop button](https://docs.microsoft.com/azure/lab-services/classroom-labs/how-to-use-classroom-lab#start-or-stop-the-vm). When this happens, from the perspective of Azure Lab Services, the VM is still running.
31
+
A student may use Windows shutdown button, or other shutdown mechanisms provided within Windows, to turn off the VM instead of using [Azure Lab Services' stop button](https://docs.microsoft.com/azure/lab-services/classroom-labs/how-to-use-classroom-lab#start-or-stop-the-vm). When this happens, from the perspective of Azure Lab Services, the VM is still being used.
32
32
33
33
To help you prevent these situations from happening, this guide provides steps to automatically shutdown an idle Windows VM and remove the Windows shutdown command from the **Start** menu.
34
34
@@ -54,7 +54,7 @@ To set the RDP session idle time limit, you can connect to the template VM and e
54
54
55
55
```powershell
56
56
# The MaxIdleTime is in milliseconds; by default, this script sets MaxIdleTime to 15 minutes.
See the article on how to prepare a Windows template VM: [Guide to setting up a Windows template machine in Azure Lab ddServices](how-to-prepare-windows-template.md)
108
+
See the article on how to prepare a Windows template VM: [Guide to setting up a Windows template machine in Azure Lab Services](how-to-prepare-windows-template.md)
Copy file name to clipboardExpand all lines: articles/lab-services/classroom-labs/setup-guide.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ There are a variety of compute sizes that you can choose from that includes:
47
47
- GPU sizes so that your students can use computer-intensive types of applications, such as for Artificial Intelligence and Machine Learning.
48
48
49
49
Refer to the guide on [VM sizing](https://docs.microsoft.com/azure/lab-services/classroom-labs/administrator-guide#vm-sizing) to see the complete list of available compute sizes.
50
-
'
50
+
51
51
> [!NOTE]
52
52
> Depending on the region that your lab will be created in, you may see fewer compute sizes available since this varies by region. Our general recommendation is to select the smallest compute size that is closest to your needs. With Azure Lab Services, you can set up a new lab with a different compute capacity later if needed.
53
53
@@ -150,5 +150,4 @@ See the following articles:
150
150
151
151
-[Track usage of a classroom lab](tutorial-track-usage.md)
152
152
153
-
-[Access a classroom lab](tutorial-connect-virtual-machine-classroom-lab.md)
154
-
""'''''''
153
+
-[Access a classroom lab](tutorial-connect-virtual-machine-classroom-lab.md)
0 commit comments