Skip to content

Commit 076cb12

Browse files
Merge pull request #290434 from dlepow/lastfix
[APIM][release-preview-apim-premv2] Pre-release updates
2 parents 0b05304 + 8da2748 commit 076cb12

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Using the developer portal, developers can:
105105
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:
106106

107107
* **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 and Premium v2 for production workloads. Standard v2 supports simplified connection to network-isolated backends. Premium v2 supports full virtual network isolation and scaling for high volume workloads.
108+
* **V2** - A new set of tiers that offer fast provisioning and scaling, including Basic v2 for development and testing, and Standard v2 and Premium v2 for production workloads. Standard v2 and Premium v2 support virtual network integration for simplified connection to network-isolated backends. Premium v2 also supports virtual network injection for full isolation of network traffic to and from the gateway.
109109
* **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.
110110

111111
**More information**:

articles/api-management/api-management-region-availability.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ Information in the following table is updated regularly. Capacity availability i
3030
| Australia Southeast ||| | |
3131
| Brazil South ||| | |
3232
| Central India ||| | |
33-
| Central US | | || |
3433
| East Asia ||| ||
3534
| East US ||| | |
36-
| East US 2 ||| ||
35+
| East US 2 ||| ||
3736
| France Central ||| ||
3837
| Germany West Central |||||
3938
| Japan East ||| ||

articles/api-management/inject-vnet-v2.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.author: danlep
66
ms.service: azure-api-management
77
ms.topic: how-to
8-
ms.date: 10/16/2024
8+
ms.date: 11/18/2024
99
---
1010

1111
# Inject an Azure API Management instance in a private virtual network - Premium v2 tier
@@ -52,6 +52,10 @@ If you want to enable *public* inbound access to an API Management instance in t
5252
* Minimum: /27 (32 addresses)
5353
* Recommended: /24 (256 addresses) - to accommodate scaling of API Management instance
5454

55+
### Network security group
56+
57+
A network security group must be associated with the subnet.
58+
5559
### Subnet delegation
5660

5761
The subnet needs to be delegated to the **Microsoft.Web/hostingEnvironments** service.
@@ -92,7 +96,7 @@ When you [create](get-started-create-service-instance.md) a Premium v2 instance
9296

9397
When a Premium v2 API Management instance is injected in a virtual network, you have to manage your own DNS to enable inbound access to API Management.
9498

95-
We recommend:
99+
While you have the option to use your own custom DNS server, we recommend:
96100

97101
1. Configure an Azure [DNS private zone](../dns/private-dns-overview.md).
98102
1. Link the Azure DNS private zone to the virtual network.

articles/api-management/integrate-vnet-outbound.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.author: danlep
66
ms.service: azure-api-management
77
ms.topic: how-to
8-
ms.date: 10/16/2024
8+
ms.date: 11/18/2024
99
---
1010

1111
# Integrate an Azure API Management instance with a private virtual network for outbound connections
@@ -46,6 +46,10 @@ If you want to inject a Premium v2 API Management instance into a virtual networ
4646
* Minimum: /27 (32 addresses)
4747
* Recommended: /24 (256 addresses) - to accommodate scaling of API Management instance
4848

49+
### Network security group
50+
51+
A network security group must be associated with the subnet.
52+
4953
### Subnet delegation
5054

5155
The subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.

articles/api-management/v2-service-tiers-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following v2 tier is in preview:
3636

3737
* **Simplified networking** - The Standard v2 and Premium v2 tiers provide [networking options](#networking-options) to isolate API Management's inbound and outbound traffic.
3838

39-
* **More options for production workloads** - The v2 tiers are all supported with an SLA. Upgrade from Basic v2 to Standard v2 to Premium v2 to add more production options.
39+
* **More options for production workloads** - The v2 tiers are all supported with an SLA.
4040

4141
* **Developer portal options** - Enable the [developer portal](api-management-howto-developer-portal.md) when you're ready to let API consumers discover your APIs.
4242

@@ -49,9 +49,9 @@ The latest capabilities of the v2 tiers are supported in API Management API vers
4949

5050
## Networking options
5151

52-
* **Standard v2** and **Premium v2** support **virtual network integration** to allow your API Management instance to reach API backends that are isolated in a single connected virtual network. The API Management gateway, management plane, and developer portal remain publicly accessible from the internet. The virtual network must be in the same region as the API Management instance. [Learn more](integrate-vnet-outbound.md).
52+
* **Standard v2** and **Premium v2** support **virtual network integration** to allow your API Management instance to reach API backends that are isolated in a single connected virtual network. The API Management gateway, management plane, and developer portal remain publicly accessible from the internet. The virtual network must be in the same region and subscription as the API Management instance. [Learn more](integrate-vnet-outbound.md).
5353

54-
* **Premium v2** also supports simplified **virtual network injection** for complete isolation of inbound and outbound traffic without needing to open traffic to API Management's internal dependencies. [Learn more](inject-vnet-v2.md).
54+
* **Premium v2** also supports simplified **virtual network injection** for complete isolation of inbound and outbound gateway traffic without requiring network security group rules, route tables, or service endpoints. The virtual network must be in the same region and subscription as the API Management instance. [Learn more](inject-vnet-v2.md).
5555

5656
### Supported regions
5757

0 commit comments

Comments
 (0)