MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

No performance aspect when comparing logic apps and durable functions #119862

Open ciufudean opened 6 months ago

ciufudean commented 6 months ago

This architecture document surfaces a latency aspect when comparing logic apps and functions Logic Apps works best in scenarios that don't require low latency for a response, such as asynchronous or semi long-running API calls. If low latency is required, for example in a call that blocks a user interface, use a different technology. For example, use Azure Functions [...]

Should't this aspect be included in the table in section Compare Azure Functions and Azure Logic Apps?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Naveenommi-MSFT commented 6 months ago

@ciufudean Thanks for your feedback! We will investigate and update as appropriate.