/ConfigurationTestExample

This example demonstrates how to store a DSC configuration example with the ARM templates to test in Azure VMs

Primary LanguagePowerShellMIT LicenseMIT

Very Simple DSC Deployment Example

This is a very simple test repo for a DSC configuration example

To test this configuration:

From Git Shell
git clone https://github.com/mgreenegit/ConfigurationTestExample

From Azure PowerShell
New-AzureResourceGroup -TemplateFile .\azuredeploy.json -TemplateParameterFile .\azuredeploy.parameters.json -Name TestDSC -Location WestUS -locationFromTemplate 'West US'