@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.