Skip to content

Commit 15e16f4

Browse files
committed
removed sub-section and revised intro
1 parent 4f82654 commit 15e16f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/automation/automation-dsc-compile.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can compile Desired State Configuration (DSC) configurations in Azure Automa
2121
- Work with node and non-node data at scale
2222
- Significant performance improvement
2323

24-
For compilation details, see [Desired State Configuration extension with Azure Resource Manager templates](https://docs.microsoft.com/azure/virtual-machines/extensions/dsc-template#details).
24+
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 compilation details using Azure Resource Manager templates, see [Desired State Configuration extension with Azure Resource Manager templates](https://docs.microsoft.com/azure/virtual-machines/extensions/dsc-template#details).
2525

2626
## Compiling a DSC configuration in Azure State Configuration
2727

@@ -58,10 +58,6 @@ 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-
6561
### Declare basic parameters
6662

6763
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)