How to take Backup for Standard and Consumption Logic app

AboorvaRaja Ramar 41 Reputation points
2025-03-12T17:27:24.4+00:00

We developed the Logic App directly in the portal, and now we want to back it up to ensure disaster recovery. We have both Consumption and Standard Logic Apps, and we want to automate the backup of all Logic Apps every hour. How can we do this

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Silvia Wibowo 5,441 Reputation points Microsoft Employee
    2025-03-12T19:01:57.4233333+00:00

    Hi @AboorvaRaja Ramar , I understand that you have Consumption and Standard Logic Apps, and you are considering about backup and/or disaster recovery.

    First step is to understand about Reliability of Logic Apps. There are options to run your Logic Apps on multiple Availability Zones or multiple Regions. More info: Multi-region deployments for disaster recovery in Azure Logic Apps.

    The simplest form of backup is to save the JSON from Logic App Code View. Please be cautious that there are components in Logic Apps that you need to recreate because they are not included in the JSON code, for example connectors.

    logic-app-code-view

    Another way is to export template (ARM template or Bicep):logic-app-export-template

    Alternatively, there is an Azure Function created by a community member way to backup Logic App workflows: Backup Logic App Standard workflow definitions via Azure Function

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    0 comments No comments

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.