AZURE-LOGIC-APPS-STANDARD
Azure Logic Apps Standard single-tenant.
Definition
Logic Apps Standard differs from Consumption: (1) Single-tenant runtime (Logic Apps runtime hosted on Azure Functions), (2) Dedicated compute (vs shared multi-tenant), (3) Local debugging Visual Studio Code (Azure Logic Apps extension), (4) Predictable pricing App Service Plan (~$120/month base S1), (5) Multiple workflows in single Logic App project, (6) Built-in connectors run in-process (faster), (7) Managed connectors run external. Use cases: critical-latency enterprise integrations, hybrid scenarios with private endpoints.
Origin
Azure Logic Apps (Consumption tier) launched 2016 ; Logic Apps Standard (Single-tenant) GA March 2021 ; ongoing Consumption-Standard parity features 2024.
Example in context
An insurance enterprise deploys Logic Apps Standard for time-sensitive claims processing: HL7 v2 message ingestion from medical providers, transformation, validation, routing to backend systems with guaranteed sub-2s latency.
Related terms
- Azure Logic Apps — parent platform.