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
In this article, you learn how to convert an existing legacy Exchange peering to an Azure resource using the Azure portal.
17
15
18
-
This article describes how to convert an existing legacy Exchange peering to an Azure resource by using the Azure portal.
16
+
If you prefer, you can complete this guide using [PowerShell](howto-legacy-exchange-powershell.md).
19
17
20
-
If you prefer, you can complete this guide by using [PowerShell](howto-legacy-exchange-powershell.md).
18
+
## Prerequisites
21
19
22
-
## Before you begin
23
-
* Review the [prerequisites](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.
20
+
- Review the [Prerequisites to set up peering with Microsoft](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.
21
+
22
+
- A legacy Exchange peering in your subscription.
23
+
24
+
## Sign in to Azure
25
+
26
+
Sign in to the [Azure portal](https://portal.azure.com).
24
27
25
28
## Convert a legacy Exchange peering to an Azure resource
26
29
27
-
As an Internet Exchange Provider, you can create an exchange peering request by [Creating a Peering](https://go.microsoft.com/fwlink/?linkid=2129593).
30
+
As an Internet Exchange Provider, you can convert a legacy exchange peering to an Azure resource using the Azure portal:
31
+
32
+
1. In the search box at the top of the portal, enter ***peering***. Select **Peerings** from the search results.
33
+
34
+
1. On the **Peerings** page, select **+ Create**.
35
+
36
+
1. On the **Basics** tab of **Create a Peering** page, enter, or select the following values:
37
+
38
+
| Setting | Value |
39
+
| --- | --- |
40
+
|**Project Details**||
41
+
| Subscription | Select your Azure subscription. |
42
+
| Resource Group | Select a resource group or create a new one. |
43
+
|**Instance details**||
44
+
| Name | Enter a name for the peering you're creating. |
45
+
| Peer ASN | Select your ASN. |
46
+
47
+
:::image type="content" source="./media/howto-legacy-exchange-portal/peering-basics.png" alt-text="Screenshot that shows the Basics tab of creating a peering in the Azure portal." lightbox="./media/howto-legacy-exchange-portal/peering-basics.png":::
28
48
29
-
1. On the **Create a Peering** page, on the **Basics** tab, fill in the boxes as shown here:
49
+
> [!IMPORTANT]
50
+
> 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 using **[Associate Peer ASN to Azure subscription](https://go.microsoft.com/fwlink/?linkid=2129592)**.
1. On the **Configuration** tab, enter, or select the following values:
34
55
35
-
* 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.
56
+
| Setting | Value |
57
+
| --- | --- |
58
+
| Peering type | Select **Exchange**. |
59
+
| SKU | Select **Basic Free**. |
60
+
| Metro | Select the metro location where you want to convert peering to an Azure resource. If you have peering connections with Microsoft in the selected metro location that aren't converted to an Azure resource, they'll be listed in the **Peering connections** section. |
36
61
37
-
* Name corresponds to the resource name and can be anything you choose.
62
+
:::image type="content" source="./media/howto-legacy-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-legacy-exchange-portal/peering-configuration-exchange.png":::
38
63
39
-
* 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.
64
+
> [!NOTE]
65
+
> You can't modify settings for legacy peering connections. If you want to add additional peering connections with Microsoft in the selected **Metro** location, select **Create new**. For more information, see [Create or modify an Exchange peering using the portal](howto-exchange-portal.md).
40
66
41
-
>[!NOTE]
42
-
>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.
67
+
1. Select **Review + create**.
43
68
44
-
* Select your ASN in the **PeerASN** box.
69
+
1. Review the settings, and then select **Create**.
45
70
46
-
>[!IMPORTANT]
47
-
>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)**.
71
+
## Verify an Exchange peering
48
72
49
-
* Select **Next: Configuration**to continue.
73
+
1. Go to the **Peering**resource you created in the previous section.
50
74
75
+
1. Under **Settings**, select **Connections** to see a summary of peering connections between your ASN and Microsoft.
:::image type="content" source="./media/howto-legacy-exchange-portal/peering-connections.png" alt-text="Screenshot that shows the peering connections in the Azure portal." lightbox="./media/howto-legacy-exchange-portal/peering-connections.png":::
-**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).
80
+
-**IPv4 Session State** and **IPv6 Session State** correspond to the IPv4 and IPv6 BGP session states, respectively.
57
81
58
82
## Related content
59
83
60
-
-[Create or modify an Exchange peering by using the portal](howto-exchange-portal.md).
0 commit comments