From the course: Azure Logic Apps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Plan for high availability

Plan for high availability - Azure Tutorial

From the course: Azure Logic Apps

Start my 1-month free trial

Plan for high availability

- [Narrator] The next tip that we want to talk about pertains to high availability. Here, you can take advantage of good DevOps practices. In fact, we saw an example of this earlier in this course where we took a template associated to the Logic App and used that to deploy another instance of a Logic App. So if you follow good DevOps practices, you can take an instance of a Logic App and move it to another region should you run into availability challenges. The other approach you have to design for high availability is to load balance across more than one instance of a Logic App. So you may want to have two instances running in two different regions, and you can have a couple of configurations there. You can have both instances as active or you can have one instance as the primary and the second instance as a secondary which is ready to take over if the primary runs into some availability challenges. Keep in mind that when…

Contents