Skip to content

Commit 7bd8f2c

Browse files
committed
stv2.1
1 parent ddb72ab commit 7bd8f2c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

articles/api-management/compute-infrastructure.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The following table summarizes the compute platforms currently used for instance
2222

2323
| Version | Description | Architecture | Tiers |
2424
| -------| ----------| ----------- | ---- |
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> |
2626
| `stv1` | Single-tenant v1 | Azure-allocated compute infrastructure | Developer, Basic, Standard, Premium |
2727
| `mtv1` | Multi-tenant v1 | Shared infrastructure that supports native autoscaling and scaling down to zero in times of no traffic | Consumption |
2828

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.
3030

3131
> [!NOTE]
3232
> 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
5252
* [Private endpoints](private-endpoint.md)
5353
* [Protection with Azure DDoS](protect-with-ddos-protection.md)
5454

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.
5657

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:
6059

6160
* Increased performance per API Management scale unit, at no additional cost
6261
* Increased unit capacity, as measured by the capacity metric
6362
* Reduced times to provision and scale out instances
6463

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`.
6665

6766
## How do I migrate to the `stv2` platform?
6867

articles/api-management/migrate-stv1-to-stv2.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Follow the steps in this article to migrate your Azure API Manageme
55
author: dlepow
66
ms.service: api-management
77
ms.topic: how-to
8-
ms.date: 02/01/2023
8+
ms.date: 03/09/2023
99
ms.author: danlep
1010

1111
---
@@ -18,12 +18,15 @@ You can migrate an API Management instance hosted on the `stv1` compute platform
1818

1919
* **VNet-injected API Management instance** - Update the VNet connection, or enable zone redundancy
2020

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).
2222

2323
> [!IMPORTANT]
2424
> * Migration is a long-running operation and could take several minutes to complete. Your instance will experience downtime during the migration.
2525
> * Migration to `stv2` is not reversible.
2626
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.
29+
2730
[!INCLUDE [api-management-availability-premium-dev-standard-basic](../../includes/api-management-availability-premium-dev-standard-basic.md)]
2831

2932
## Prerequisites
@@ -34,7 +37,7 @@ For more information about the `stv1` and `stv2` platforms, see [Compute platfor
3437

3538
## Scenario 1: Migrate API Management instance, not injected in a VNet
3639

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.
3841

3942
> [!NOTE]
4043
> The Migrate to `stv2` REST API is available starting in API Management REST API version `2022-04-01-preview`.

0 commit comments

Comments
 (0)