Hacker News new | ask | show | jobs
by g051051 3706 days ago
It says it's a free service and doesn't directly mention any restrictions, but when you try to sign up it will only accept something it thinks is a work or school email address. So I guess self-employed people who use Gmail don't count?
2 comments

It looks like they are just trying to limit abuse during a rollout. Forcing a "work" or "school" email to try and hold back anonymous signups.

You can pre check an email with their embedded ajax call:

https://flow.microsoft.com/providers/Internal.User/users/use...

If the JSON comes back with "consumerDomain":true, then it won't allow the signup.

They don't seem to be catching all free email services. At the moment, it appears you could sign up for a free Yandex email and get signed up for Flow:

https://flow.microsoft.com/providers/Internal.User/users/som...

assume they're doing a soft launch with o365 for business customers before full launch
It's been turned on for some time now. Just no marketing push that I've seen. Quietly hidden away on Azure under another name, IIRC. It's early still, though, and my memory is going a bit. :)
The earlier offering was Azure Logic Apps, which is different than Microsoft Flow.

Logic Apps is offered as part of Azure and is targeted at developers and IT shops. Logic Apps are much more about heavy weight integration (e.g. business-to-business communications, back-office connectivity to SAP), akin to Biztalk. Details here: https://azure.microsoft.com/en-us/documentation/articles/app...

On the other hand, Flow is aimed at business end users with light weight connectivity / automation needs (e.g. the examples in the video on the home page). It does not have support for a lot of things devs or IT need, like source control, monitoring, scripting, etc.

Disclaimer: did dev work for both. Hope that helps!