Table of Contents
In this article, We learn how to create logic apps in Azure. I will show how to do it, and just follow the steps clearly.
Azure?
Azure is a cloud computing platform and an online portal that allows you to access and manage cloud services and resources provided by Microsoft. These services and resources include storing your data and transforming it, depending on your requirements
For more updates please do Subscribe via Email:
Logic Apps
Azure Logic Apps, from Microsoft Azure, is a cloud-based Platform-as-a-Service (PaaS) that is used to automate tasks, workflows, etc. It helps in creating and designing automated workflows that are capable of integrating services, systems, and applications.
Azure Logic Apps is a cloud platform where you can create and run automated workflows with little to no code. By using the visual designer and selecting from prebuilt operations, you can quickly build a workflow that integrates and manages your apps, data, services, and systems.
Azure Logic Apps simplifies the way that you connect legacy, modern, and cutting-edge systems across cloud, on premises, and hybrid environments and provides low-code-no-code tools for you to develop highly scalable integration solutions for your enterprise and business-to-business (B2B) scenarios.
Create Resource Group
- To create Azure Logic Apps , go to https://portal.azure.com/ in your browser. And sign in your account.
- Under home there is a Azure Services and click Create a resource.
- Under create a resource, there is a search bar and search a “logic app”
- And select the first item and hit create to proceed.
- Create a logic app, Follow this to setup your first Logic Apps resource.
- Subscription – Select your subscription where you want to charge the resource you created.
- Resource Group – Select available resource group where you wanted to belong the resource you created. since this is demo so I will create this logic app resource under the Demo-RG. To create a Resource Group you can refer this link here.
- Logic App name – fill in the name of your resource name here. In this demo I named it as “demo-create-logic-app”.
- Region – You can select any location where you wanted to create your resources. In my case I will create this resource under East US region.
- Plan Type – You can choose between this two option. But in my case I will setup this resource as consumption. So it means that I will pay only base on the resource energy consumption.
- Review and Create – Hit this button if you are done filling up all basic setup provided above.
- Review the information here and if good to go then hit create button,
- After hitting the create button you can wait a few seconds to create the resource.
- Your resource is completely created.
Happy Learning..
Thank you for visiting my blog site. Hoping you learn more here. please feel free to comment and suggest if there is need to enhance and update. thank you.
Related Topics
What is Microsoft Power Automate
In this article, I will know what is power automate, And Microsoft Power Automate, formerly known as Microsoft Flow, is a cloud-based service that allows […]
What is Microsoft Power Apps
In this article, I will know what is power apps, And Microsoft Power Apps is a low-code development platform that allows users to easily create […]
What is Microsoft Power Platform
In this article, I will introduce the new technology powered by Microsoft product which is Microsoft Power Platform. Microsoft Power Platform is a line of […]
How to create a personal access token in Azure DevOps
In this article, We learn how to create a Personal Access Token in Azure DevOps. I will show how to do it, and just follow […]
How to save the composed mail into outlook draft using HTTP request in Power Automate
In this article, We learn how to saved the composed mail into outlook draft using HTTP request in Power Automate. I will show how to […]
How to save the composed mail into outlook draft using http request in logic apps
In this article, We learn how to saved the composed mail into outlook draft using HTTP request in Logic Apps. I will show how to […]
How to create logic apps in Azure
In this article, We learn how to create logic apps in Azure. I will show how to do it, and just follow the steps clearly. […]
How to get access token for Azure Management API
Get access token for Azure Management API […]
How to Ingest Data in Azure Kusto Database
In this article, We learn how to Create Table in Azure Kusto Database. I will show how to do it, and just follow the steps […]
How to Create Table in Azure Kusto Database
In this article, We learn how to Create Table in Azure Kusto Database. I will show how to do it, and just follow the steps […]
How to use Web UI in Azure Kusto Database
In this article, We learn how to use Web UI in Azure Kusto Database. I will show how to do it, and just follow the […]
How to get value from local.settings.json in Azure Function App
Get value from local.settings.json in Azure Function App […]
How to implement Azure Function App
Implementation of in Azure Function App […]
UTC to PST conversion with daylight saving time
In this article, We learn how to convert UTC to PST with daylight time saving using azure maps API. I will show you how and […]
Pulling IcM data using kusto query in C#
In this article, We learn about IcM and kusto. I will try to discuss further as much as I can, and just follow clearly. For […]
Join table in Kusto Query Language (KQL)
In this article, We learn how to join two or more tables in Kusto Query Language (KQL). I will show how to do it, and […]
Kusto Query Language (KQL)
In this article, We learn about Kusto Query Language (KQL), I will explain furthered and detailed as I can. Just follow and read clearly about […]
Create Function App Project
In this article, We learn how to create Function App (FA) project in Visual Studio. I will show how to do it, and just follow […]
Create Resource Group in Azure
Create Resource Group in Azure. […]
Azure Active Directory get access token using Postman
In this article, We learn how to get access token in AAD using Postman. I will show how to do it, and just follow the […]
One Reply to “How to create logic apps in Azure”