From 278d37519ddd541daa70b6fbe66d96dd503e47cb Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:27:03 +0800 Subject: [PATCH 1/2] Update logic-apps-overview.md --- articles/logic-apps/logic-apps-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/logic-apps/logic-apps-overview.md b/articles/logic-apps/logic-apps-overview.md index 95d86d630246b..435ac8dd9d605 100644 --- a/articles/logic-apps/logic-apps-overview.md +++ b/articles/logic-apps/logic-apps-overview.md @@ -98,6 +98,10 @@ To learn how other companies improved their agility and increased focus on their All these services help you connect and bring together disparate systems. Each service has their advantages and benefits, so combining their capabilities is the best way to quickly build a scalable, full-featured integration system. For more information, see [Choose between Azure Logic Apps, Azure Functions, Azure WebJobs, and Microsoft Power Automate](../azure-functions/functions-compare-logic-apps-ms-flow-webjobs.md). +## How does Azure Logic Apps differ from Azure Automation Runbooks? + +Azure [Automation Runbooks](https://learn.microsoft.com/azure/automation/automation-runbook-types) provide a lightweight and cost-effective solution for straightforward remediations, such as restarting virtual machines. In contrast, Azure Logic Apps are ideal for custom workflows, complex logic, and multi-service integrations. + ## How quickly can I ramp up my solutions with Azure Logic Apps? You can start small with your current systems and services, and then grow incrementally at your own pace. When you're ready, Azure Logic Apps helps you implement and scale up to more mature integration scenarios by providing the following capabilities and benefits. From 4e6775f2a79a6667ad4bb00606d54b02bbba7485 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:11:10 +0800 Subject: [PATCH 2/2] Update articles/logic-apps/logic-apps-overview.md Co-authored-by: Esther Fan --- articles/logic-apps/logic-apps-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/logic-apps/logic-apps-overview.md b/articles/logic-apps/logic-apps-overview.md index 435ac8dd9d605..af5d8d9c2e317 100644 --- a/articles/logic-apps/logic-apps-overview.md +++ b/articles/logic-apps/logic-apps-overview.md @@ -100,7 +100,7 @@ All these services help you connect and bring together disparate systems. Each s ## How does Azure Logic Apps differ from Azure Automation Runbooks? -Azure [Automation Runbooks](https://learn.microsoft.com/azure/automation/automation-runbook-types) provide a lightweight and cost-effective solution for straightforward remediations, such as restarting virtual machines. In contrast, Azure Logic Apps are ideal for custom workflows, complex logic, and multi-service integrations. +[Azure Automation Runbooks](/azure/automation/automation-runbook-types) provide a lightweight and cost-effective solution for straightforward remediations, such as restarting virtual machines. In contrast, Azure Logic Apps are ideal for workflows and orchestrations between multiple services, systems, apps, and data. including workloads that run custom code or require complex logic that uses control structures such as loops, branching, conditions, and more. ## How quickly can I ramp up my solutions with Azure Logic Apps?