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 … Continue reading Improving Azure Logic Apps Performance using the SplitOn feature