Will API Management automatically switch over to disaster discovery site that outside of configured region?

tri ho 6 Reputation points
2022-08-25T02:22:50.3+00:00

I have deployed API Management in EU region and what happens when EU region goes down?
Will API Management automatically switch over to disaster discovery site other regions?
Can we control/specify an EU data recovery center?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,261 Reputation points
    2022-08-28T09:18:29.05+00:00

    Hi @tri ho Thanks for reaching out. API Management will not automatically switch over to the disaster recovery site. we have 2 concepts

    1. Multi-region deployment
    2. Disaster recovery

    Multi-region deployment provides high availability/fault tolerance. In this case if the Gateway endpoint goes down in one region the request will be handed by the gateway endpoint in different region, but this is not a DR environment. You should have a separate service for Disaster recovery scenarios, you need to back up the configuration of your APIM instance and restore it to other APIM instance in DR site periodically. Incase if the primary region goes down you need to manually do DNS management to switch to another region.

    please refer for more information: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-disaster-recovery-backup-restore?tabs=powershell
    https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-deploy-multi-region

    let me know incase of further queries, I would be happy to assist you.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


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.