Open In App

Design Azure Logic App Template From Azure Portal

Last Updated : 30 Mar, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Pre-requisite: Azure

This article will show you how to create an Azure Logic App ARM Template for automation from Azure Portal in simple, easy steps. You can follow this process to automate azure logic app provisioning using a template in azure. The main purpose of this is to create a reusable JSON template and to make use of this in azure pipelines or as a custom script template.

Step to Create a Logic App Template

Step 1: Log in to Azure Portal 

Step 2: Access the Azure Logic Apps from a global search.

Step 3: Click on create a Logic App >> Provide Basic Details for automation template to your team members.

Subscription: <Active Subscription>
Resource Group: <se existing or create new>
Logic App Name: <add the unique name of Logic App>
Region: <add your desired deployment region>
Enable log Analytics: No (Not Important)
Plan Type: Standard/Consumption based on business requirements.
Zone redundancy: Enabled
logic app config

 

Step 4: Click on Next and move to Tags Tab >> Now add the required tags of your choice for your logic app automation template.

tags of app

 

Step 5: Verify the details and click on Download a template for automation

review logic app

 

Step 6: Preview the Logic App Template for automation >> Click on Download to save the ARM Template locally.

download template

 

Create a Logic App from the Downloaded Template

Step 1: Search for Deploy a custom template and select the service from azure global search >> click on Build your own template in the editor.

custom deployment

 

Step 2: Now the load downloaded template.json from the previous steps and click on save.

edit template

 

Step 3: Add the new basic Logic App details and click on review and create.

create deployment

 

This is how you can make use of the automation template. You can use the same JSON template to use the default setup for the logic app every time.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads