Our blog
Offering
our
perspective
Filter by :
cyber security
Azure
15/06/2020

Adding security to an HTTP trigger in a Logic App

One of the first things to do when creating a Logic App is to choose the trigger type. This means selecting how the Logic App is kicked off. If the trigger is an HTTP trigger, the Logic App is …
Debatching
Azure
15/03/2020

Debatching XML message in Logic App

The following shows two methods that can be used to debatch an XML message in a Logic App. The first consists in making an XPath query in a For each. The second, which also needs an XPath query, is …
Azure REST API Update workflow
Azure
18/10/2019

Azure Rest API: The request to patch workflow is not supported

I have recently used Azure REST API to manage Logic App Workflows in a custom Web application. One of my need was to update the Logic App trigger definition by using the Azure REST …
Azure monitor logs through logic app
Azure
29/03/2019

Azure monitor Logs: log custom data through Azure Logic Apps

Azure Monitor Logs (formerly Log Analytics) is a fundamental feature of Azure Monitor Service. It is a set of tools allowing : Azure resources or any external resource to send logs Data analysis …
implement fire forget with Azure logic apps
Azure
28/12/2018

Implementing Fire & Forget pattern with Nested Logic Apps

When you are dealing with an API (or an external process), you might want to start it and don’t want or need to wait untill the end of its execution. This is commonly called the Fire & Forget …
logic apps run after
Azure
28/11/2018

Logic Apps run after settings with Logic Apps’ designer

Behind the Logic Apps designer, there is a Json based source code. Basically, the logic app trigger and all the actions included in the workflow are defined in this file. If you have already checked …
resubmit logic app
Azure
04/04/2018

Easy resubmit feature with Azure Logic apps

What a resubmit for ? Either working with Biztalk or Azure Logic apps, the possibility to resubmit requests always have been a great feature. It’s the kind of feature that can make a customer happy. …
Azure logic app for each action
Azure
23/03/2018

What you should know about Azure Logic apps For each loop

Since Azure Logic App’s for each action have been released it has changed the logic apps flow design, the integration possibilites and the time it takes to implement complex workflows. When you are …
logic app error handler
Azure
21/03/2018

Error handling within Azure logic Apps

As development way is, error handling with Azure Logic apps is slightly different than what I was used to. Exactly, this post is about an overview of the components, options an behaviors offered by …
Quick SFTP Server configuration inside an Azure virtual machine
Azure
12/02/2018

Quick SFTP Server for Logic Apps

In this post, we will see how to configure a quick SFTP Server inside an Azure virtual machine and use it in any Azure Logic apps. For one of our customer i was in charge of an integration process …
secure and reliable logic apps with service bus
Azure
10/12/2017

Scalable & Reliable messaging in Azure Logic Apps with Service Bus

Azure Logic App is the toolset to build scalable integrations and workflows within the Windows Azure platform. As many services provided by Windows Azure, Azure Logic Apps runs serverless. Yes, that …