Set up your Windows domain on Azure and turn on my laptop

I am new to Azure Networking and not very familiar with Networking in general, so forgive my naivety.

My requirement is to create a Windows domain, which I understand is a phrase used to describe a network whose principles (machines, users, services, etc.) are tracked through a centralized database (usually Active Directory).

I understand that this can be done on Azure, and I can add virtual machines created on Azure to this network. However, I would also like my laptop (and possibly other machines belonging to my team and me) to be part of the same network.

  • Is this possible on Azure?

  • Do I need a device as indicated here to configure something like this?

I need this setup so that I can create an environment that allows us to copy the environment that our clients have (typical corporate Windows domains with Active Directory, Exchange Server, etc.). Therefore, even if the use of Azure is possible above, but there are more effective alternatives, I would like to know about them.

Thanks Jaspreet

+4
source share
1 answer

You really need to create a virtual network set into which you add virtual machines in Windows Azure, as well as physical machines from your local network.

To support computers under the same domain, you can have a domain controller (DC) running on Windows Azure Virtual Machines, or you can continue to work with DC by sending and connect to the Azure Virtual Network.

Once you have installed DC and you will have a VPN-based network connection between your room machines and Azure VM. Therefore, when you bring your laptop or any physical machine to which the same domain is connected (DC in the cloud / in place), the machine will be authenticated through the same DC that was previously configured. Keep in mind that any physical machine that is already connected to the domain will be displayed on the same network as soon as your domain controller is configured using Azure Virtual Networking. That is all you need.

The following are step-by-step details:

+3
source

All Articles