You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/includes/power-automate-versus-logic-apps.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
author: kewear
6
6
ms.author: kewear
7
7
ms.reviewer: estfan, azla
8
-
ms.date: 01/21/2025
8
+
ms.date: 02/04/2025
9
9
ms.topic: include
10
10
---
11
11
@@ -24,11 +24,11 @@ ms.topic: include
24
24
|**Trigger types**| - Schedule-driven or *polling*, such as **Recurrence** and many service-based triggers, such as **When a new email arrives** <br><br>- Event-driven or *push*, such as **Request** (inbound) and some service-based triggers, such as Event Grid <br><br>- HTTP call (outbound), such as **HTTP**| Same as Standard | - Schedule-driven or *polling*, such as **Recurrence** and many service-based triggers, such as **When a new email arrives** <br><br>- Event-driven or *push*, such as **Request** (inbound) and some service-based triggers, such as Event Grid <br><br>- User activity-based, such as **Flow button** or specific connectors Instant, UI Flow, Business Process |
25
25
|**Custom integration**| Complex logic support through Azure Functions, custom APIs, and integration with external code repositories | Same as Standard | Limited to mostly no code or low code |
26
26
| **Security** | - Managed identity <br><br>- Virtual network integration and private endpoints <br><br>- [Granular role-based access control (RBAC) with Microsoft Entra ID](/azure/logic-apps/logic-apps-securing-a-logic-app#standard-workflows) <br><br>- Compliance certifications <br><br>- [Data encryption at rest](/azure/security/fundamentals/encryption-atrest) <br><br>- [Data encryption in transit](/azure/security/fundamentals/encryption-overview#encryption-of-data-in-transit) <br><br>- [Azure Policy definitions](/azure/logic-apps/security-controls-policy) <br><br>- [Azure security audit logs](/azure/security/fundamentals/log-audit) | - Managed identity <br><br>- [OAuth 2.0 with Microsoft Entra ID](/entra/architecture/auth-oauth2) <br><br>- [Role-based access control (RBAC) with Microsoft Entra ID](/azure/logic-apps/logic-apps-securing-a-logic-app#consumption-workflows) <br><br>- Compliance certifications <br><br>- [Restricted connectors](/azure/logic-apps/block-connections-connectors) <br><br>- [Data encryption at rest](/azure/security/fundamentals/encryption-atrest) <br><br>- [Data encryption in transit](/azure/security/fundamentals/encryption-overview#encryption-of-data-in-transit) <br><br>- [Azure Policy definitions](/azure/logic-apps/security-controls-policy) <br><br>- [Azure security audit logs](/azure/security/fundamentals/log-audit) | - Basic user roles and permissions with Microsoft Entra ID <br><br>- Microsoft 365 [Microsoft 365 security audit logs](/power-platform/admin/logging-power-automate) <br><br>- [Data loss prevention (DLP)](/power-platform/admin/wp-data-loss-prevention) <br><br>- [Data encryption at rest](/power-platform/admin/about-encryption#at-rest-data-protection) <br><br>- [Data encryption in transit](/power-platform/admin/about-encryption#in-transit-data-protection) |
27
-
|**Scalability**| Large scale workflows with high throughput and low latency | Small to medium scale workflows |
27
+
|**Scalability**| Large scale workflows with high throughput and low latency | Small to medium scale workflows | Small to medium scale workflows |
28
28
|**Performance**| Dedicated resources single-tenant Azure Logic Apps or App Service Environment (ASE), faster execution, parallel processing, and better performance optimization | High throughput for actions, otherwise limited by shared resources in multitenant Azure Logic Apps | Suitable for lower-scale automation, limited by shared resources in Power Automate |
29
29
|**Business continuity and disaster recovery** (BCDR) | Built-in geo-redundancy, multiregion deployment, high availability with automated failover | Built-in geo-redundancy, multiregion deployment, high availability with automated failover | Limited regional deployment options |
30
30
|**Monitoring and diagnostics**| - [Azure Monitor, Application Insights, and custom alerts](/azure/logic-apps/monitor-logic-apps-overview) <br><br>- [Monitor with Microsoft Defender for Cloud](/azure/logic-apps/healthy-unhealthy-resource) <br><br>- [Health Check](/azure/logic-apps/monitor-health-standard-workflows) <br><br>- [Enhanced telemetry](/azure/logic-apps/enable-enhanced-telemetry-standard-workflows)| Same as Standard except for Health Check and enhanced telemetry | - Basic monitoring through the Power Automate portal <br><br>- Custom injection into Application Insights |
31
-
|**Version control**| Full Git integration with CI/CD pipelines with Azure DevOpsor other tools || Limited versioning |
31
+
|**Version control**| Full Git integration using CI/CD pipelines with Azure DevOps, GitHub, or other tools | Version management in the Azure portal| Limited versioning |
32
32
|**Application Lifecycle Management** (ALM) | Azure DevOps: source control, testing, support, automation, and manageability in [Azure Resource Manager](/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview)|| Power Platform [tools](/power-platform/alm/tools-apps-used-alm) that integrate with DevOps and [GitHub Actions](/power-platform/alm/devops-github-actions) so you can build automated pipelines for the ALM cycle. |
33
33
|**Admin experience**| Manage resource groups, connections, access management, and logging: [Azure portal](https://portal.azure.com)|| Manage Power Automate environments and data loss prevention (DLP) policies, track licensing: [Admin center](https://admin.powerplatform.microsoft.com/)|
34
34
|**Error handling**| Save Failed - highlights errors || Flow Checker - providing a list of errors within the flow |
0 commit comments