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 …
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 …
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 (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 …
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 …
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 …
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. …
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 …
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 …
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 …
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 …