Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Desired State Configuration Vs Azure ARM - Are They Complimentary to Each Other? [closed]

Have been well versed with ARM Templates & Parameters using Powershell. I have come to know lately that Desired State Configuration is the recommended way by Microsoft for Windows Server configurations.

As some of many of the parameters can also be configured using ARM Template, why is there a need of yet another approach DSC?

What I have researched and found out: But I would seek your expert & authoritative answer on following:

  1. Is DSC suitable for windows Internals only & to ensure that the configuration is maintained by constant polling?
  2. DSC is not be helpful for provisioning machines & Azure resources, like Azure ARM does.
like image 737
Abhijeet Avatar asked Nov 23 '25 22:11

Abhijeet


1 Answers

ARM Templates deploy Azure resources (like networking, storage, sql, vms, redis, webapp, etc). And can configure those to some extent.

Whereas Powershell DSC is only good for configuring VM's (not creating them).

That being said, technically there was a DSC module for Azure, but generally speaking they (DSC and ARM Templates) operate on different levels, but the idea is the same.

like image 81
4c74356b41 Avatar answered Nov 26 '25 15:11

4c74356b41



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!