Skip to content

Commit 4e88a31

Browse files
Use relative instead of absolute link
1 parent ef7b7ad commit 4e88a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-howto-integrate-internal-vnet-appgateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following example shows how to create a virtual network by using Resource Ma
129129
"NSG-APPGW" -SecurityRules $appGwRule1, $appGwRule2
130130
```
131131
132-
1. Create a network security group (NSG) and NSG rules for the API Management subnet. [API Management stv2 requires several specific rules](https://learn.microsoft.com/en-us/azure/api-management/api-management-using-with-internal-vnet?tabs=stv2#configure-nsg-rules).
132+
1. Create a network security group (NSG) and NSG rules for the API Management subnet. [API Management stv2 requires several specific rules](api-management-using-with-internal-vnet?tabs=stv2#configure-nsg-rules).
133133
134134
```powershell
135135
$apimRule1 = New-AzNetworkSecurityRuleConfig -Name APIM-Management -Description "APIM inbound" `

0 commit comments

Comments
 (0)