Need clarifications on API management STV1 migration

Pardeep 60 Reputation points
2024-03-05T16:36:35.5433333+00:00

Required some clarifications upon migration from Stv1 to Stv2 platform version(API management service).

  1. By using old subnet we can migrate the process? or definitely need to change the new subnet?
  2. In my case we are using Vnet injected(Internal) API Management instance, so is there any other possibilities ways to migrate apart from Azure portal like by using Iac?
  3. To backup the API management service as per MS doc recommended to do via PS scripts and rest API, is there any possible with Iac?
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,752 questions
{count} votes

Accepted answer
  1. Grmacjon-MSFT 16,011 Reputation points
    2024-03-05T19:11:35.2466667+00:00

    Hello @Pardeep the answer to your questions can be found in this Azure doc: Migrate an API Management instance hosted on the stv1 platform to stv2

    Here are some points to bring some clarification to your questions:

    1. To answer your first question, yes migration with the existing subnet (Internal VNet) is possible. You can migrate your API Management instance from Stv1 to Stv2 while keeping the same internal VNet subnet. This option is available through both the Azure portal and Infrastructure as Code (IaC).
    2. You can definitely use IaC tools like Azure Resource Manager (ARM) templates or Bicep to automate the migration process. This approach offers greater flexibility and repeatability compared to the Azure portal. While not strictly required, enabling zone redundancy for your existing API Management service will automatically migrate it to Stv2 and place it in availability zones. This can be done through the Azure portal or IaC as well.
    3. Backing up your API Management service using IaC is currently not possible**.** Like you stated the Azure docs recommends using PowerShell scripts or the REST API for backups. However, you can leverage IaC tools to manage the deployment and configuration of your API Management instance after the migration is complete.

    Lastly, we highly recommend for you to migrate your Stv1 API Management instances to Stv2 before August 31, 2024, as Stv1 support will be retired after that date.

    Please let us know if you have further questions.

    -Grace

    0 comments No comments

0 additional answers

Sort by: Most helpful