Skip to content

Commit 214a313

Browse files
author
Jill Grant
authored
Merge pull request #270581 from dlepow/gws
[APIM][release-ga-apim-v2-tiers] Gateway support
2 parents 5774a39 + 61dc974 commit 214a313

16 files changed

+200
-174
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
href: api-management-key-concepts.md
1313
- name: API Management features availability
1414
href: api-management-features.md
15+
- name: API Management gateways
16+
href: api-management-gateways-overview.md
1517
- name: v2 service tiers
1618
href: v2-service-tiers-overview.md
1719
- name: Terminology
@@ -281,8 +283,6 @@
281283
href: configure-graphql-resolver.md
282284
- name: Manage APIs on-premises and in other clouds
283285
items:
284-
- name: API Management gateway overview
285-
href: api-management-gateways-overview.md
286286
- name: Self-hosted gateway overview
287287
href: self-hosted-gateway-overview.md
288288
- name: Deploy the gateway

articles/api-management/api-management-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: danlep
1414

1515
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1616

17-
Each API Management [pricing tier](https://aka.ms/apimpricing) offers a distinct set of features and per unit [capacity](api-management-capacity.md). The following table summarizes the key features available in each of the tiers. Some features might work differently or have different capabilities depending on the tier. In such cases the differences are called out in the documentation articles describing these individual features.
17+
Each API Management [pricing tier](api-management-key-concepts.md#api-management-tiers) offers a distinct set of features and per unit [capacity](api-management-capacity.md). The following table summarizes the key features available in each of the tiers. Some features might work differently or have different capabilities depending on the tier. In such cases the differences are called out in the documentation articles describing these individual features.
1818

1919
> [!IMPORTANT]
2020
> * The Developer tier is for non-production use cases and evaluations. It doesn't offer SLA.
@@ -53,4 +53,4 @@ Each API Management [pricing tier](https://aka.ms/apimpricing) offers a distinct
5353
<sup>1</sup> Enables the use of Microsoft Entra ID (and Azure AD B2C) as an identity provider for user sign in on the developer portal.<br/>
5454
<sup>2</sup> Including related functionality such as users, groups, issues, applications, and email templates and notifications.<br/>
5555
<sup>3</sup> See [Gateway overview](api-management-gateways-overview.md#feature-comparison-managed-versus-self-hosted-gateways) for a feature comparison of managed versus self-hosted gateways. In the Developer tier self-hosted gateways are limited to a single gateway node. <br/>
56-
<sup>4</sup> See [Gateway overview](api-management-gateways-overview.md#policies) for differences in policy support in the dedicated, consumption, and self-hosted gateways. <br/>
56+
<sup>4</sup> See [Gateway overview](api-management-gateways-overview.md#policies) for differences in policy support in the classic, v2, consumption, and self-hosted gateways. <br/>

articles/api-management/api-management-gateways-overview.md

Lines changed: 76 additions & 61 deletions
Large diffs are not rendered by default.

articles/api-management/api-management-key-concepts.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: overview
9-
ms.date: 12/13/2023
9+
ms.date: 03/28/2024
1010
ms.author: danlep
1111
ms.custom: mvc
1212
---
@@ -47,7 +47,7 @@ Common scenarios include:
4747

4848
## API Management components
4949

50-
Azure API Management is made up of an API *gateway*, a *management plane*, and a *developer portal*. These components are Azure-hosted and fully managed by default. API Management is available in various [tiers](api-management-features.md) differing in capacity and features.
50+
Azure API Management is made up of an API *gateway*, a *management plane*, and a *developer portal*. These components are Azure-hosted and fully managed by default. API Management is available in various [tiers](#api-management-tiers) differing in capacity and features.
5151

5252
:::image type="content" source="media/api-management-key-concepts-experiment/api-management-components.png" alt-text="Diagram showing key components of Azure API Management.":::
5353

@@ -100,6 +100,19 @@ Using the developer portal, developers can:
100100
* Download API definitions
101101
* Manage API keys
102102

103+
## API Management tiers
104+
105+
API Management is offered in a variety of pricing tiers to meet the needs of different customers. Each tier offers a distinct combination of features, performance, capacity limits, scalability, SLA, and pricing for different scenarios. The tiers are grouped as follows:
106+
107+
* **Classic** - The original API Management offering, including the Developer, Basic, Standard, and Premium tiers. The Premium tier is designed for enterprises requiring access to private backends, enhanced security features, multi-region deployments, availability zones, and high scalability. The Developer tier is an economical option for non-production use, while the Basic, Standard, and Premium tiers are production-ready tiers.
108+
* **V2** - A new set of tiers that offer fast provisioning and scaling, including Basic v2 for development and testing, and Standard v2 for production workloads. Standard v2 supports simplified connection to network-isolated backends.
109+
* **Consumption** - The Consumption tier is a serverless gateway for managing APIs that scales based on demand and billed per execution. It is designed for applications with serverless compute, microservices-based architectures, and those with variable traffic patterns.
110+
111+
**More information**:
112+
* [Feature-based comparison of the Azure API Management tiers](api-management-features.md)
113+
* [V2 service tiers](v2-service-tiers-overview.md)
114+
* [API Management pricing](https://azure.microsoft.com/pricing/details/api-management/)
115+
103116
## Integration with Azure services
104117

105118
API Management integrates with many complementary Azure services to create enterprise solutions, including:
@@ -117,7 +130,6 @@ API Management integrates with many complementary Azure services to create enter
117130
* [Basic enterprise integration](/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
118131
* [Landing zone accelerator](/azure/cloud-adoption-framework/scenarios/app-platform/api-management/landing-zone-accelerator?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
119132

120-
121133
## Key concepts
122134

123135
### APIs

0 commit comments

Comments
 (0)