Skip to content

Commit 4f82654

Browse files
committed
task1665806
1 parent a2edbeb commit 4f82654

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/automation/automation-dsc-compile.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Compiling configurations in Azure Automation State Configuration
33
description: This article describes how to compile Desired State Configuration (DSC) configurations for Azure Automation.
44
services: automation
55
ms.subservice: dsc
6-
ms.date: 09/10/2018
6+
ms.date: 04/06/2020
77
ms.topic: conceptual
88
---
99
# Compiling DSC configurations in Azure Automation State Configuration
@@ -58,6 +58,10 @@ while($null -eq $CompilationJob.EndTime -and $null -eq $CompilationJob.Exception
5858
$CompilationJob | Get-AzAutomationDscCompilationJobOutput –Stream Any
5959
```
6060

61+
### Azure Resource Manager template
62+
63+
You can also use Azure Resource Manager templates with Azure Desired State Configuration (DSC) extension to push configurations to your Azure VMs. The Azure DSC extension uses the Azure VM Agent framework to deliver, enact, and report on DSC configurations running on Azure VMs. For further information, review [Desired State Configuration with Azure Resource Manager templates](../virtual-machines/extensions/dsc-template.md#details). The referenced article provides an example template to review and adopt to support your ongoing system management needs.
64+
6165
### Declare basic parameters
6266

6367
Parameter declaration in DSC configurations, including parameter types and properties, works the same as in Azure Automation runbooks. See [Starting a runbook in Azure Automation](automation-starting-a-runbook.md) to learn more about runbook parameters.

0 commit comments

Comments
 (0)