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-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ ms.service: api-management
6
6
ms.topic: conceptual
7
7
ms.date: 04/17/2023
8
8
ms.author: danlep
9
-
ms.custom:
9
+
ms.custom:
10
10
---
11
+
11
12
# Compute platform for Azure API Management
12
13
13
14
As a cloud platform-as-a-service (PaaS), Azure API Management abstracts many details of the infrastructure used to host and run your service. You can create, manage, and scale most aspects of your API Management instance without needing to know about its underlying resources.
@@ -22,11 +23,12 @@ The following table summarizes the compute platforms currently used for instance
22
23
23
24
| Version | Description | Architecture | Tiers |
24
25
| -------| ----------| ----------- | ---- |
25
-
|`stv2`| Single-tenant v2 | Azure-allocated compute infrastructure that supports added resiliency and security features. See [What are the benefits of the `stv2` platform?](#what-are-the-benefits-of-the-stv2-platform) in this article. | Developer, Basic, Standard, Premium<sup>1</sup> |
|`stv2`or `stv2.1`<sup>1</sup>| Single-tenant v2 | Azure-allocated compute infrastructure that supports added resiliency and security features. See [What are the benefits of the `stv2` platform?](#what-are-the-benefits-of-the-stv2-platform) in this article. | Developer, Basic, Standard, Premium<sup>2</sup> |
|`mtv1`| Multi-tenant v1 | Shared infrastructure that supports native autoscaling and scaling down to zero in times of no traffic | Consumption |
28
29
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.
30
+
<sup>1</sup> `stv2.1` infrastructure provides higher performing CPU, increased RAM, and greater API Management capacity. Instances hosted on `stv2` platform may migrate automatically to `stv2.1` based on regional infrastructure availability. Customers cannot initiate migration from `stv2` to `stv2.1`.<br/>
31
+
<sup>2</sup> Newly created instances in these tiers and some existing instances in Developer and Premium tiers configured with virtual networks or availability zones.
30
32
31
33
> [!NOTE]
32
34
> 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.
@@ -66,3 +68,4 @@ Migration steps depend on features enabled in your API Management instance. If t
66
68
67
69
*[Migrate an API Management instance to the stv2 platform](migrate-stv1-to-stv2.md).
68
70
* Learn more about [upcoming breaking changes](breaking-changes/overview.md) in API Management.
0 commit comments