Skip to content

Commit ef8b2c9

Browse files
author
Jill Grant
authored
Update troubleshoot-access-lab-vm.md
Acrolinx fixes
1 parent 33174ea commit ef8b2c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/lab-services/troubleshoot-access-lab-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use and access a lab VM, you connect to it by using Remote Desktop (RDP) or S
2828

2929
- You're unable to connect to the lab VM from your computer by using RDP or SSH
3030

31-
- You're unable to login to the lab VM
31+
- You're unable to log in to the lab VM
3232

3333
- After connecting to the lab VM, the VM isn't working correctly
3434

@@ -69,7 +69,7 @@ If you have questions or need help, review the [Advanced troubleshooting](#advan
6969
> [!IMPORTANT]
7070
> Reimaging a lab VM deletes the user data in the VM. Make sure to [store the user data outside the lab VM](#store-user-data-outside-the-lab-vm).
7171
72-
### Unable to login with the credentials you used for creating the lab
72+
### Unable to log in with the credentials you used for creating the lab
7373

7474
When you create a new lab from an exported lab VM image, perform the following steps:
7575

@@ -92,11 +92,11 @@ The lab VM might be malfunctioning as a result of installing a software componen
9292

9393
Azure Lab Services lets you redeploy or reimage a lab VM. Both operations are similar, and result in the creation of a new virtual machine instance. However, there are fundamental differences that affect the user data on the lab VM.
9494

95-
When you redeploy a lab VM, Azure Lab Services will shutdown the VM, move the VM to a new node in within the Azure infrastructure, and then power it back on. You can think of a redeploy operation as a refresh of the underlying VM for your lab. All data that you saved in the [OS disk](/azure/virtual-machines/managed-disks-overview#os-disk) (usually the C: drive on Windows) of the VM will still be available after the redeploy operation. Any data on the [temporary disk](/azure/virtual-machines/managed-disks-overview#temporary-disk) (usually the D: drive on Windows) is lost after a redeploy operation and after a VM shutdown.
95+
When you redeploy a lab VM, Azure Lab Services will shut down the VM, move the VM to a new node in within the Azure infrastructure, and then power it back on. You can think of a redeploy operation as a refresh of the underlying VM for your lab. All data that you saved in the [OS disk](/azure/virtual-machines/managed-disks-overview#os-disk) (usually the C: drive on Windows) of the VM will still be available after the redeploy operation. Any data on the [temporary disk](/azure/virtual-machines/managed-disks-overview#temporary-disk) (usually the D: drive on Windows) is lost after a redeploy operation and after a VM shutdown.
9696

9797
Learn more about how to [redeploy a lab VM in the Azure Lab Services website](./how-to-reset-and-redeploy-vm.md#redeploy-a-lab-vm).
9898

99-
When you reimage a lab VM, Azure Lab Services will shutdown the VM, delete it, and recreate a new lab VM from the original template VM. You can think of a reimage as a refresh of the entire VM. After you reimage a lab VM, all the data that you saved on the OS disk (usually the C: drive on Windows), and the temporary disk (usually the D: drive on Windows), is lost. To avoid losing data on the VM, [store the user data outside the lab VM](#store-user-data-outside-the-lab-vm).
99+
When you reimage a lab VM, Azure Lab Services will shut down the VM, delete it, and recreate a new lab VM from the original template VM. You can think of a reimage as a refresh of the entire VM. After you reimage a lab VM, all the data that you saved on the OS disk (usually the C: drive on Windows), and the temporary disk (usually the D: drive on Windows), is lost. To avoid losing data on the VM, [store the user data outside the lab VM](#store-user-data-outside-the-lab-vm).
100100

101101
Learn more about how to [reimage a lab VM in the Azure Lab Services website](./how-to-reset-and-redeploy-vm.md#reimage-a-lab-vm).
102102

0 commit comments

Comments
 (0)