Configuration management
A new class library project is added to host all configuration management related scripts, templates and configuration. It has four folders
DSCScripts
: This folder contains all Desired State Configuration related scriptsPSScript
: This folder contains all PowerShell scriptsTemplates
: This folder contains Azure Resource Manager Templates and DockerFileTests
: This folder contains Pester unit and Operational Validation tests
All these files in the project are discussed in details from Chapter 7, Configuration Management, to Chapter 10, Continuous Delivery and Deployment.