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
You can also use the GetBgpPeerStatus [Rest API call](https://learn.microsoft.com/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. 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)
0 commit comments