BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Microsoft Announces the General Availability of Logic App Standard

Microsoft Announces the General Availability of Logic App Standard

This item in japanese

Bookmarks

At the annual Build conference, Microsoft announced the general availability (GA) of Logic App Standard, the latest installment of their integration Platform as a Service (iPaaS) offering. Logic App Standard is a new single-tenant offering allowing customers to run workflows anywhere.

The company introduced the Logic App Standard as Logic App preview last year, building upon the Azure Functions extensibility model. Since then, Microsoft has worked intensively with industry clients in various branches using the new Logic App version and received feedback from the community, leading to the GA release.

Now with the GA release, the public preview is labeled Logic App Standard, and it includes:

  • Creation of stateful and stateless workflow - the latter is a new workflow type in Logic Apps that doesn’t need storage to persist state between actions
  • Ability to host workflows in containers and to be deployed anywhere.
  • A new connector model, built-in to the runtime, providing high performance of some of the most common connectors such as Service Bus, Event Hubs, Blob, SQL, and MQ. Furthermore, also a new extensibility model to allow developers to build their custom connectors. 
  • A new designer with a new layout engine making complex workflows render faster with full drag/drop, a new dedicated editing pane to de-clutter the whole experience, and new accessibility and other gestures to make authoring easier.
  • A new Visual Code extension for authoring, allowing developers to debug and test on their local machine quickly, set breakpoints, examine variables values in flight, and generally.
  • Ability to parameterize workflows in Logic Apps Standard to set specific environment values in deployment pipelines.

 
Source: https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-logic-apps-announcement-ga-of-single-tenant-standard-sku/ba-p/2382460

Chris Reddington, an Azure Cloud architect, wrote in an extensive blog post on the new Logic App version and concluded:

Not only can I develop locally, but I can test locally as well. Once again, thanks to the Azure Functions runtime and the Core Functions tools, I can run a local version of the Logic Apps workflow for the inner loop of my development.

With Logic Apps, Microsoft now offers the iPaaS service as a multi-tenant option labeled consumption. The Integration Service Environment (ISE) (also based on the same runtime as the multi-tenant) is the second dedicated option - and the third option is the new single-tenant version. Each option has its benefits and is targeted for different scenarios and workloads. According to Microsoft documentation, comparing the options, the multi-tenant is the easiest to start with, while the ISE is intended for enterprise workloads and the single-tenant for running workflows anywhere.

Derek Li, program manager for Azure Logic Apps, said in an on-demand Build session:

The runtime started as a multi-tenant implementation five years ago when the Logic App service first became generally available. But in the last year, the team has been working hard on a significant architectural change to make it into a re-hostable containerized single-tenant runtime, for scenarios such as local development and debugging and running it in a dedicated compute in Azure or even in Docker or Kubernetes environment.

Logic App Standard is currently available in all Microsoft Azure regions, and pricing starts from WS1 at $175.20 a month. More details on pricing are available on the pricing and billing models documentation page.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT