October 2017
Beginner to intermediate
358 pages
10h 14m
English
The DSC configuration is still not known to Azure automation. It is available on some local machines. It should be uploaded to Azure Automation DSC Configurations. Azure automation provides Import-AzureRMAutomationDscConfiguration cmdlet to import the configuration to Azure automation.
Import-AzureRmAutomationDscConfiguration -SourcePath "C:\DSC\AA\DSCfiles\ConfigureSiteOnIIS.ps1" -ResourceGroupName "omsauto" -AutomationAccountName "datacenterautomation" -Published -Verbose
The DSC configuration on Azure after applying configuration to node should look as shown next:

Read now
Unlock full access