Improving Azure Logic Apps Performance using the SplitOn feature


Ever try to squeeze some additional performance out of your logic app, but get stuck on how you can do so? One option may be the SplitOn feature that exists in Azure Logic Apps that allows you to debatch an incoming message, that contains an array of records, within your trigger. By using this approach we can process each record within its own logic app instance.

Using this feature is kinda like taking a single lane highway….

and turning it into an open freeway!

openfreeway

I have recorded walkthrough of the SplitOn feature on YouTube. Please check it out.

Advertisement

2 thoughts on “Improving Azure Logic Apps Performance using the SplitOn feature

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s