You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/compute-infrastructure.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about the compute platform used to host your API Management s
4
4
author: dlepow
5
5
ms.service: api-management
6
6
ms.topic: conceptual
7
-
ms.date: 01/20/2023
7
+
ms.date: 02/01/2023
8
8
ms.author: danlep
9
9
ms.custom:
10
10
---
@@ -33,32 +33,28 @@ The following table summarizes the compute platforms currently used for instance
33
33
34
34
## How do I know which platform hosts my API Management instance?
35
35
36
-
Starting with API version `2021-04-01-preview`, the API Management instance exposes a read-only `platformVersion` property that shows this platform information.
36
+
Starting with API version `2021-04-01-preview`, the API Management instance exposes a read-only `platformVersion` property with this platform information.
37
37
38
-
You can find this information using the portal or the API Management [REST API](/rest/api/apimanagement/current-ga/api-management-service/get).
38
+
You can find the platform version of your instance using the portal, the API Management [REST API](/rest/api/apimanagement/current-ga/api-management-service/get), or other Azure tools.
39
39
40
-
To find the `platformVersion` property in the portal:
40
+
To find the platform version in the portal:
41
41
42
42
1. Go to your API Management instance.
43
-
1. On the **Overview** page, select **JSON view**.
44
-
1. In **API version**, select a current version such as `2021-08-01` or later.
45
-
1. In the JSON view, scroll down to find the `platformVersion` property.
43
+
1. On the **Overview** page, the **Platform Version** is displayed.
46
44
47
-
:::image type="content" source="media/compute-infrastructure/platformversion-property.png" alt-text="platformVersion property in JSON view":::
45
+
:::image type="content" source="media/compute-infrastructure/platformversion-property.png" alt-text="Screenshot of the API Management platform version in the portal.":::
48
46
49
47
## How do I migrate to the `stv2` platform?
50
48
51
49
> [!IMPORTANT]
52
50
> Support for API Management instances hosted on the `stv1` platform will be [retired by 31 August 2024](breaking-changes/stv1-platform-retirement-august-2024.md). To ensure proper operation of your API Management instance, you should migrate any instance hosted on the `stv1` platform to `stv2` before that date.
53
51
54
-
To migrate an instance from the `stv1` platform to `stv2`:
52
+
Migration steps depend on features enabled in your API Management instance. For details, see the [migration guidance](migrate-stv1-to-stv2.md):
55
53
56
54
***Non-VNet-injected API Management instance** - Use the [Migrate to stv2](/rest/api/apimanagement/current-preview/api-management-service/migratetostv2) REST API
57
55
58
56
***VNet-injected API Management instance** - Update the VNet connection, or enable zone redundancy
59
57
60
-
For details, see the [migration guidance](migrate-stv1-to-stv2.md).
61
-
62
58
## Next steps
63
59
64
60
* Learn more about using a [virtual network](virtual-network-concepts.md) with API Management.
Copy file name to clipboardExpand all lines: articles/api-management/migrate-stv1-to-stv2.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
---
2
2
title: Migrate Azure API Management instance to stv2 platform | Microsoft Docs
3
-
description: Follow the steps in this article to migrate your Azure API Management instance automatically from the stv1 compute platform to the stv2 compute platform. Migration steps depend on whether the instance is deployed (injected) in a VNet.
3
+
description: Follow the steps in this article to migrate your Azure API Management instance from the stv1 compute platform to the stv2 compute platform. Migration steps depend on whether the instance is deployed (injected) in a VNet.
4
4
5
5
author: dlepow
6
6
ms.service: api-management
7
-
ms.custom:
8
7
ms.topic: how-to
9
-
ms.date: 01/20/2023
8
+
ms.date: 02/01/2023
10
9
ms.author: danlep
11
10
12
11
---
13
12
14
13
# Migrate an API Management instance hosted on the stv1 platform to stv2
15
14
16
-
An API Management instance hosted on the `stv1` compute platform can be migrated to the `stv2` platform. Migration steps depend on whether or not your API Management is currently deployed (injected) in an [external](api-management-using-with-vnet.md) or [internal](api-management-using-with-internal-vnet.md) VNet.
15
+
You can migrate an API Management instance hosted on the `stv1` compute platform to the `stv2` platform. This article provides migration steps for two scenarios, depending on whether or not your API Management instance is currently deployed (injected) in an [external](api-management-using-with-vnet.md) or [internal](api-management-using-with-internal-vnet.md) VNet.
17
16
18
17
***Non-VNet-injected API Management instance** - Use the [Migrate to stv2](/rest/api/apimanagement/current-preview/api-management-service/migratetostv2) REST API
19
18
@@ -74,7 +73,8 @@ Trigger migration of a network-injected API Management instance to the `stv2` pl
74
73
75
74
* A new or existing Standard SKU [public IPv4 address](../virtual-network/ip-services/public-ip-addresses.md#sku) resource in the same region and subscription as your API Management instance.
76
75
77
-
For more information, see [Prerequisites for network connections](api-management-using-with-vnet.md#prerequisites).
76
+
For details, see [Prerequisites for network connections](api-management-using-with-vnet.md#prerequisites).
77
+
78
78
#### Update VNet configuration
79
79
80
80
To update the existing external or internal VNet configuration:
@@ -95,7 +95,7 @@ The virtual network configuration is updated, and the instance is migrated to th
95
95
96
96
## Verify migration
97
97
98
-
To verify that the migration was successful, check the [`platformVersion` property](compute-infrastructure.md#how-do-i-know-which-platform-hosts-my-api-management-instance) of your API Management instance. After successful migration, the value is `stv2`.
98
+
To verify that the migration was successful, check the [platform version](compute-infrastructure.md#how-do-i-know-which-platform-hosts-my-api-management-instance) of your API Management instance. After successful migration, the value is `stv2`.
0 commit comments