-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Miguel Bernard edited this page Sep 23, 2019
·
4 revisions
PoshArm-Deployment is a perfect hybrid between ARM Templates and Azure PowerShell. It leverage those 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 | ✔️ | ❌ | ✔️ |