1. Introduction
1.1 What are Logic App Standard?
Azure Logic Apps Standard are integration and workflow automation services offered by Microsoft Azure. They allow you to orchestrate and …
Developing a workflow in a standard Azure Logic App that connects to other resources means selecting what connectors to use. For that purpose, two types of connector exist : Built-in and …
Recently, I worked on a project where I needed to read the contents of CSV files and then process them. We store these files in Azure Blob Storage containers. In this article, I’ll show you the …
Azure’s Standard Logic Apps offer a high-performance platform for orchestrating and automating workflows in the cloud. It provides a wide variety of ready-to-use connectors for integrating services …
Ensuring the security and integrity of connections between resources is essential when implementing solutions on Azure. In this regard, Azure Logic Apps, among other Azure services, offers the …
AS2 is one of the methods of sending EDI data via the Internet. AS2 lets you encrypt and sign data using certificates to guarantee secure data exchange.
The following Azure resources are …
EDIFACT messages can be processed in a Logic App, either decoding incoming messages or encoding outbound ones. To configure EDIFACT message encoding and decoding, a number of steps must be …
As described in the Microsoft documentation, it is possible to use these parameters to reference linked ARM templates. There are two reasons to do this, in that there is no need to provision a …
Not while ago a colleague of mine asked me to take a look at his Logic App. It has a HTTP trigger with JSON data on the input. The Logic App processed the data (JSON array) with a For-Each action and …
The Azure Logic Apps online editor now includes a Parameters button. The aim of this article is to explore some of the possibilities this new feature offers. It can be used to declare parameters …
If you are used to using Logic Apps, you are sure to be familiar with the functionality used to resubmit a given run. This feature can prove extremely useful, whether during development, or in a …