Skip to content

Commit 9e26218

Browse files
authored
Merge pull request #228429 from halkazwini/ip-direct
Internet Peering: Freshness: Direct peering walkthrough
2 parents db9b935 + 8c3df5c commit 9e26218

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed
91.4 KB
Loading
Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,57 @@
11
---
22
title: Direct peering walkthrough
3-
description: Direct peering walkthrough.
3+
titleSuffix: Internet Peering
4+
description: Get started with Direct peering.
45
services: internet-peering
56
author: halkazwini
67
ms.service: internet-peering
78
ms.topic: how-to
8-
ms.date: 12/15/2020
9+
ms.date: 02/23/2023
910
ms.author: halkazwini
10-
ms.custom: template-how-to
11+
ms.custom: template-how-to, engagement-fy23
1112
---
1213

1314
# Direct peering walkthrough
1415

15-
This section explains the steps you need to follow to set up and manage a Direct peering.
16+
In this article, you learn how to set up and manage a Direct peering.
1617

1718
## Create a Direct peering
18-
> [!div class="mx-imgBorder"]
19-
> ![Direct peering workflow and connection states](./media/direct-peering.png)
2019

21-
The following steps must be followed in order to provision a Direct peering:
22-
1. Review Microsoft [peering policy](https://peering.azurewebsites.net/peering) to understand requirements for Direct peering.
20+
:::image type="content" source="./media/walkthrough-direct-all/direct-peering.png" alt-text="Diagram showing Direct peering workflow and connection states.":::
21+
22+
The following steps must be followed to provision a Direct peering:
23+
24+
1. Review Microsoft [peering policy](policy.md) to understand requirements for Direct peering.
2325
1. Follow the instructions in [Create or modify a Direct peering](howto-direct-powershell.md) to submit a peering request.
2426
1. After you submit a peering request, Microsoft will contact using your registered email address to provide LOA (Letter Of Authorization) or for other information.
25-
1. Once peering request is approved, connection state changes to ProvisioningStarted.
27+
1. Once peering request is approved, connection state changes to *ProvisioningStarted*.
2628
1. You need to:
2729
1. complete wiring according to the LOA
2830
1. (optionally) perform link test using 169.254.0.0/16
29-
1. configure BGP session and then notify us.
31+
1. configure BGP session and then notify Microsoft.
3032
1. Microsoft provisions BGP session with DENY ALL policy and validate end-to-end.
31-
1. If successful, you will receive a notification that peering connection state is Active.
33+
1. If successful, you receive a notification that peering connection state is *Active*.
3234
1. Traffic will then be allowed through the new peering.
3335

34-
Note that connection states are not to be confused with standard [BGP](https://en.wikipedia.org/wiki/Border_Gateway_Protocol) session states.
36+
> [!NOTE]
37+
> Connection states aren't to be confused with standard BGP session states.
3538
3639
## Convert a legacy Direct peering to Azure resource
37-
The following steps must be followed in order to convert a legacy Direct peering to Azure resource:
38-
1. Follow the instructions in [Convert a legacy Direct peering to Azure resource](howto-legacy-direct-powershell.md)
39-
1. After you submit the conversion request, Microsoft will review the request and contact you if required.
40-
1. Once approved, you will see your Direct peering with a connection state as Active.
40+
41+
The following steps must be followed to convert a legacy Direct peering to Azure resource:
42+
1. Follow the instructions in [Convert a legacy Direct peering to Azure resource](howto-legacy-direct-portal.md)
43+
1. After you submit the conversion request, Microsoft will review the request and contact you if necessary.
44+
1. Once approved, you see your Direct peering with a connection state as *Active*.
4145

4246
## Deprovision Direct peering
43-
Contact [Microsoft peering](mailto:[email protected]) team to deprovision Direct peering.
4447

45-
When a Direct peering is set for deprovision, you will see the connection state as **PendingRemove**
48+
Contact [Microsoft peering](mailto:[email protected]) team to deprovision a Direct peering.
49+
50+
When a Direct peering is set for deprovision, you see the connection state as *PendingRemove*.
4651

4752
> [!NOTE]
48-
> If you run PowerShell cmdlet to delete the Direct peering when the ConnectionState is ProvisioningStarted or ProvisioningCompleted the operation will fail.
53+
> If you run PowerShell cmdlet to delete the Direct peering when the ConnectionState is *ProvisioningStarted* or *ProvisioningCompleted*, the operation will fail.
4954
5055
## Next steps
5156

52-
* Learn about [Prerequisites to set up peering with Microsoft](prerequisites.md).
57+
* Learn about the [Prerequisites to set up peering with Microsoft](prerequisites.md).

0 commit comments

Comments
 (0)