How can we setup DR(Active-Active) for Azure APIM for the below requirement

Guntreddi KiranKumar 21 Reputation points
2024-09-18T16:58:57.72+00:00

Hello Team,

I followed the Microsoft Document https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-integrate-internal-vnet-appgateway#scenario and I have implemented same architecture. I have internal customers and External customers, so it is 100% suitable for my requirement. But at the same time I am planning to setup DR (Active-Active) for the same Architecture which is shown in diagram from doc. Kindly help me with this.

Thanks in advance!

I look forward hearing from you!

Regards,
KiranKumar Guntreddi.

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

Accepted answer
  1. JananiRamesh-MSFT 27,181 Reputation points
    2024-09-19T03:58:58.0866667+00:00

    @Guntreddi KiranKumar Thanks for reaching out. Setting up a DR (Active-Active) involves various steps as below

    Deploy your APIM instance with APP gateway in the primary region as per your current setup.

    Deploy another APIM instance with App gateway in a secondary region. Ensure it mirrors the configuration of the primary instance.

    Configure Traffic Manager to route traffic to the primary or secondary API Management instance based on the health of the instances.

    Configure DNS to point to the Traffic Manager endpoint.

    Flow would be Users -> Traffic manager -> app gateway -> APIM.

    Please note that this is a high-level overview and there may be additional steps required depending on your specific requirements. It is recommended to seek assistance from Azure support if needed.


0 additional answers

Sort by: Most helpful

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.