Skip to content

Commit c9a63fa

Browse files
Fixed broken table markdown
Now the actual table is shown instead of the markup code for the table comparing Durable Functions with Logic Apps
1 parent d25654d commit c9a63fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Functions and Logic Apps are Azure services that enable serverless workloads. Az
4444

4545
For Azure Functions, you develop orchestrations by writing code and using the [Durable Functions extension](durable/durable-functions-overview.md). For Logic Apps, you create orchestrations by using a GUI or editing configuration files.
4646

47-
You can mix and match services when you build an orchestration, calling functions from logic apps and calling logic apps from functions. Choose how to build each orchestration based on the services' capabilities or your personal preference. The following table lists some of the key differences between these
47+
You can mix and match services when you build an orchestration, calling functions from logic apps and calling logic apps from functions. Choose how to build each orchestration based on the services' capabilities or your personal preference. The following table lists some of the key differences between these:
48+
4849
| | Durable Functions | Logic Apps |
4950
| --- | --- | --- |
5051
| Development | Code-first (imperative) | Designer-first (declarative) |

0 commit comments

Comments
 (0)