Is there anyway to import and export APIM instance?

sandhya 1 Reputation point
2020-08-20T10:02:47.98+00:00

We have APIM instance with 60+ API and 100+ Named values. We need to replication this or import to another instance. Is there any way to achieve?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,913 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,946 Reputation points
    2020-08-20T12:30:09.367+00:00

    Hi @sandhya

    You can refer to backup and restore operation which will replicate the same APIM instance.

    18889-image.png

    Powershell commands:
    https://video2.skills-academy.com/en-us/powershell/module/az.apimanagement/backup-azapimanagement
    https://video2.skills-academy.com/en-us/powershell/module/az.ApiManagement/Restore-AzApiManagement

    Note:
    This feature is available in the Premium, Standard, Basic and Developer tiers of API Management.
    The SKU of the service being restored into must match the SKU of the backed-up service being restored.
    Changes made to the service configuration (for example, APIs, policies, developer portal appearance) while restore operation is in progress could be overwritten.

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

    1 person found this answer helpful.
    0 comments No comments