|
| 1 | +# Azure Active Directory Hybrid Lab |
| 2 | +## Creates an AD VM with Azure AD Connect installed |
| 3 | +## Quick Start |
| 4 | + |
| 5 | +<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FPeterR-msft%2FM365AVDWS%2Fmaster%2FAAD-Hybrid-Lab%2Fdeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a> |
| 6 | + |
| 7 | +## Details |
| 8 | +* Deploys the following infrastructure: |
| 9 | + * Virtual Network |
| 10 | + * 1 subnet |
| 11 | + * 1 Network Security Groups |
| 12 | + * AD - permits AD traffic, RDP incoming to network; limits DMZ access |
| 13 | + * Public IP Address |
| 14 | + * AD VM |
| 15 | + * DSC installs AD |
| 16 | + * Test users are created |
| 17 | + * Azure Active Directory Connect is installed and available to configure. |
| 18 | + |
| 19 | +## Notes |
| 20 | +* The NSG is defined for reference, but is isn't production-ready as holes are also opened for RDP, and public IPs are allocated |
| 21 | +* One VM size is specified for all VMs |
| 22 | + |
| 23 | + |
| 24 | +## NOTICE/WARNING |
| 25 | +* This template is explicitly designed for a lab/classroom environment. A few compromises were made, especially with regards to credential passing to DSC, that WILL result in clear text passwords being left behind in the DSC package folders, Azure log folders, and system event logs on the resulting VMs. |
| 26 | + |
| 27 | + |
| 28 | +## Contributing |
| 29 | + |
| 30 | +This project welcomes contributions and suggestions. Most contributions require you to agree to a |
| 31 | +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
| 32 | +the rights to use your contribution. For details, visit https://cla.microsoft.com. |
| 33 | + |
| 34 | +When you submit a pull request, a CLA-bot will automatically determine whether you need to provide |
| 35 | +a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions |
| 36 | +provided by the bot. You will only need to do this once across all repos using our CLA. |
| 37 | + |
| 38 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 39 | +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
| 40 | +contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
0 commit comments