Azure Logic Apps

satya - 11/21/2019, 3:08:11 PM

Difference between Azure logic apps and data factory

Difference between Azure logic apps and data factory

Search for: Difference between Azure logic apps and data factory

satya - 11/21/2019, 3:08:40 PM

At a very high level Logic Apps appears to be BPM like single flows

At a very high level Logic Apps appears to be BPM like single flows

satya - 11/21/2019, 3:09:31 PM

Documentation and overview of Logic apps at MS

Documentation and overview of Logic apps at MS

satya - 11/21/2019, 3:10:53 PM

schedule, automate, and orchestrate tasks, business processes

schedule, automate, and orchestrate tasks, business processes

satya - 11/21/2019, 3:12:02 PM

EAI, B2B interactions

EAI, B2B interactions

satya - 11/21/2019, 3:14:52 PM

Here is how the UI looks like to contrast it with ADF

satya - 11/21/2019, 3:16:22 PM

:) How do I run code when I need it?

In many cases, you won't have to write code. But if you must write some code, you can create code snippets with Azure Functions and run that code on-demand from logic apps. Also, if your logic apps need to interact with events from Azure services, custom apps, or other solutions, you can use Azure Event Grid with your logic apps for event monitoring, routing, and publishing

satya - 11/21/2019, 3:24:47 PM

Almost like a way to create Azure Functions graphically

1. Azure functions is code that is executed on a trigger

2. where as a logic app does the same buy by using prebuilt components by tieing them in an executable pipeline

3. And when you need code you fall back on azure functions

4. In an azure function simple code is easy. But if you want to write code to integrate with a variety of libraries then it is like writing an app and uploading it etc. A logic app may give you that, a bit easier with prebuilt components that would have addressed this dependency.

satya - 11/21/2019, 3:26:01 PM

I take it architecturally ADF and Logic Apps are different

I take it architecturally ADF and Logic Apps are different

satya - 11/21/2019, 3:26:52 PM

It is possible to invoke an ADF V2 pipeline through Logic Apps

It is possible to invoke an ADF V2 pipeline through Logic Apps