Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brwilkinson/3vmdomain-vs

Create a domain with 2 DC's and 1 Member Server using an Azure RM Template
https://github.com/brwilkinson/3vmdomain-vs

Last synced: 6 days ago
JSON representation

Create a domain with 2 DC's and 1 Member Server using an Azure RM Template

Awesome Lists containing this project

README

        

# 3VMDomain

Create a domain with 2 DC's and 1 Member Server using an Azure RM Template

This is the visual studio AzureRM Template project. Download the zip, add it to visual studio, then Deploy from there.

When you Deploy, I would simply recommend selecing a unique deployment# that matches the Resource Group Name.

Then optionally choose your environemnt: Dev, Test or Prod.

Then choose your Admin user. You will be prompted for the Password.

Then choose the DomainName.




This will deploy:

##### DC1, DC2 & MS1

There are currently two documents that are linked to for this deployment
##### This is a second template just to set the DNS on the vNet
"dpSetvNetDNS": "https://raw.githubusercontent.com/brwilkinson/Azure/master/dpSetvNetDNS.json"
##### This is the configuration data for the DSC Configuration
"ConfigData": "https://raw.githubusercontent.com/brwilkinson/Azure/master/ConfigData.psd1"