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/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ You can mix and match services when you build an orchestration, calling function
52
52
53
53
|| Durable Functions | Logic Apps |
54
54
| --- | --- | --- |
55
-
| Development | Code-first (imperative) | Designer-first (declarative) |
56
-
| Connectivity |[About a dozen built-in binding types](functions-triggers-bindings.md#supported-bindings), write code for custom bindings |[Large collection of connectors](../connectors/apis-list.md), [Enterprise Integration Pack for B2B scenarios](../logic-apps/logic-apps-enterprise-integration-overview.md), [build custom connectors](../logic-apps/custom-connector-overview.md)|
57
-
| Actions | Each activity is an Azure function; write code for activity functions |[Large collection of ready-made actions](../logic-apps/logic-apps-workflow-actions-triggers.md)|
|**Connectivity**|[About a dozen built-in binding types](functions-triggers-bindings.md#supported-bindings), write code for custom bindings |[Large collection of connectors](../connectors/apis-list.md), [Enterprise Integration Pack for B2B scenarios](../logic-apps/logic-apps-enterprise-integration-overview.md), [build custom connectors](../logic-apps/custom-connector-overview.md)|
57
+
|**Actions**| Each activity is an Azure function; write code for activity functions |[Large collection of ready-made actions](../logic-apps/logic-apps-workflow-actions-triggers.md)|
0 commit comments