Skip to content

Commit 622bbdc

Browse files
author
ecfan
committed
Draft update
1 parent 666ac1d commit 622bbdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/logic-apps/includes/power-automate-versus-logic-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
author: kewear
66
ms.author: kewear
77
ms.reviewer: estfan, azla
8-
ms.date: 01/21/2025
8+
ms.date: 02/04/2025
99
ms.topic: include
1010
---
1111

@@ -24,11 +24,11 @@ ms.topic: include
2424
| **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 |
2525
| **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 |
2626
| **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 |
2828
| **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 |
2929
| **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 |
3030
| **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 DevOps or 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 |
3232
| **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. |
3333
| **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/) |
3434
| **Error handling** | Save Failed - highlights errors | | Flow Checker - providing a list of errors within the flow |

articles/logic-apps/power-automate-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: logic-apps
77
author: kewear
88
ms.author: kewear
99
ms.reviewer: estfan, azla
10-
ms.date: 01/21/2025
10+
ms.date: 02/04/2025
1111
ms.topic: conceptual
1212
---
1313

@@ -127,7 +127,7 @@ Azure Logic Apps excels at helping you integrate your workflows with an expansiv
127127
- [Add and run C# scripts inline with Standard workflows](/azure/logic-apps/add-run-csharp-scripts)
128128
- [Add and run PowerShell scripts in Standard workflows](/azure/logic-apps/add-run-powershell-scripts)
129129

130-
- Development tools and reusability
130+
- Development tools and reusability
131131

132132
Locally create, debug, run, and manage workflows within Visual Studio Code when you use the Azure Logic Apps (Standard) extension.
133133

0 commit comments

Comments
 (0)