Hi All! Trying to understand how to link Azure DSC...
# azure
o
Hi All! Trying to understand how to link Azure DSC configuration to a Node-VM? Can't locate this in documentation.
w
That is part of the automation module here: https://www.pulumi.com/docs/reference/pkg/azure/automation/
o
forgot to mention that I'm trying this with AzureNextGen
w
o
yes, read that - can't figure out how to relate a VM to DSC configuration..
w
I believe you would add the DSC extension to the VM (https://www.pulumi.com/docs/reference/pkg/azure-nextgen/compute/virtualmachineextension/) and provide the Automation configuration name as part of that setup. Or maybe we’re talking about different things or steps?
o
hm, will research this, many thanks!