Configuring The Logic App

Follow the below steps to create a Logic App with Consumption type:

Step 1: Log in to Azure Portal

Step 2: Access Logic App from global search.

Step 3: To Create a Logic App >> Click on + Add

Step 4: Fill up details like select subscription and select resource group.

For instance details:

  • type: Select Consumption
  • Name: Provide a Unique Logic App Name always 
  • Select: Select your deployment region (Select East US Region for frequently used functions to save the cost)

If you need to monitor the Logic App Enable Logic Analytics to true (Yes) and Select your preferred workspace to collect log analytics or else select No.

Step 5: Next, Add Tags if necessary (Optional for now)

Step 6: Review the details, then click on Review + Create.

Once the logic app is created you can open the logic app resource and you can design your function with inbuild tools or you can write your own code.

Microsoft Azure – Creating a Logic App of Consumption Type

Azure Logic Apps can be used for automating project workflows without writing a single line of code. Azure Logic Apps is a leading integration platform as a service (PaaS) built on a containerized runtime. It can be used to deploy and run Logic Apps anywhere for scaling apps and making them portable while automating business-critical workflows anywhere.

Similar Reads

Why Use Azure Logic Apps?

Microsoft Azure offers a service that is Azure logic apps used to integrate the different workflows with other applications and their data sources which will give seamless integration with different applications....

How Logic Apps Work?

Azure Logic apps will always start with the process of triggering after that it will automate the workflows which will integrate the applications, services, and data which will arrange the application according to the business requirements with the help of connectors and by following a series of steps as following....

Pricing Options

The Azure Logic app offers two types of pricing options or plans....

Azure Logics APPs VS Azure Functions

Azure Logics APPs Azure Functions It will get triggered based on the event that happened to automate the workflows. Azure Function will also get triggered based on the event that happened which is used for serverless computing. More Focused on workflow automation where you can configure the workflow step-by-step to have happened. More focused on serverless computing which will be based on the event-driven like HTTP requests. Price is depending on the consumption model. Price is based upon the pay-as-you-go model....

Azure Logics APPs VS WebJobs

Azure Logics APPs WebJobs Azure Logic Apps is a service provided by Microsoft Azure that is used to Automate workflows. Azure WebJobs are extensions of Azure Logic Apps. Used to automate the workflow and will be triggered based on the event that happened. It is used to control or schedule background tasks. Use Azure Logic Apps when you need to build complex workflows. Use Azure WebJobs when you need to run continuous or scheduled background tasks associated with web applications....

Configuring The Logic App

Follow the below steps to create a Logic App with Consumption type:...

Azure Logic App – FAQ’s

1. When Should I Use Azure Logic Apps?...

1. When Should I Use Azure Logic Apps?

Azure Logics Apps can be used when you need to auto mate the workflows....

2. Is Azure Logic An App Or Function?

Azure logic app doent belongs to APP or Function it is itself an workflow....