Before you are getting started, you need something to work with. For that, you require DSC to be installed on your machine. In the following sections, you can find several ways to install it, wether running Windows, Linux or MacOS. DSC has become more cross-platform than previous versions. Installing DSC for Windows manually from GitHub To install DSC for Windows from GitHub, follow these steps: Step 1 - Determine your OS architecture There are multiple ways to determine the operating system ...| learndsc.guide
Gijs Reijn is a Microsoft MVP with nearly a decade of IT experience. He predominantly works with Azure technologies. He’s currently working in the financial sector. He enjoys sharing his knowledge on his website The Lonely Engineer, as well as on Medium and the Rabo Tech Blog, where he is currently employed. You can find his books here on LeanPub.| leanpub.com
Create DSC configuration documents using Bicep?!| Medium
This is the third post in a multi-part series about the new release of DSC. Microsoft Desired State Configuration (DSC) v3.0.0 provides powerful feature that enhance the authoring experience. Shell completion Schema-based validation Support for modern DSLs like Azure Bicep DSC command completer The completer command returns a shell script that, when executed, registers completions […]| PowerShell Team