Skip to content

Commit 051e087

Browse files
committed
update article
1 parent 4742418 commit 051e087

10 files changed

+93
-129
lines changed

articles/internet-peering/howto-exchange-portal.md

Lines changed: 93 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,70 +7,128 @@ author: halkazwini
77
ms.author: halkazwini
88
ms.service: internet-peering
99
ms.topic: how-to
10-
ms.date: 10/04/2023
10+
ms.date: 10/13/2024
1111
---
1212

1313
# Create or modify an Exchange peering using the Azure portal
1414

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.
2016

2117
If you prefer, you can complete this guide by using [PowerShell](howto-exchange-powershell.md).
2218

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
28-
29-
### Sign in to the portal and select your subscription
30-
[!INCLUDE [Account](./includes/account-portal.md)]
19+
## Prerequisites
3120

32-
### <a name=create></a>Create an Exchange peering
21+
- Review the [Prerequisites to set up peering with Microsoft](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.
3322

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).
3424

35-
As an Internet Exchange Provider, you can create an exchange peering request by [Creating a Peering]( https://go.microsoft.com/fwlink/?linkid=2129593).
25+
## Sign in to Azure
3626

37-
1. On the **Create a Peering** page, on the **Basics** tab, fill in the boxes as shown here:
27+
Sign in to the [Azure portal](https://portal.azure.com).
3828

39-
> [!div class="mx-imgBorder"]
40-
> ![Register Peering Service](./media/setup-basics-tab.png)
29+
## Create an Exchange peering
4130

42-
* Select your Azure Subscription.
31+
As an Internet Exchange Provider, you can create an exchange peering request using the Azure portal:
4332

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.
33+
1. In the search box at the top of the portal, enter ***peering***. Select **Peerings** from the search results.
4534

46-
* Name corresponds to the resource name and can be anything you choose.
35+
1. On the **Peerings** page, select **+ Create**.
4736

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.
37+
1. On the **Basics** tab of **Create a Peering** page, enter, or select the following values:
4938

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.
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. |
5247

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":::
5449

5550
>[!IMPORTANT]
5651
>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)**.
5752
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+
86+
## Modify an Exchange peering
87+
88+
1. Go to the **Peering** resource that you want to modify.
89+
90+
1. Under **Settings**, select **Connections**.
91+
92+
1. Select the ellipsis button **...**, and then select **Edit connection** to modify the settings of a connection.
93+
94+
:::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":::
95+
96+
1. Update the settings as needed, and then select **Save**.
97+
98+
## Delete an Exchange peering connection
99+
100+
1. Go to the **Peering** resource that you want to delete.
101+
102+
1. Under **Settings**, select **Connections**.
103+
104+
1. Select the ellipsis button **...**, and then select **Delete connection** to delete a connection.
105+
106+
:::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":::
107+
108+
1. Enter **yes** in the confirmation box, and then select **Delete**.
109+
110+
## Add an Exchange peering connection
111+
112+
1. Go to the **Peering** resource that you want to add a connection to.
113+
114+
1. Under **Settings**, select **Connections**.
115+
116+
1. Select **Add connections** to add a connection.
117+
118+
:::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":::
119+
120+
1. Select the peering facility and the connection settings.
59121

60-
#### Configure connections and submit
61-
[!INCLUDE [exchange-peering-configuration](./includes/exchange-portal-configuration.md)]
122+
:::image type="content" source="./media/howto-exchange-portal/add-exchange-peering-connection.png" alt-text="Screenshot that shows the Exchange Peering Connection page." lightbox="./media/howto-exchange-portal/add-exchange-peering-connection.png":::
62123

63-
### <a name=get></a>Verify an Exchange peering
64-
[!INCLUDE [peering-exchange-get-portal](./includes/exchange-portal-get.md)]
124+
1. Select **Save**.
65125

66-
## <a name="modify"></a>Modify an Exchange peering
67-
[!INCLUDE [peering-exchange-modify-portal](./includes/exchange-portal-modify.md)]
126+
## Deprovision an Exchange peering
68127

69-
## <a name="delete"></a>Deprovision an Exchange peering
70128
[!INCLUDE [peering-exchange-delete-portal](./includes/delete.md)]
71129

72130
## Related content
73131

74132
- [Create or modify a Direct peering by using the portal](howto-direct-portal.md).
75133
- [Convert a legacy Direct peering to an Azure resource by using the portal](howto-legacy-direct-portal.md).
76-
- [Internet peering frequently asked questions (FAQ)](faqs.md).
134+
- [Internet peering frequently asked questions (FAQ)](faqs.md).

articles/internet-peering/includes/account-portal.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

articles/internet-peering/includes/exchange-portal-configuration.md

Lines changed: 0 additions & 68 deletions
This file was deleted.
74.4 KB
Loading
24.4 KB
Loading
77.2 KB
Loading
77.2 KB
Loading
31.8 KB
Loading
40.2 KB
Loading
74.3 KB
Loading

0 commit comments

Comments
 (0)