Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 680 Bytes

File metadata and controls

15 lines (10 loc) · 680 Bytes

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'