AzureStack-QuickStart-Templ.../ad-non-ha
honcao c3b2cd6dc0 Update readme file 2015-11-30 16:34:49 -08:00
..
CreateADPDC.ps1.zip Update the template according to the limitation with azure stack environment 2015-11-13 03:26:15 -08:00
Readme.md Update readme file 2015-11-30 16:34:49 -08:00
adVmTemplate.json Fixes made for SharePoint template 2015-11-19 13:56:23 -08:00
azuredeploy.azurestack.parameters.json AD template 2015-11-12 15:31:19 -08:00
azuredeploy.json Update readme file 2015-11-30 16:34:49 -08:00
azuredeploy.parameters.json Adding AD template 2015-11-09 13:29:39 -08:00
deployPrimaryAD.json Update the template according to the limitation with azure stack environment 2015-11-13 03:26:15 -08:00
nic.json Adding AD template 2015-11-09 13:29:39 -08:00
vnet-with-dns-server.json Adding AD template 2015-11-09 13:29:39 -08:00

Readme.md

Create a AD domain controller server non-HA with PowerShell DSC Extension

This template will create a AD domain controller Server using the PowerShell DSC Extension; it creates the following resources:

  • A Virtual Network
  • One Storage Account
  • One external load balancer
  • One VM configured as Domain Controller for a new forest with a single domain

The external load balancer creates an RDP NAT rule to allow connectivity to the AD VM created.

Notes

  • The images used to create this deployment are

    • AD - Latest Windows Server 2012 R2 Image
  • The image configuration is defined in variables - details below - but the scripts that configure this deployment have only been tested with version mentioned above and may not work on other images.

Deploying from PowerShell

For details on how to install and configure Azure Powershell see [here].(https://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/)

Launch a PowerShell console

Change working folder to the folder containing this template

```PowerShell

New-AzurermResourceGroupDeployment -Name "<new resourcegroup name>" -Location "<new resourcegroup location>"  -TemplateParameterFile .\azuredeploy.azurestack.parameters.json -TemplateFile .\azuredeploy.json