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/inject-vnet-v2.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ If you want to enable *public* inbound access to an API Management instance in t
54
54
* Minimum: /27 (32 addresses)
55
55
* Recommended: /24 (256 addresses) - to accommodate scaling of API Management instance
56
56
57
-
### Examples
57
+
####Examples
58
58
59
59
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:
60
60
@@ -64,18 +64,19 @@ The following table shows subnet sizing examples for API Management virtual netw
64
64
| /26 | 64 | 5 | 2 | 1 | 56 | 28 | 29 |
65
65
| /25 | 128 | 5 | 2 | 1 | 120 | 30*| 30*|
66
66
67
+
<sup>*</sup> Premium v2 limit
67
68
68
-
### Key Points
69
+
####Key points
69
70
70
71
-**Minimum subnet size**: /27 (provides 24 usable IP addresses for API Management)
71
72
-**Azure reserved IPs**: 5 addresses per subnet (first and last for protocol conformance, plus 3 for Azure services)
72
73
-**Scale-out requirement**: Each scale-out unit requires 2 IP addresses
73
74
-**Internal load balancer**: Only required when API Management is deployed in internal virtual network mode
74
-
-**Premium V2 limit**: * Currently supports up to 30 units maximum.
75
+
-**Premium V2 limit**: Currently supports up to 30 units maximum.
75
76
76
77
> [!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 err on the higher side of available IPs for the API Management subnet as changing it later can have far-reaching impact.
78
-
> 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.
78
+
> -API Management is a member of Azure Integration Services and is typically deployed as a pivotal service in enterprise architectures. It is prudent to err on the higher side of available IPs for the API Management subnet as changing it later can have far-reaching impact.
79
+
> -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.
0 commit comments