Step by Step Procedure to Export a Microsoft Flow as JSON and Import as Logic App in Azure

Sathish Nadarajan
 
Solution Architect
March 21, 2018
 
Rate this article
 
Views
10033

In this article, let us see how to export a Microsoft flow and import as a Logic App in Azure.

Let us see by step by step.

1. Assume that we have created a Microsoft Flow. The below is a simple flow.

clip_image002

2. On the top right corner, click on the Settings->Export->Logic Apps Template(.json)

clip_image004

3. Download the JSON file in the disk.

clip_image006

4. Login to https://portal.azure.com with valid azure credential. Create a separate Resource Group. (This is not mandatory. But it will be easy for us to cleanup the tenant). I have created a Resource Group called “FlowDemo”

clip_image008

5. Click on Create a resource on the top left hand side.

clip_image010

6. Search for “Template Deployment” on the search box.

clip_image012

7. Click on Create.

clip_image013

8. Click on “Build your own template in the editor”

clip_image015

9. The template will be shown as below.

clip_image017

10. Click on “Load File” and select the json file which we exported from flow.

clip_image019

11. The data from the json will be loaded as below.

clip_image021

12. Click on Save

13. Select the resource group and the name appropriately.

clip_image023

14. Click on the “I agree” on the Terms and conditions as usual without reading the terms and conditions. ( J Just kidding)

15. Click on Purchase.

16. Once the deployment succeeds, we can see the Logic App got created under the resource group “Flow Demo”

clip_image025

17. The flow which we created will imported here with broken connections.

clip_image027

18. We need to establish the connections once again here and the flow is ready to use as a Logic App.

19. After establishing the connections, the Logic App will look as below.

clip_image029

20. Now, save the flow and execute it.

In this article, thus we saw how to export a flow and import as logic app in azure.

 

 

Happy Coding,

Sathish Nadarajan.

Author Info

Sathish Nadarajan
 
Solution Architect
 
Rate this article
 
Sathish is a Microsoft MVP for SharePoint (Office Servers and Services) having 15+ years of experience in Microsoft Technologies. He holds a Masters Degree in Computer Aided Design and Business ...read more
 

Leave a comment