Servers Creation.
Here comes the fun part. These VMs will be usually quite straightforward to create, with just a single difference on the DC01 part, which, in case you want disaster recovery, should have all the data of the Domain itself in a different disk, otherwise, both should be quite similar.
DC01 creation
From the OrgName.CoreServers SG:
- Basic Tab
- Click Create and search for Virtual Machine
- Make sure subscription and RG are correct
- Name it, DC01 for this example (VMs inside Azure can’t be renamed later)
- Check for the region. In this example, East 2
- In availability options, select No infrastructure redundancy required
- Security Type: Standard
- in Image, search for Windows Server 2025 Datacenter: Azure Edition. Note: don’t select Hotpach Images, they will bring no value as these machines will be auto-off anyway.
- Make sure you don’t select Smalldisk Images.
- Make sure you don’t select Server Core Images
- Whenever is available, is best to use Azure Edition images.
- Again, no Hot patch.
- No Azure spot discount. Sometimes it makes sense, but not on these machines that we need them on as much as possible.
- Size. Normally I would go with DS1_v2, that should be enough.
- On the accounts, use a username and remember it. Password should be long and complex. The first account you input here will be used as the Enterprise Admin on the AD, so make sure you remember it. Don’t use your name here. If your Name is JP, don’t use JP, use Iluvatar instead.
- Inbound ports, Select None. The NSG we created earlier will let us in.
- Licensing, select the check box since you have a MSDN subscription.
- Disks Tab
- OS Disk Type: Standard SSD (let’s save as much money as possible)
- All the way down to Data Disk, click Create and Attach a new Disk
- Name your disk how you want or leave the default name
- Source Type: empty
- Change the size to Standard SSD and select at most 64 GB
- Uncheck the “Delete disk with VM” if checked. Click Ok
- Change the caching to None
- Networking Tab
- Virtual Network: Triple check that you selected your VNET created earlier
- Subnet: for DC01, select CoreServers. For AD Connect, select Servers.
- Public IP: Let the default (New)DC01-IP to let Azure create us a new Public IP.
- NIC Network Security Group: Azure will tell you that the Subnet already has an NSG (MotherOfNSG), so let’s do what it says and leave it on None
- Check Delete public IP and Nic….
- Uncheck Enable Accelerated Networking
- Load Balancing Options on NONE
- Management Tab
- For now, if Defender for Cloud is already configured, we will let it.
- For the rest, disable all the options on this tab.
- Make sure Patch Orchestration is Automatic by OS. We will deal with this later.
- Monitoring
- Leave all defaults. If you know what you’re doing, disable boot diagnostics. It could be useful later if you leave it on.
- Advanced Tab
- Leave all defaults
- Tags
- Same as before: Name: SolutionArea, Value: Active Directory
- Click Review and Create, and if done correctly all you have to do is click create.
- While you wait, you can simply add your second VM, name it CloudCon or ADConnect. The former being more true as we will use it for more stuffs than simply ADConnect. All the steps should be the same except for this second VM we will not add a new disk.
After you finish these steps, you should have 3 VMs:
- One Client VM with Windows 11 on your local Hyper-V Machine
- Two Windows server VMs on Azure, unconfigured, with open RDP from your local Home/office IP.
Next step is to install Active Directory Roles and promote your first server.
Navigation
Repo |
Index |
Next »