forked from mbernard/PoshArm-Deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Danny Horodniczy edited this page Jan 22, 2020
·
5 revisions
PoshArm-Deployment is a perfect hybrid between ARM Templates and Azure PowerShell. It leverages these 2 technologies to deliver a powerful development experience.
PoshArm-Deployment | ArmTemplate | Azure PowerShell | |
---|---|---|---|
Powerful settings management | ✔️ | ❌ | ❌ |
Deterministic unique names generator that supports versioning | ✔️ | ❌ | ❌ |
Conventions over configuration | ✔️ | ❌ | ❌ |
DSC (Desired State Configuration) | ✔️ | ✔️ | ❌ |
Conditional\Complex logic | ✔️ | ❌ | ✔️ |
Integration with existing PowerShell scripts | ✔️ | ❌ | ✔️ |