Skip to content

Commit 14e4c69

Browse files
authored
Merge pull request #127258 from VitaliyKurokhtin/master
Update virtual network requirements and addressPrefix property for workspace gateways
2 parents ed84f01 + 3ea7896 commit 14e4c69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/api-management/virtual-network-workspaces-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The virtual network must be in the same region and Azure subscription as the API
3030

3131
* The subnet used for virtual network integration or injection can only be used by a single workspace gateway. It can't be shared with another Azure resource.
3232

33+
[!INCLUDE [api-management-virtual-network-address-prefix](../../includes/api-management-virtual-network-address-prefix.md)]
34+
3335
## Subnet size
3436

3537
* Minimum: /27 (32 addresses)

includes/api-management-virtual-network-address-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: danlep
88

99
### addressPrefix property
1010

11-
Virtual network injection in the Premium v2 tier requires that the `addressPrefix` subnet property is set to a valid CIDR block.
11+
Virtual network injection in the Premium v2 tier and workspace gateways require that the `addressPrefix` subnet property is set to a valid CIDR block.
1212

1313
If you configure the subnet using the Azure portal, the subnet sets an `addressPrefixes` (plural) property consisting of a list of address prefixes. However, API Management requires a single CIDR block as the value of the `addressPrefix` property.
1414

0 commit comments

Comments
 (0)