alm
Installation
SKILL.md
Skill: Application Lifecycle Management (ALM)
When to Use
Trigger when designing deployment pipelines, managing solutions, promoting across environments, or setting up CI/CD for Power Platform.
ALM Golden Rules
- Never import unmanaged solutions to Test or Production
- Every environment needs a dedicated service principal — no human accounts in pipelines
- Environment variables must be set per environment — never hardcoded
- Connection references must be pre-created before solution import
- Solution version must increment on every build (major.minor.build.revision)
- Always run Solution Checker before promoting to Test/Prod