I would like to be able to configure Azure Automation DSC to set itself up automatically (find the DSC configuration to apply, onboard the correct vm's as nodes).
Now, I could do this use simply using Azure PowerShell commands, but I'd like for it to be integrated into the automated deploy of my Azure resource group using the JSON template. Is there a way to specify/declare the configuration of the DSC automation in the template?
Here is the JSON schema for Azure Automation (I believe this is the latest version, not sure how to verify this). I don't see anything that mention DSC in here.
If configuring DSC does exists within the Schema, where can I find docs/spec on this? Thanks!