Azure

Creating A Logic App In Microsoft Azure

Introduction

In immediately’s article, we are going to check out making a logic software in Microsoft Azure. As we all know Logic apps are serverless purposes that enable us to create workflows with out having to fret concerning the infrastructure in any means. Additionally, we are able to do that with none code. So, allow us to start.

Creating the Azure Logic App

The applying we are going to create might be a easy one. It can obtain an Http request after which create a blob in a storage container. That is solely to show how simple it’s to create logic apps. In real-life situations, the logic apps can be extra complicated, however you’ll get an concept of the workflow and the way simple it’s to setup logic apps.

First, we are going to setup the storage account and create a blob container through which the blob might be created.

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

We now have the storage account. Allow us to add a blob container. Click on on “+ Container” and add the container.

Creating A Logic App In Microsoft Azure

We now have the container.

Creating A Logic App In Microsoft Azure

Subsequent, we are going to create the Logic App. Seek for Logic Apps.

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

We at the moment are able to create the workflow within the logic app. Click on on “Go to useful resource”.

Creating A Logic App In Microsoft Azure

Choose “When a HTTP request is acquired”.

Creating A Logic App In Microsoft Azure

Click on on “+ New Step” and choose Azure Blob storage.

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Choose “Create Block Blob (V2)”.

Creating A Logic App In Microsoft Azure

Fill within the fields from the storage account we created beforehand.

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

Creating A Logic App In Microsoft Azure

We at the moment are able to run the logic app. Choose “Run Set off” and click on the choice “Run with Payload”

Creating A Logic App In Microsoft Azure

Click on the “Run” button.

Creating A Logic App In Microsoft Azure

Now, if we return to our container within the storage account, we are going to see that the blob has been created.

Creating A Logic App In Microsoft Azure

Abstract

On this article, we took a take a look at making a logic app in Microsoft Azure. It was a easy instance however was an illustration of how simple it’s to create workflows utilizing the Logic App service. Additionally, it’s serverless and we don’t want to fret concerning the infrastructure we run it on. It can scale mechanically as required. Comfortable coding!

Show More

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button