Skip to content

Commit 4533632

Browse files
committed
Learn Editor: Update inject-vnet-v2.md
1 parent 77246cd commit 4533632

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ If you want to enable *public* inbound access to an API Management instance in t
5959
The following table shows subnet sizing examples for API Management virtual network injection, illustrating how different CIDR blocks affect the number of scale-out units possible:
6060

6161
| Subnet CIDR | Total IP addresses | Azure reserved IPs | API Management instance IPs | Internal load balancer IP | Remaining IPs for scale-out | Max scale-out units | Total max units |
62-
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
63-
| /27 | 32 | 5 | 2 | 1 | 24 | 12 | 13 |
64-
| /26 | 64 | 5 | 2 | 1 | 56 | 28 | 29 |
65-
| /25 | 128 | 5 | 2 | 1 | 120 | 30* | 61* |
62+
|-------------|---------------------|---------------------|------------------------------|----------------------------|-----------------------------|----------------------|------------------|
63+
| /27 | 32 | 5 | 2 | 1 | 24 | 12 | 13 |
64+
| /26 | 64 | 5 | 2 | 1 | 56 | 28 | 29 |
65+
| /25 | 128 | 5 | 2 | 1 | 120 | 30* | 30* |
66+
6667

6768
### Key Points
6869

@@ -73,6 +74,7 @@ The following table shows subnet sizing examples for API Management virtual netw
7374
- **Premium V2 limit**: * Currently supports up to 30 units maximum.
7475

7576
> [!IMPORTANT]
77+
> API Management is a member of Azure Integration Services and is typically deployed as a pivotal service in enterprise architectures. It is prudent to error on the higher side of available IPs for the API Management subnet as changing it later can have far-reaching impact.
7678
> The private IP addresses of internal load balancer and API Management units are assigned dynamically. Therefore, it is impossible to anticipate the private IP of the API Management instance prior to its deployment. Additionally, changing to a different subnet and then returning might cause a change in the private IP address.
7779
7880
### Network security group

0 commit comments

Comments
 (0)