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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ The following table summarizes the compute platforms currently used for instance
22
22
23
23
| Version | Description | Architecture | Tiers |
24
24
| -------| ----------| ----------- | ---- |
25
-
|`stv2`| Single-tenant v2 | Azure-allocated compute infrastructure that supports availability zones, private endpoints, increased unit performance (see [What are the benefits of the `stv2` platform](#what-are-the-benefits-of-the-stv2-platform)) | Developer, Basic, Standard, Premium<sup>1</sup> |
25
+
|`stv2`, `stv2.1`| Single-tenant v2 | Azure-allocated VM infrastructure that supports availability zones, private endpoints<br/><br/>`stv2.1` provides upgraded VM infrastructure with greater unit performance<br/><br/>See [What are the benefits of the `stv2` platform?](#what-are-the-benefits-of-the-stv2-platform)| Developer, Basic, Standard, Premium<sup>1</sup> |
|`mtv1`| Multi-tenant v1 | Shared infrastructure that supports native autoscaling and scaling down to zero in times of no traffic | Consumption |
28
28
29
-
<sup>1</sup> Newly created instances in these tiers and some existing instances in Developer and Premium tiers configured with virtual networks or availability zones.
29
+
<sup>1</sup> Newly created instances in these tiers and some existing instances in Developer and Premium tiers configured with virtual networks or availability zones. Hosting on higher performance `stv2.1` platform is provided subject to regional availability and capacity.
30
30
31
31
> [!NOTE]
32
32
> Currently, the `stv2` platform isn't available in the US Government cloud or in the following Azure regions: China East, China East 2, China North, China North 2.
@@ -52,17 +52,16 @@ The `stv2` platform infrastructure supports several resiliency and security feat
52
52
*[Private endpoints](private-endpoint.md)
53
53
*[Protection with Azure DDoS](protect-with-ddos-protection.md)
54
54
55
-
### Improved compute infrastructure (`stv2.1`)
55
+
### Additional benefits of `stv2.1` platform
56
+
Starting in March 2023, API Management is introducing the `stv2.1` platform with the capabilities of the `stv2` platform along with upgraded CPU and memory resources.
56
57
57
-
API Management instances hosted on the `stv2` platform are eligible for transparent migration to updated API Management hosting infrastructure with improved CPU and memory resources. Starting in March 2023, API Management instances on the `stv2` platform will be automatically updated, with zero downtime, to the higher performing `stv2.1` infrastructure over time, subject to available platform capacity in the Azure regions.
58
-
59
-
This update will provide several benefits to API Management customers:
58
+
This compute upgrade in `stv2.1` provides several benefits to API Management customers:
60
59
61
60
* Increased performance per API Management scale unit, at no additional cost
62
61
* Increased unit capacity, as measured by the capacity metric
63
62
* Reduced times to provision and scale out instances
64
63
65
-
The update from `stv2` to `stv2.1` is managed entirely by the API Management service and requires no customer action. Instances that are updated will show a `platformVersion` value of `stv2.1`.
64
+
The `stv2.1`infrastructure is being introduced over time to Azure regions and is provided to customers based on available capacity. Instances that are updated will show a `platformVersion` value of `stv2.1`.
Copy file name to clipboardExpand all lines: articles/api-management/migrate-stv1-to-stv2.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Follow the steps in this article to migrate your Azure API Manageme
5
5
author: dlepow
6
6
ms.service: api-management
7
7
ms.topic: how-to
8
-
ms.date: 02/01/2023
8
+
ms.date: 03/09/2023
9
9
ms.author: danlep
10
10
11
11
---
@@ -18,12 +18,15 @@ You can migrate an API Management instance hosted on the `stv1` compute platform
18
18
19
19
***VNet-injected API Management instance** - Update the VNet connection, or enable zone redundancy
20
20
21
-
For more information about the `stv1` and `stv2` platforms, see [Compute platform for API Management](compute-infrastructure.md).
21
+
For more information about the `stv1` and `stv2` platforms and the benefits of using the `stv2` platform, see [Compute platform for API Management](compute-infrastructure.md).
22
22
23
23
> [!IMPORTANT]
24
24
> * Migration is a long-running operation and could take several minutes to complete. Your instance will experience downtime during the migration.
25
25
> * Migration to `stv2` is not reversible.
26
26
27
+
> [!IMPORTANT]
28
+
> 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.
@@ -34,7 +37,7 @@ For more information about the `stv1` and `stv2` platforms, see [Compute platfor
34
37
35
38
## Scenario 1: Migrate API Management instance, not injected in a VNet
36
39
37
-
For an API Management instance that's not deployed in a VNet, run the following Azure CLI commands to invoke the Migrate to `stv2` REST API. Where indicated, set variables with the name of your API Management instance and the name of the resource group in which it was created.
40
+
For an API Management instance that's not deployed in a VNet, invoke the Migrate to `stv2` REST API. For example, run the following Azure CLI commands, setting variables where indicated with the name of your API Management instance and the name of the resource group in which it was created.
38
41
39
42
> [!NOTE]
40
43
> The Migrate to `stv2` REST API is available starting in API Management REST API version `2022-04-01-preview`.
0 commit comments