Skip to content

Commit 7633b25

Browse files
Merge pull request #289704 from dlepow/premreg
[APIM][release-preview-apim-premv2] Regions, limited preview
2 parents 7c5bde6 + 35f0231 commit 7633b25

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

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

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

77
ms.service: azure-api-management
88
ms.topic: concept-article
9-
ms.date: 10/01/2024
9+
ms.date: 11/20/2024
1010
ms.author: danlep
1111
ms.custom: references_regions
1212
---
@@ -28,27 +28,27 @@ Information in the following table is updated regularly. Capacity availability i
2828
| Australia Central ||| | |
2929
| Australia East |||||
3030
| Australia Southeast ||| | |
31-
| Brazil South ||| | |
31+
| Brazil South ||| | |
3232
| Central India ||| | |
3333
| Central US | | || |
34-
| East Asia ||| ||
34+
| East Asia ||| ||
3535
| East US ||| | |
3636
| East US 2 ||| ||
37-
| France Central ||| ||
37+
| France Central ||| ||
3838
| Germany West Central |||||
39-
| Japan East ||| ||
39+
| Japan East ||| ||
4040
| Korea Central |||| |
4141
| North Central US ||| ||
4242
| North Europe ||| ||
4343
| Norway East |||| |
44-
| South Africa North ||| | |
44+
| South Africa North ||| | |
4545
| South Central US ||| | |
4646
| South India ||| | |
47-
| Southeast Asia ||| ||
47+
| Southeast Asia ||| ||
4848
| Switzerland North ||| | |
4949
| UK South |||||
5050
| UK West ||| | |
51-
| West Europe ||| | |
51+
| West Europe ||| | |
5252
| West US ||| ||
5353
| West US 2 ||| | |
5454

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@ If you want to enable *public* inbound access to an API Management instance in t
3232
> [!IMPORTANT]
3333
> * Virtual network injection described in this article is available only for API Management instances in the Premium v2 tier (preview). For networking options in the different tiers, see [Use a virtual network with Azure API Management](virtual-network-concepts.md).
3434
> * Currently, you can inject a Premium v2 instance into a virtual network only when the instance is **created**. You can't inject an existing Premium v2 instance into a virtual network. However, you can update the subnet settings for injection after the instance is created.
35+
> * Currently, you can't switch between virtual network injection and virtual network integration for a Premium v2 instance.
3536
3637
## Prerequisites
3738

3839
- An Azure API Management instance in the [Premium v2](v2-service-tiers-overview.md) pricing tier.
39-
- A virtual network with a subnet where your client apps and your API Management backend APIs are hosted. See the following sections for requirements and recommendations for the virtual network and subnet.
40+
- A virtual network where your client apps and your API Management backend APIs are hosted. See the following sections for requirements and recommendations for the virtual network and subnet used for the API Management instance.
4041

4142
### Network location
4243

4344
* The virtual network must be in the same region and Azure subscription as the API Management instance.
4445

4546
### Subnet requirements
4647

47-
* The subnet can't be shared with another Azure resource.
48+
* The subnet for the API Management instance can't be shared with another Azure resource.
4849

4950
### Subnet size
5051

@@ -89,7 +90,7 @@ When you [create](get-started-create-service-instance.md) a Premium v2 instance
8990

9091
## DNS settings for integration with private IP address
9192

92-
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 your API Management endpoints.
93+
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.
9394

9495
We recommend:
9596

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.date: 10/16/2024
1212

1313
[!INCLUDE [api-management-availability-standardv2-premiumv2](../../includes/api-management-availability-standardv2-premiumv2.md)]
1414

15-
This article guides you through the process of configuring *virtual network integration* for your Standard v2 or Premium v2 (preview) Azure API Management instance so that your instance can make outbound requests to API backends that are isolated in the network.
15+
This article guides you through the process of configuring *virtual network integration* for your Standard v2 or Premium v2 (preview) Azure API Management instance. With virtual network integration, your instance can make outbound requests to APIs hosted in a delegated subnet of a single connected virtual network.
1616

17-
When an API Management instance is integrated with a virtual network for outbound requests, the gateway and developer portal endpoints remain publicly accessible. In this configuration, the API Management instance can reach both public and network-isolated backend services.
17+
When an API Management instance is integrated with a virtual network for outbound requests, the gateway and developer portal endpoints remain publicly accessible. The API Management instance can reach both public and network-isolated backend services.
1818

1919
:::image type="content" source="./media/integrate-vnet-outbound/vnet-integration.png" alt-text="Diagram of integrating API Management instance with a virtual network for outbound traffic." :::
2020

@@ -23,6 +23,8 @@ If you want to inject a Premium v2 API Management instance into a virtual networ
2323
> [!IMPORTANT]
2424
> * Outbound virtual network integration described in this article is available only for API Management instances in the Standard v2 and Premium v2 tiers. For networking options in the different tiers, see [Use a virtual network with Azure API Management](virtual-network-concepts.md).
2525
> * You can enable virtual network integration when you create an API Management instance in the Standard v2 or Premium v2 tier, or after the instance is created.
26+
> * Currently, you can't switch between virtual network injection and virtual network integration for a Premium v2 instance.
27+
2628

2729

2830
## Prerequisites

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

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

77
ms.service: azure-api-management
88
ms.topic: concept-article
9-
ms.date: 10/22/2024
9+
ms.date: 11/20/2024
1010
ms.author: danlep
1111
ms.custom: references_regions
1212
---
@@ -25,13 +25,16 @@ The following v2 tiers are generally available:
2525

2626
The following v2 tier is in preview:
2727

28-
* **Premium v2** (preview) - Premium v2 offers enterprise features including full virtual network isolation and scaling for high volume workloads.
28+
* **Premium v2** - Premium v2 offers enterprise features including full virtual network isolation and scaling for high volume workloads.
29+
30+
> [!NOTE]
31+
> The Premium v2 tier is currently in limited preview. To sign up, fill [this form](https://aka.ms/premiumv2).
2932
3033
## Key capabilities
3134

3235
* **Faster deployment, configuration, and scaling** - Deploy a production-ready API Management instance in minutes. Quickly apply configurations such as certificate and hostname updates. Scale a Basic v2 or Standard v2 instance quickly to up to 10 units to meet the needs of your API management workloads. Scale a Premium v2 instance to up to 30 units.
3336

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

3639
* **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.
3740

@@ -48,7 +51,7 @@ The latest capabilities of the v2 tiers are supported in API Management API vers
4851

4952
* **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).
5053

51-
* **Premium v2** supports simplified **virtual network injection** for complete isolation of inbound and outbound traffic without imposing dependencies on the customer's virtual network. [Learn more](inject-vnet-v2.md).
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).
5255

5356
### Supported regions
5457

0 commit comments

Comments
 (0)