October 2017
Beginner to intermediate
358 pages
10h 14m
English
After the DSC configuration is available in Azure automation, it can be asked to be compiled. Azure automation provides another cmdlet for the same. Use Start-AzureRmAutomationDscCompilationJob cmdlet to compile the imported configuration. The configuration name should match exactly the name of the configuration uploaded. Compilation creates a MOF file named after the configuration and node name together, which in this case is ConfigureSiteOnIIS. webserver.
Start-AzureRmAutomationDscCompilationJob -ConfigurationName ConfigureSiteOnIIS -ResourceGroupName "omsauto" -AutomationAccountName "datacenterautomation" -Verbose
The DSC nodes configuration on Azure after applying the configuration to the node should look ...
Read now
Unlock full access