Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 4.89 KB

File metadata and controls

75 lines (45 loc) · 4.89 KB
title Protect logic apps from zonal failures
description Set up availability zone support for logic apps with zone redundancy for business continuity and disaster recovery.
services logic-apps
ms.suite integration
ms.reviewer estfan, shahparth, laveeshb, azla
ms.topic how-to
ms.date 12/18/2024
ms.custom references_regions

Enable zone-redundancy for your logic app

[!INCLUDE logic-apps-sku-consumption-standard]

[!INCLUDE reliability-az-description]

For scenarios where you need high reliability for your logic app workflows, you can set up zone redundancy with availability zones within an Azure region. Azure Logic Apps can then distribute logic app workloads across all the availability zones within a region. This capability protects your apps and their information from datacenter failures within a region.

This guide shows how to enable zone redundancy for your logic apps.

Prerequisites

Limitations

With HTTP-based actions, certificates exported or created with AES256 encryption won't work when used for client certificate authentication. The same certificates also won't work when used for OAuth authentication.

Set up zone redundancy for your logic app

For Consumption logic apps, zone redundancy is automatically enabled. You don't need to take any additional steps to enable zone redundancy for Consumption logic apps.

For Standard logic apps only, follow these steps:

  1. In the Azure portal, start creating a logic app.

  2. On the Create Logic App page, select Workflow Service Plan or App Service Environment V3, based on the hosting option you want to use.

    :::image type="content" source="media/set-up-zone-redundancy-availability-zones/select-standard-plan.png" alt-text="Screenshot shows Azure portal, Create Logic App page, Standard plan types." lightbox="media/set-up-zone-redundancy-availability-zones/select-standard-plan.png":::

    For a tutorial, see Create Standard logic app workflows with single-tenant Azure Logic Apps in the Azure portal.

  3. Under Zone redundancy, select Enabled.

    At this point, your logic app creation experience appears similar to this example:

    :::image type="content" source="media/set-up-zone-redundancy-availability-zones/enable-zone-redundancy-standard.png" alt-text="Screenshot shows Azure portal, Create Logic App page, Standard logic app details, and the Enabled option selected under Zone redundancy." lightbox="media/set-up-zone-redundancy-availability-zones/enable-zone-redundancy-standard.png":::

    [!NOTE]

    The Zone redundancy options appear unavailable if you select an unsupported Azure region or an existing Windows plan that was created in an unsupported Azure region. Make sure to select a supported Azure region and a Windows plan that was created in a supported Azure region, or create a new Windows plan.

  4. Finish creating your logic app workflow.

  5. If you use a firewall and haven't set up access for traffic through the required IP addresses, make sure to complete that requirement.

Related content