Skip to content

Commit df48a8a

Browse files
authored
Update bgp-diagnostics.md
1 parent 75fb475 commit df48a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/vpn-gateway/bgp-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Get-AzVirtualNetworkGatewayAdvertisedRoute -VirtualNetworkGatewayName gatewayNam
121121

122122
## Rest API
123123

124-
You can also use the GetBgpPeerStatus [Rest API call](/rest/api/network-gateway/virtual-network-gateways/get-bgp-peer-status) to retrieve the information. Note that this is an Async operation and will return a 202 status code. You will need to fetch the results via and additional GET call. For more information see [Azure-AsyncOperation request and response](../azure-resource-manager/management/async-operations.md#azure-asyncoperation-request-and-response)
124+
You can also use the GetBgpPeerStatus [Rest API call](/rest/api/network-gateway/virtual-network-gateways/get-bgp-peer-status) to retrieve the information. This is an Async operation and will return a 202 status code. You need to fetch the results via a separate GET call. For more information, see [Azure-AsyncOperation request and response](../azure-resource-manager/management/async-operations.md#azure-asyncoperation-request-and-response).
125125

126126
## Next steps
127127

0 commit comments

Comments
 (0)