Replies: 1 comment 3 replies
-
H @boaz-raz, the quick answer on all 3 questions: Machine Configuration hasn't implemented DSC v3 (yet). As far as I know, there are some talks about it, but no clear roadmap. Not to say that yes, I would also like to see this :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm exploring the best ways to leverage DSC v3 for managing machine configurations for servers connected via Azure Arc, following an Infrastructure as Code (IaC) approach.
My understanding from the documentation (like How to create custom machine configuration package artifacts) is that creating custom machine configuration package artifacts is the recommended method for deploying configurations, including those using DSC.
I have a few specific questions regarding DSC v3 in this context:
DSC v3 for Custom Packages: Can we confirm that the process outlined in the linked Microsoft Learn article for creating custom machine configuration packages (developing the
.mof
, packaging withNew-GuestConfigurationPackage
, etc.) is fully applicable and the recommended approach when authoring configurations using DSC v3 resources and paradigms? Are there any DSC v3-specific considerations or best practices we should be aware of during this package creation and deployment process, particularly for both Windows and Linux nodes managed by Azure Arc?DSC v3 Features in Machine Configuration: With the advancements in DSC v3 (e.g., new resource manifest, JSON/YAML configurations, potential Bicep integration for CaC), how are these features best utilized when creating and deploying custom machine configuration packages? For instance:
New-GuestConfigurationPackage
that are tailored for DSC v3 constructs?Alternative IaC Approaches with DSC v3 and Azure Arc: Besides creating custom
.zip
packages and deploying them via Azure Policy, are there other recommended or emerging IaC patterns for managing machine state with DSC v3 on Azure Arc-enabled servers? For example, direct application of DSC v3 configurations through other Azure services or CLI commands that align with IaC principles?I'm keen to ensure we're aligning with the latest capabilities and recommended practices for using DSC v3 with Azure Machine Configuration and Azure Arc. Any insights, examples, or roadmap information would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions