2
votes

How can you make an Azure Logic App highly available (HA), specifically across multiple regions?

Say we have two Logic Apps, one in North Europe, one in West Europe, just in case one region dies .... I know unlikely, but ...

So we have ...

I've looked at Traffic Manager, but it only offers ...

  • Cloud Service
  • App Service
  • App Service slot
  • Public IP ... checked this in case it could be the IP of the Logic, but TM only shows App Service's in the subscription
1

1 Answers

2
votes

It is not possible to put Traffic Manager in front of the Logic App URLs as of today (the SSL certificates returned by the Logic Apps service would no longer match, and custom SSL certs are not supported yet).

As an alternative you can put API Management in front of your two Logic Apps. This would enable load balancing and failover between the two Logic Apps. Here are a few good links to learn about setting up Logic Apps + API Management:

Note that Logic Apps have native / built-in support inside the Azure API Management UX.