- Lab
- A Cloud Guru
Using Azure Automation State Configuration (DSC)
This lab walks through the process of configuring Azure virtual machines using Azure Automation State Configuration (DSC).
Path Info
Table of Contents
-
Challenge
Import the Configuration
- Download ServerConfiguration.ps1 to your computer.
- Import
ServerConfiguration
into the Automation Account.
-
Challenge
Import PowerShell Modules
Import the modules listed below into the automation account: -
ActiveDirectoryDsc
-DnsServerDsc
-StorageDsc
-
Challenge
Create Shared Resources
- Create an automation variable with the name
DomainName
and a value ofcorp.barrierreefaudio.com
. - Create an automation credential with the name
ServerAdmin
, usingadmin_user
as the username and the Lab VM password as the password. - Create another automation credential with the name
DSRMPassword
, using any username and any password. - Create an automation credential with the name
EnterpriseAdmin
, using[email protected]
as the username and the Lab VM password as the password.
- Create an automation variable with the name
-
Challenge
Compile the Configuration
Compile
ServerConfiguration
. -
Challenge
Onboard the Nodes
Onboard
BRADC1
andBRADC2
into Azure Automation State Configuration. -
Challenge
Review Configuration Compliance
Review the configuration compliance.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.