Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extend-pipelines.md #2174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion power-platform/alm/extend-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ms.custom:
---
# Extend pipelines in Power Platform

ALM processes often vary across customers and business organizations. Pipelines extensibility provides the ability to configure deployment gates and apply custom logic at multiple steps of your deployment process. No-code, low-code, and pro-code options are available to customize pipelines and integrate with with other systems of record. For example, you can use Power Automate to add approvals, send notifications, or use pipelines in Power Platform along-side continuous integration/continuous deployment (CI/CD) applications such as Azure DevOps, GitHub, and others. These are only a few of the many possibilities.
ALM processes often vary across customers and business organizations. Pipelines extensibility provides the ability to configure deployment gates and apply custom logic at multiple steps of your deployment process. No-code, low-code, and pro-code options are available to customize pipelines and integrate with other systems of record. For example, you can use Power Automate to add approvals, send notifications, or use pipelines in Power Platform along-side continuous integration/continuous deployment (CI/CD) applications such as Azure DevOps, GitHub, and others. These are only a few of the many possibilities.

Pipelines raise various [Microsoft Dataverse business events](/power-apps/developer/data-platform/business-events) that can trigger custom logic. Event data is relayed to subscribers such as Power Automate, which provides over 1,000 built-in [connectors](/connectors/connector-reference/), Azure Service Bus, Azure Event Hubs, Webhooks, and [Dataverse plug-ins](/power-apps/developer/data-platform/plug-ins). Regardless of how pipelines are extended, the maker-facing deployment experience remains simple.

Expand Down