From the course: Manage Virtual Machines in Azure
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Connect a VM to the AD - Azure Tutorial
From the course: Manage Virtual Machines in Azure
Connect a VM to the AD
- [Instructor] When you're working in an on-premises environment, it's very common for Windows machines to be domain-joined. Well, you can do the same thing in an Azure Cloud. You can deploy a virtual machine and promote that machine to a domain controller, and then domain-join other machines to the Active Directory by way of that virtualized domain controller. But as you can imagine, that involves a lot of work. And if your only goal is to allow Active Directory users to log into a particular virtual machine, then you don't have to go through all of that. What you can do instead is to simply enable an Azure virtual machine for Azure AD authentication. So in this video, I'll show you how to do that. And to do that, we're going to create a brand new virtual machine. So as you can see, I've got the virtual machines console open and I'm going to click on create, and then I'll click Azure virtual machine. And this is going…