Managed pipelines – source control integration with Git
In Chapter 4, we created our first Power Platform managed pipeline, which deployed our mpa_ITBase
solution from the developer environment to the production environment using a service principal. In this section, we continue our journey and, based on the lessons learned about PAC CLI, build tools for Azure DevOps Services, and GitHub Actions for Power Platform, we will commit our solution artifacts to a GitHub repository with the help of GitHub Actions for Power Platform and the Dataverse trigger events available in the context of Power Platform pipelines.
Let us have a look at the events that we can use in our Power Automate cloud flows in the Pipelinehost
environment to react to certain changes in deployment pipelines:
OnApprovalStarted
–OnApprovalCompleted
: These events are triggered when there is approval configured in the deployment stage prior to deploying the solution to that stage. We usually use...