Skip to content

Commit d7001ea

Browse files
author
gitName
committed
review comment
1 parent 5bf322d commit d7001ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ The subnet needs to be delegated to the **Microsoft.Web/serverFarms** service.
6363

6464
For more information about configuring subnet delegation, see [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md).
6565

66-
[!INCLUDE [api-management-virtual-network-address-prefix](../../includes/api-management-virtual-network-address-prefix.md)]
67-
6866
### Permissions
6967

7068
You must have at least the following role-based access control permissions on the subnet or at a higher level to configure virtual network integration:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ ms.author: danlep
88

99
### addressPrefix property
1010

11-
Networking 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 requires 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

1515
To create or update a subnet with `addressPrefix`, use a tool such as Azure PowerShell, an Azure Resource Manager template, or the [REST API](/rest/api/virtualnetwork/subnets/create-or-update). For example, update a subnet using the [Set-AzVirtualNetworkSubnetConfig](/powershell/module/az.network/set-azvirtualnetworksubnetconfig) Azure PowerShell cmdlet:
1616

1717
```powershell
18+
# Set values for the variables that are appropriate for your environment.
19+
1820
$resourceGroupName = "MyResourceGroup"
1921
$virtualNetworkName = "MyVirtualNetwork"
2022
$subnetName = "ApimSubnet"

0 commit comments

Comments
 (0)