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/troubleshoot-connect-lab-vm.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article provides guidance on how to troubleshoot common connectivity issues
18
18
> [!IMPORTANT]
19
19
> Azure Lab Services is a managed offering where some of the backing resources for a Lab are not directly accessible. This impacts the ability to utilize other Azure VM troubleshooting guides like [Troubleshoot RDP connections on an Azure Virtual Machine](/troubleshoot/azure/virtual-machines/troubleshoot-rdp-connection).
20
20
21
-
## Connection speed
21
+
## Slow connection speed
22
22
23
23
#### Symptoms
24
24
@@ -57,7 +57,7 @@ A network can affect the connectivity to Azure Lab Services, from an enterprise
57
57
##### Specific internet service provider (ISP)
58
58
It isn't common to have multiple ISPs to connect to. If the slowdown is on a specific network and other options were explored, then you might want to contact your ISP to see if they have any limiters on RDP/SSH connections.
59
59
60
-
## Virtual Machine not running
60
+
## Can't connect to the remote computer
61
61
62
62
#### Symptoms
63
63
@@ -82,7 +82,7 @@ Adjusting the [lab automatic shutdown settings](/azure/lab-services/how-to-enabl
82
82
- Shutdown virtual machines when users don't connect: If students don't connect to the virtual machine after some time and if the duration is too short, the virtual machine will be shutdown. The timing can affect students starting the virtual machine themselves, or if schedules are used in the lab. Changing the idle setting to a longer duration is an option but has potential cost implications. If schedules are being used, the virtual machines can be started closer to when the class time starts.
83
83
84
84
85
-
## Outbound network restriction
85
+
## Outbound connection is restricted
86
86
87
87
#### Symptoms
88
88
@@ -98,7 +98,7 @@ Adjusting the [lab automatic shutdown settings](/azure/lab-services/how-to-enabl
98
98
99
99
Consider removing the RDP/SSH restriction or add an exemption for the [lab public IP address](/azure/lab-services/how-to-configure-firewall-settings#find-public-ip-for-a-lab), which can be added to the allowlist for the firewall or router.
100
100
101
-
## Misconfigurations on the lab VM
101
+
## Lab connection issue after admin changes
102
102
103
103
#### Symptoms
104
104
@@ -117,7 +117,7 @@ A lab template can be set up with a [script to autoreset the networking](https:/
117
117
118
118
If custom DNS is needed, use [Advanced Networking](/azure/lab-services/how-to-connect-vnet-injection) and specify custom DNS servers on the virtual network.
119
119
120
-
## Unable to connect an outgoing VPN from a lab VM
120
+
## Lab VM unable to connect via outgoing VPN
121
121
122
122
#### Symptoms
123
123
@@ -131,7 +131,7 @@ If custom DNS is needed, use [Advanced Networking](/azure/lab-services/how-to-co
@@ -145,7 +145,7 @@ If custom DNS is needed, use [Advanced Networking](/azure/lab-services/how-to-co
145
145
146
146
The [activity log](/azure/azure-monitor/essentials/activity-log?tabs=powershell) can be filtered on the resource group that the lab is located in. The events can take a few minutes to be available in the log. These event logs contain more detailed information that can be used for troubleshooting and should be included if a support ticket needs to be created.
147
147
148
-
## Login with username and password
148
+
## Unable to login with username and password
149
149
150
150
#### Symptoms
151
151
@@ -175,8 +175,8 @@ There are situations where a student password is fraudulently changed by a bad a
175
175
##### Remote Desktop Gateway
176
176
While uncommon, the remote desktop client the students are using can have a Remote Desktop Gateway configured. If so, they would need to enter their gateway credentials first (to authenticate to the gateway) before connecting to their student VM.
177
177
178
-
## Advanced Networking Troubleshooting Items
179
-
Some troubleshooting items only apply to [advanced networking scenarios](/azure/lab-services/concept-lab-services-supported-networking-scenarios).
178
+
## Troubleshooting with Advanced Networking
179
+
Some troubleshooting scenarios only apply to labs with [advanced networking](/azure/lab-services/concept-lab-services-supported-networking-scenarios).
180
180
181
181
#### Missing a Network Security Group
182
182
For a lab plan configured with advanced networking, one of the first checks is to confirm that the lab services network subnet has a network security group connected to it. This lets the RDP/SSH connections be allowed through. Without a network security group, all connections are blocked to the virtual machines (template VM and student VMs).
0 commit comments