Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.39 KB

api-management-howto-migrate.md

File metadata and controls

45 lines (34 loc) · 2.39 KB
title description services documentationcenter author manager editor ms.service ms.workload ms.tgt_pltfrm ms.topic ms.date ms.author
How to migrate Azure API Management across regions
Learn how to migrate an API Management instance from one region to another.
api-management
miaojiang
erikre
api-management
mobile
na
article
08/26/2019
apimpm

How to migrate Azure API Management across regions

To migrate API Management instances from one Azure region to another, you can use the backup and restore feature. You should choose the same API Management pricing tier in the source and target regions.

Note

Backup and restore won't work while migrating between different cloud types. For that, you'll need to export the resource as a template. Then, adapt the exported template for the target Azure region and re-create the resource.

Option 1: Use a different API Management instance name

  1. In the target region, create a new API Management instance with the same pricing tier as the source API Management instance. The new instance should have a different name.
  2. Backup existing API Management instance to a storage account.
  3. Restore the backup created in Step 2 to the new API Management instance created in the new region in Step 1.
  4. If you have a custom domain pointing to the source region API Management instance, update the custom domain CNAME to point to the new API Management instance.

Option 2: Use the same API Management instance name

Note

This option will result in downtime during the migration.

  1. Back up the API Management instance in the source region to a storage account.
  2. Delete the API Management in the source region.
  3. Create a new API Management instance in the target region with the same name as the one in the source region.
  4. Restore the backup created in Step 1 to the new API Management instance in the target region.

Next steps