Skip to content

Set of ARM templates that creates a simple Azure Active Directory single sign-on lab environment

Notifications You must be signed in to change notification settings

lulzzz/azure-ad-sso-lab

 
 

Repository files navigation

Create a simple Azure Active Directory single sign-on lab environment

This template will deploy a set of Windows Server 2016 VMs that can be used as an Azure AD single sign-on lab.

Networking

The virtual network has two subnets: an external-facing subnet an an internal subnet. A network security group on the internal subnet prevents all inbound traffic and only allows 53, 443, and 3389 from the external subnet.

Azure Bastion

This template deploys Azure Bastion so no gateway/jump host is needed.

NOTE: Because Azure Bastion is in public preview it's only available in the following regions:

  • West US
  • East US
  • West Europe
  • South Central US
  • Australia East
  • Japan East

Visit https://docs.microsoft.com/en-us/azure/bastion/bastion-overview for details.

VMs

This template deploys the following VMs (in the specified subnet):

  1. Domain controller (internal)
  2. ADFS farm server (internal)
  3. ADFS proxy server (external)
  4. Synchronization server (internal)

With the exception of the domain controller the template only deploys the operating system to the VMs.

Active Directory Domain Services

This template also deploys and configures an AD DS single-domain forest and populates the domain with OUs, users, and groups. All of the VMs on the internal subnet are joined to this domain.

About

Set of ARM templates that creates a simple Azure Active Directory single sign-on lab environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%