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.
Another way is to export template (ARM template or Bicep):
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.