Back to Azure Resource templates index <–
![]()
Azure Automation DSC is an Azure service that allows you to write, manage, and compile PowerShell Desired State Configuration (DSC) configurations, import DSC Resources, and assign configurations to target nodes, all in the cloud.
Template Locations
Infrastructure As Code Advisor (Beta)
WAF-compliance
The WAF-compliance advisor validates templates based on the Well Architected Framework practices. Every day a GitHub Action updates the templates compliance data and lists the recomendations.
Sustainbility Advisor
The sustainability advisor is based on the Sogeti Cloud Reference Architecture with sustainble practices. These sustainble practices cover application code, cloud infrastructures and data. The global Sogeti community is continously evolving the sustainble practices and every day new and tuned are added. For cloud infrastructures the sustainble practices are automatically validated and reported below.
note: when 100% it can be that there is no sustainble practices yet for this Cloud infrastructure.
Online documentation
Template reference
Service description
Related Azure Resources
| Resource | Description | Automation |
|---|---|---|
| Automation account | Azure Automation DSC is an Azure service that allows you to write, manage, and compile PowerShell Desired State Configuration (DSC) configurations, import DSC Resources, and assign configurations to target nodes, all in the cloud. | ARM |
| Automation account | Azure Automation DSC is an Azure service that allows you to write, manage, and compile PowerShell Desired State Configuration (DSC) configurations, import DSC Resources, and assign configurations to target nodes, all in the cloud. | Bicep |
Requirements
- automationAccount
- module stored on storage account (private module) or on powershell gallery (public module)
Input values
- tagBillingIdentifier: Cost Center.
- publicModulesUri :The public module uri (Default: https://www.powershellgallery.com/api/v2/package/)
- privateModulesUri: The private module uri.
- automationModuleName: Module Name
- automationModuleSource: Module source (‘private’, ‘public’)
- automationModuleVersion: Module version.
Output values
- contentLinkUri :
- automationName :
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| To help other contributors understand the purpose of the resource, specify comments for each resource in the template | Microsoft.Automation/automationAccounts/modules | 1 |
| It is recommended to parameterized your tag and make it as object type | Microsoft.Automation/automationAccounts/modules | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. tagBillingIdentifierRead More | 1 |
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. contentLinkUricustomnameRead More | 1 |
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. automationModuleNameRead More | 1 |
| It is recommended to add description for your parameters i.e. for automationModuleVersionRead More | 1 |
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. automationModuleVersionRead More | 1 |