cvitale / arm-active-directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a new Active Directory lab on Azure VM

This template will deploy a new cheap VM, inside a new vNet. Based on original template, I leave a Public Load Balancer in front of the VM as entrypoint for the lab. You can add other VMs behing the NAT with ease.

Changes to reduce costs and to fit to my needs:

  • unmanaged disks
  • B-series VM (Standard_B2ms)
  • reduced parameters
  • added a Network Security Group to limit access to 3389

ATTENTION: the NSG has a rule to allow 3389 from anywhere!!! I suggest to fix access to your IP, at least, or adopt proper security measures (VPN, JIT, Bastion, etc.).

Click the button below to deploy

Deploy To Azure Visualize

Credits

Simon Davis https://azure.microsoft.com/it-it/resources/templates/active-directory-new-domain/

About


Languages

Language:PowerShell 100.0%