Hacker News new | ask | show | jobs
by sheraz 3708 days ago
Exactly what I was going to say. I setup some logic apps but never really dug into this much beyond their demos.

Following on the heels of this will be Azure's Functions (Serverless/Lambda) architecture, which will overlap some things here (for devs).

1 comments

/* I'm a PM on Azure Functions */

Logic Apps and Flow are done by the same team, actually, so that's no surprise. Logic Apps is for "Azure" users, which is mostly IT Pros and Dev. Flow is intended to compliment Power Apps. They can both be built by users aren't necessarily pro devs, but can use a drag-n-drop interface for configuring things.

Functions are code driven by events. Logic Apps are workflow driven by events. You can actually use the two together, which makes for some cool scenarios.

LOVE WHEN THIS HAPPENS (and so many reasons why I love Hacker News :-)

I'm in the Bizspark++ Program -- and I've had a blast playing and learning with all of the Azure products -- and I'm really looking forward to seeing improvements on Python and Bash functions.

Keep it up, I'll be stalking your documentation updates :-)

*complement