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
Copy file name to clipboardExpand all lines: articles/internet-peering/howto-exchange-portal.md
+92-35Lines changed: 92 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,70 +7,127 @@ author: halkazwini
7
7
ms.author: halkazwini
8
8
ms.service: internet-peering
9
9
ms.topic: how-to
10
-
ms.date: 10/04/2023
10
+
ms.date: 10/13/2024
11
11
---
12
12
13
13
# Create or modify an Exchange peering using the Azure portal
14
14
15
-
> [!div class="op_single_selector"]
16
-
> -[Azure portal](howto-exchange-portal.md)
17
-
> -[PowerShell](howto-exchange-powershell.md)
18
-
19
-
This article describes how to create a Microsoft Exchange peering by using the Azure portal. This article also shows how to check the status of the resource, update it, or delete and deprovision it.
15
+
In this article, you learn how to create a Microsoft Exchange peering using the Azure portal. This article also shows you how to check the status of the resource, update it, or delete and deprovision it.
20
16
21
17
If you prefer, you can complete this guide by using [PowerShell](howto-exchange-powershell.md).
22
18
23
-
## Before you begin
24
-
* Review the [prerequisites](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.
25
-
* If you already have Exchange peerings with Microsoft that aren't converted to Azure resources, see [Convert a legacy Exchange peering to an Azure resource by using the portal](howto-legacy-exchange-portal.md).
26
-
27
-
## Create and provision an Exchange peering
19
+
## Prerequisites
28
20
29
-
### Sign in to the portal and select your subscription
- Review the [Prerequisites to set up peering with Microsoft](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.
31
22
32
-
### <aname=create></a>Create an Exchange peering
23
+
- If you already have Exchange peerings with Microsoft that aren't converted to Azure resources, see [Convert a legacy Exchange peering to an Azure resource by using the portal](howto-legacy-exchange-portal.md).
33
24
25
+
## Sign in to Azure
34
26
35
-
As an Internet Exchange Provider, you can create an exchange peering request by [Creating a Peering](https://go.microsoft.com/fwlink/?linkid=2129593).
27
+
Sign in to the [Azure portal](https://portal.azure.com).
36
28
37
-
1. On the **Create a Peering** page, on the **Basics** tab, fill in the boxes as shown here:
As an Internet Exchange Provider, you can create an exchange peering request using the Azure portal:
41
32
42
-
*Select your Azure Subscription.
33
+
1. In the search box at the top of the portal, enter ***peering***. Select **Peerings** from the search results.
43
34
44
-
* For Resource group, you can either choose an existing resource group from the drop-down list or create a new group by selecting Create new. We'll create a new resource group for this example.
35
+
1. On the **Peerings** page, select **+ Create**.
45
36
46
-
* Name corresponds to the resource name and can be anything you choose.
37
+
1. On the **Basics** tab of **Create a Peering** page, enter, or select the following values:
47
38
48
-
* Region is auto-selected if you chose an existing resource group. If you chose to create a new resource group, you also need to choose the Azure region where you want the resource to reside.
39
+
| Setting | Value |
40
+
| --- | --- |
41
+
|**Project Details**||
42
+
| Subscription | Select your Azure subscription. |
43
+
| Resource Group | Select a resource group or create a new one. |
44
+
|**Instance details**||
45
+
| Name | Enter a name for the peering you're creating. |
46
+
| Peer ASN | Select your ASN. |
49
47
50
-
>[!NOTE]
51
-
>The region where a resource group resides is independent of the location where you want to create peering with Microsoft. But it's a best practice to organize your peering resources within resource groups that reside in the closest Azure regions. For example, for peerings in Ashburn, you can create a resource group in East US or East US2.
52
-
53
-
* Select your ASN in the **PeerASN** box.
48
+
:::image type="content" source="./media/howto-exchange-portal/peering-basics.png" alt-text="Screenshot that shows the Basics tab of creating a peering in the Azure portal." lightbox="./media/howto-exchange-portal/peering-basics.png":::
54
49
55
50
>[!IMPORTANT]
56
51
>You can only choose an ASN with ValidationState as Approved before you submit a peering request. If you just submitted your PeerAsn request, wait for 12 hours or so for ASN association to be approved. If the ASN you select is pending validation, you'll see an error message. If you don't see the ASN you need to choose, check that you selected the correct subscription. If so, check if you have already created PeerAsn by using **[Associate Peer ASN to Azure subscription](https://go.microsoft.com/fwlink/?linkid=2129592)**.
57
52
58
-
* Select **Next: Configuration** to continue.
53
+
1. Select **Next: Configuration** to continue.
54
+
55
+
1. On the **Configuration** tab, enter or select the following values:
56
+
57
+
| Setting | Value |
58
+
| --- | --- |
59
+
| Peering type | Select **Exchange**. |
60
+
| SKU | Select **Basic Free**. |
61
+
| Metro | Select the metro location where you want to set up peering. |
62
+
63
+
:::image type="content" source="./media/howto-exchange-portal/peering-configuration-exchange.png" alt-text="Screenshot that shows the Configuration tab of creating an Exchange peering in the Azure portal." lightbox="./media/howto-exchange-portal/peering-configuration-exchange.png":::
64
+
65
+
> [!NOTE]
66
+
> - If you already have peering connections with Microsoft in the selected metro location and you're using the portal for the first time to set up peering in that location, your existing peering connections will be listed in the **Peering connections** section as shown. Microsoft will automatically convert these peering connections to an Azure resource so that you can manage them all along with the new connections in one place. For more information, see [Convert a legacy Exchange peering to an Azure resource by using the portal](howto-legacy-exchange-portal.md).
67
+
> - If you want to modify a peering connection setting, select the edit button to go to the **Exchange Peering Connection** page.
68
+
> - If you want to delete a peering connection, select the ellipsis button **...** and then select **Delete**.
69
+
70
+
1. Select **Review + create**.
71
+
72
+
1. Review the settings, and then select **Create**.
73
+
74
+
## Verify an Exchange peering
75
+
76
+
1. Go to the **Peering** resource you created in the previous section.
77
+
78
+
1. Under **Settings**, select **Connections** to see a summary of peering connections between your ASN and Microsoft.
79
+
80
+
:::image type="content" source="./media/howto-exchange-portal/peering-connections.png" alt-text="Screenshot that shows the peering connections in the Azure portal." lightbox="./media/howto-exchange-portal/peering-connections.png":::
81
+
82
+
-**Connection State** corresponds to the state of the peering connection setup. The states displayed in this field follow the state diagram shown in the [Exchange peering walkthrough](walkthrough-exchange-all.md).
83
+
-**IPv4 Session State** and **IPv6 Session State** correspond to the IPv4 and IPv6 BGP session states, respectively.
84
+
85
+
## Modify an Exchange peering
86
+
87
+
1. Go to the **Peering** resource that you want to modify.
88
+
89
+
1. Under **Settings**, select **Connections**.
90
+
91
+
1. Select the ellipsis button **...**, and then select **Edit connection** to modify the settings of a connection.
92
+
93
+
:::image type="content" source="./media/howto-exchange-portal/modify-connection.png" alt-text="Screenshot that shows how to modify an existing peering connection." lightbox="./media/howto-exchange-portal/modify-connection.png":::
94
+
95
+
1. Update the settings as needed, and then select **Save**.
96
+
97
+
## Delete an Exchange peering connection
98
+
99
+
1. Go to the **Peering** resource that you want to delete.
100
+
101
+
1. Under **Settings**, select **Connections**.
102
+
103
+
1. Select the ellipsis button **...**, and then select **Delete connection** to delete a connection.
104
+
105
+
:::image type="content" source="./media/howto-exchange-portal/delete-connection.png" alt-text="Screenshot that shows how to delete an existing peering connection." lightbox="./media/howto-exchange-portal/delete-connection.png":::
106
+
107
+
1. Enter **yes** in the confirmation box, and then select **Delete**.
108
+
109
+
## Add an Exchange peering connection
110
+
111
+
1. Go to the **Peering** resource that you want to add a connection to.
112
+
113
+
1. Under **Settings**, select **Connections**.
114
+
115
+
1. Select **Add connections** to add a connection.
116
+
117
+
:::image type="content" source="./media/howto-exchange-portal/add-connection.png" alt-text="Screenshot that shows how to add a peering connection." lightbox="./media/howto-exchange-portal/add-connection.png":::
118
+
119
+
1. Select the peering facility and the connection settings.
0 commit comments