1 00:00:00,740 --> 00:00:02,470 Okay, so that is Run command. 2 00:00:02,470 --> 00:00:06,340 Let's see, another thing I want to show you is resource health. 3 00:00:06,340 --> 00:00:08,420 So if we look under Resource health, 4 00:00:08,420 --> 00:00:12,710 this gives us a great insight into the availability of the machine. 5 00:00:12,710 --> 00:00:18,110 Of course, we want an available status, so there's no known Azure platform 6 00:00:18,110 --> 00:00:22,200 problems, and then we can look at the history over the last four weeks 7 00:00:22,200 --> 00:00:24,840 here, whenever there might have been an event. 8 00:00:24,840 --> 00:00:27,790 Oftentimes, you'll find these are customer initiated, 9 00:00:27,790 --> 00:00:32,240 if a VM has stopped, restarted, that kind of stuff. 10 00:00:32,240 --> 00:00:34,520 But then sometimes, there may be a Microsoft 11 00:00:34,520 --> 00:00:38,240 platform issue to be aware of as well. 12 00:00:38,240 --> 00:00:39,960 Diagnose and solve problems. 13 00:00:39,960 --> 00:00:41,440 Where does that bring us? 14 00:00:41,440 --> 00:00:44,940 That brings us into the troubleshooter here where we can take a 15 00:00:44,940 --> 00:00:47,510 look. This is quite a few troubleshooters, 16 00:00:47,510 --> 00:00:53,040 wow! A significant list of them, as a matter of fact. Close out of there. 17 00:00:53,040 --> 00:00:56,240 And then lastly, I had mentioned the importance of alerts, that you 18 00:00:56,240 --> 00:00:59,610 can set alerts on just about any event that happens in your 19 00:00:59,610 --> 00:01:04,180 subscription. You can set an alert so that you have code run or you do 20 00:01:04,180 --> 00:01:08,590 notifications whenever a resource health or alert rule fires, and you 21 00:01:08,590 --> 00:01:12,310 can come down here and customize the conditions of what you're looking 22 00:01:12,310 --> 00:01:13,730 for, etc., etc. 23 00:01:13,730 --> 00:01:14,130 You know, 24 00:01:14,130 --> 00:01:18,030 because I know, as much as any IT professional, that if you 25 00:01:18,030 --> 00:01:20,730 turn on too many alerts and notifications, 26 00:01:20,730 --> 00:01:25,140 it can easily be a situation where you grow numb to them. 27 00:01:25,140 --> 00:01:27,640 I really know that one intimately. 28 00:01:27,640 --> 00:01:31,170 Finally, let's come back into the VM, and let's go back to 29 00:01:31,170 --> 00:01:35,220 Serial console and give that another try. Now that we've 30 00:01:35,220 --> 00:01:37,240 worked around, there we go. 31 00:01:37,240 --> 00:01:42,160 So this is replicating what you would see if you plugged in literally an 32 00:01:42,160 --> 00:01:47,000 RS‑232 cable into the serial port on the back of the hardware. 33 00:01:47,000 --> 00:01:50,950 And it brings us to a simple console interface. 34 00:01:50,950 --> 00:01:55,790 And we can just do a ch to do a channel listing. Right now, there's 35 00:01:55,790 --> 00:02:00,170 just one channel, 0, for the serial console itself, but if we want to 36 00:02:00,170 --> 00:02:04,300 get into a command prompt in PowerShell, we can start a command channel 37 00:02:04,300 --> 00:02:12,080 by typing cmd, and then we can do ch to get a channel list. Ch ‑? is 38 00:02:12,080 --> 00:02:15,620 going to give us syntax help, but before I do that, look at that list 39 00:02:15,620 --> 00:02:19,890 there. It looks like our command channel is channel 1, so keep that in 40 00:02:19,890 --> 00:02:20,840 mind. 41 00:02:20,840 --> 00:02:21,380 Why? 42 00:02:21,380 --> 00:02:26,950 Because in order to switch to a channel by its number, we do ch ‑si, 43 00:02:26,950 --> 00:02:29,770 and then the channel that we want to switch to. 44 00:02:29,770 --> 00:02:37,770 So in my case, it's ch ‑si 1. Okay? Let's press Enter to continue. 45 00:02:37,770 --> 00:02:42,500 We're asked to authenticate with a credential on this machine. I'm 46 00:02:42,500 --> 00:02:45,780 trying to think if this VM is a domain controller. 47 00:02:45,780 --> 00:02:46,950 I don't believe it is. 48 00:02:46,950 --> 00:02:49,880 I don't believe it's a domain member, so I'm going to ignore 49 00:02:49,880 --> 00:02:56,000 Domain, and let me type my password carefully. Hopefully, I'll get it right the first try.