What problem does it solve?
Setting up CI/CD for Power Pages projects normally requires manual configuration of Power Platform Pipelines through the admin UI. This Skill automates the entire pipeline provisioning process by creating pipeline, environment, and stage records directly in Dataverse via the PP Pipelines OData API, with no external CI/CD infrastructure required.
Core Features & Use Cases
- Automated Pipeline Provisioning: Creates deployment environments, pipelines, and stages in the Pipelines host environment using the OData API, including source environment association and multi-stage setups (Dev to Staging to Production).
- Preflight Validation: Verifies PAC CLI and Azure CLI authentication, Pipelines package installation, solution existence, pipeline name conflicts, and blocked attachment settings before any Dataverse writes occur.
- Host Resolution and Error Recovery: Detects the correct Pipelines host environment through a multi-signal resolution flow and handles edge cases like environments already linked to another host via the force-link recovery path.
- Use Case: A developer finishes a Power Pages code site and wants automated deployments to staging and production. Running this Skill detects the project context, confirms the configuration, and provisions a complete Power Platform Pipeline ready for deployments.
Quick Start
Ask the assistant to set up a Power Platform Pipeline for automated deployments of the current Power Pages project.