Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brwilkinson/3vmdomain-vs
- Owner: brwilkinson
- License: mit
- Created: 2016-03-17T14:40:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T20:19:22.000Z (about 8 years ago)
- Last Synced: 2024-04-28T06:11:45.931Z (6 months ago)
- Language: PowerShell
- Size: 1.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"