How to download Logic App artifacts from Azure portal for local deployment?

Mukesh Kumar 0 Reputation points
2024-09-06T09:14:28.2333333+00:00

I am trying to create an Azure DevOps for a Logic App but can't find documentation on how to download the artifacts from the Azure portal to automate the deployment from my local machine. I've referred to this article and followed the suggested folder structure, but I can't figure out how to get the artifacts from the Logic App in the Azure portal. Can someone please help me out? Thank you.

  • Mukesh Kumar
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,211 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,636 Reputation points Microsoft Employee
    2024-09-09T12:39:07.3366667+00:00

    Hi @Mukesh Kumar

    I went through a similar situation recently. It isn't straight forward for getting the logic app out of the portal. But they way to do is viewing the workflow.json. By selecting Logic app code view in the portal will reveal this json. You can copy and paste that json into your empty file.

    This should help get you started but as for creating the other project files, you will end up having to recreate those on your own.


    EDIT 24 September 2024

    For Standard Logic Apps, it is possible to download the logic app flow. There's a Download app content button in the portal that will produce a zip package of all workflows and host files.

    User's image

    This button is located next to the Delete button on the tool bar.For Consumption base Logic Apps, the appropriate step is to use the Export template under Automation.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.