
In this Azure article, we will discuss what is Azure logic apps and along with that we will also discuss a few other topics as below
- Benefits of Azure logic apps
- How to create Azure logic Apps
- How to create logic apps custom connector
Table of Contents
What is Azure logic apps
Azure logic apps is an excellent cloud-based service or platform that provides you with the opportunity to create and run workflows that integrates with your application, data, etc. This helps to perform certain actions that are mentioned on your workflow based on trigger fires.
One of the best choices to automate many tasks and business processes for your enterprise and B2B scenarios.
Connectors play an important role inside the Azure logic app and are known as Logic app connectors. Now let’s discuss what is Logic app connectors ?.
What is Logic app connector
Logic app connectors are mainly responsible to perform different actions. Connectors are the main components of the Azure logic apps.
You will get many connectors available for the Azure logic apps like Enterprise connectors and another important point is, you can also create your own custom connectors based on your need.
We will discuss how to create a Logic app connector but before that, let’s discuss a few related concepts that you must be aware of when you are working with the Azure Logic App.
Workflows
Workflow is the main component when you are thinking of Azure Logic App. Workflow is nothing but a sequence of tasks or a set of processes that can be used to perform a particular business task or to make a task automated.
The workflow starts based on the triggers.
Actions
The main task of the Actions is to perform some tasks in the workflow. Basically, actions are initiated by the trigger. Actions perform different tasks for your business based on the input data provided.
Triggers
Triggers determine the business logic or condition. Once the input data provided by the user meets the condition, the trigger fires. These are basically the entry point of the Azure logic app workflows.
Benefits of Azure logic apps
There are a couple of cool benefits that you can utilize while working with Azure logic apps. Below are a few key benefits of Azure logic apps.
- Azure logic apps are quite simple and easy to use.
- Azure logic apps help you to automate your business task based on your business need.
- You can easily debug in case of any issues and you want to troubleshoot.
- It is one of the cost-effective platforms.
- Seamless integration with web, mobile applications.
- You have also the provision to connect to your on-premise data quickly.
- It is a flexible platform.
Well, now let’s discuss how to create Azure logic apps but before that, we will discuss how to create logic app connectors.
How to create Azure logic Apps
Well, before discussing how to create logic apps, you must know the prerequisites needed here.
Prerequisites
- You must have an Azure subscription or an Azure account. If you don’t have an Azure account till now, nothing to worry about, Create an Azure free account now.
Assuming you are ready with the Azure account, let’s discuss the steps to create the Azure logic app using Azure Portal.
- Login to the Azure Portal.
- Search for ” logic apps” and click on the search result “logic apps”.

3. On the Logic apps window, click on the + Add button.

4. On the create Logic App window and under the Basics tab, provide the below details
- Subscription: Choose a valid subscription that you want to use here.
- Resource Group: Select an existing resource group or if you want you can click on the Create new link to create a new resource group.
- Type: Choose the type. Can be Standard or Consumption.
- Logic App name: Provide an unique name for your logic app.
- Publish: Choose the Publish option.
- Region: Select the region.
Then, click on the Next: Hosting > button to navigate to the Hosting tab.

On the Hosting tab, enter the following details
- Storage type: Choose the storage type as Azure storage.
- Storage account: Choose an existing storage account or you can click on the Create new link to create a new storage account.You can also choose the default option as it is.
- Windows Plan: Choose an existing plan or you can click on the Create new link to create a new windows plan. You can also choose the default option.
- SKU and size: Choose the SKU and size based on your need. You can click on the Change size to change the size.
Click on the Next: Monitoring > button to navigate to the Monitoring tab.

On the monitoring tab, choose the below options
- Enable Application Insights: Select the Yes option. By default it will be selected as Yes.
- Application Insights: Select the existing Application Insights. You can also create a new one by clicking on the Create new link or keep the default option as it is.
Leave the other options as it is and click on the Review + create button.

Now, it will validate all the details and once all the entries are fine. you can able to see the Create button on the next window.
5. Finally, click on the Create button in the next window.
Now, you can able to see the deployment has been completed successfully. Click on the Go to resource button to navigate to the Azure logic app that we have created just now.

Creating a workflow in Azure Logic App
Now, to create a new workflow in the Azure logic apps, On the Azure Logic App page, click on the Workflow option from the left side menu.
Now, to create a new workflow, click on the + Add button as highlighted below.

On the new workflow window, provide a unique name for the workflow and then choose the state type as Stateful or Stateless.
Then, click on the Create button to create the workflow.

You can check out a complete example of the implementation of workflow now.
How to create logic apps custom connector
Well, you have the provision to create Azure logic apps custom connectors based on your requirement. You can follow the below steps to create Azure logic apps custom connectors quickly.
- Log in to the Azure Portal.
- Search for “logic apps custom connector” and click on the search result Logic Apps Custom Connector

3. On the Logic Apps Custom Connector window, click on the + Create button or you can also click on the Create logic apps custom connector button to create the new Logic Apps Custom Connector.

4. On the Create logic apps custom connector window, provide the below details
- Subscription: Select a valid Azure subscription that you want to use here.
- Resource Group: Select an existing resource group or you can click on the Create new link to create a new resource group.
- Custom Connector name: Provide an unique name for the custom connector.
- Region: Select the region.
If you want, you can also associate with the integration service environment. For that you need to provide the below details but these are optional.
Associate with integration service environment: You need to check the check box or select the option. Once you will select this option, the integration service environment option will get enabled.
Integration Service Environment: Select your integration service environment option from the dropdown.
Let the other options as it is in the other tabs, now click on the Review + Create button.

5. Once you will click on the Review + Create button, the system will validate all the details entered by you and once everything is ok, it will enable the Create button on the next window. Finally, click on the Create button to create the logic apps custom connector.
It will take a few seconds and you will see the deployment is complete as shown below. Click on the Go to resource button to navigate to the logic apps custom connector.

You may also like following the below articles
- How To Create Azure Functions In Visual Studio
- How To Create Node.js Azure Functions
- How To Use Automapper In Azure Functions
- Create Azure Function using Visual Studio Code and PowerShell
- How To Find Azure Functions Run Time Version
- Call Azure Function From SharePoint Framework
Wrapping Up
Well, in this article, we have discussed What is Azure logic apps and along with that we have also discussed the below topics.
- Benefits of Azure logic apps
- How to create Azure logic Apps
- What is Azure logic apps
- How to create logic apps custom connector
Hope you have enjoyed this article !!!