Skip to content

Commit 45e85c8

Browse files
authored
Merge pull request #43186 from seekingtheoptimal/patch-1
Fixed broken table markdown
2 parents e69016e + c9a63fa commit 45e85c8

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)