Skip to content

Commit 64394a2

Browse files
committed
updated
1 parent 982de8a commit 64394a2

File tree

2 files changed

+79
-15
lines changed

2 files changed

+79
-15
lines changed

articles/internet-peering/howto-subscription-association-portal.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,8 @@ Register for peering resource provider in your subscription by following the ste
5050
> ![Registration completed](./media/rp-register-completed.png)
5151
5252
### Create PeerAsn
53-
You can create a new PeerAsn resource for associating an Autonomous System Number (ASN) with Azure subscription. You can associate multiple ASNs to a subscription by creating a **PeerAsn** for each ASN you need to associate.
53+
As an Internet Service Provider or Internet Exchange Provider, you can create a new PeerAsn resource for associating an Autonomous System Number (ASN) with an Azure subscription. You can associate multiple ASNs to a subscription by navigating to the [Associate a PeerASN page](https://go.microsoft.com/fwlink/?linkid=2129592) for each ASN you need to associate.
5454

55-
1. Click **Create a resource** > **See all**.
56-
57-
> [!div class="mx-imgBorder"]
58-
> ![Search PeerAsn](./media/peerasn-seeall.png)
59-
60-
1. Search for *PeerAsn* in the search box and hit *Enter* on your keyboard. From the results, click on **PeerAsn** resource.
61-
62-
> [!div class="mx-imgBorder"]
63-
> ![Launch PeerAsn](./media/peerasn-launch.png)
64-
65-
1. Once **PeerAsn** is launched click **Create**.
66-
67-
> [!div class="mx-imgBorder"]
68-
> ![Create PeerAsn](./media/peerasn-create.png)
6955

7056
1. On the **Associate a Peer ASN** page, under **Basics** tab, fill out the fields as shown below.
7157

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Create or modify a Direct peering by using the Azure portal
3+
titleSuffix: Azure
4+
description: Create or modify a Direct peering by using the Azure portal
5+
services: internet-peering
6+
author: derekolo
7+
ms.service: internet-peering
8+
ms.topic: article
9+
ms.date: 5/19/2020
10+
ms.author: derekol
11+
---
12+
13+
# Create or modify a Direct peering by using the Azure portal
14+
15+
This article describes how for and Internet Service Provider or Internet Exchange Provider to create a Microsoft Direct peering by using the Azure portal. This article also shows how to check the status of the resource, update it, or delete and de-provision it.
16+
17+
If you prefer, you can complete this guide by using Azure [PowerShell](howto-direct-powershell.md).
18+
19+
## Before you begin
20+
* Review the [prerequisites](prerequisites.md) and the [Direct peering walkthrough](walkthrough-direct-all.md) before you begin configuration.
21+
* If you already have Direct peering connections with Microsoft that aren't converted to Azure resources, see [Convert a legacy Direct peering to an Azure resource by using the portal](howto-legacy-direct-portal.md).
22+
23+
## Create and provision a Direct peering
24+
25+
### Sign in to the portal and select your subscription
26+
[!INCLUDE [Account](./includes/account-portal.md)]
27+
28+
### <a name=create></a>Create a Direct peering
29+
30+
As an Internet Service Provider or Internet Exchange Provider, you can create a new direct peering request by [Creating a Peering]( https://go.microsoft.com/fwlink/?linkid=2129593).
31+
32+
1. On the **Create a Peering** page, on the **Basics** tab, fill in the boxes as shown here:
33+
34+
35+
![Register Peering Service](./media/setup-basics-tab.png)
36+
37+
* Select your Azure Subscription.
38+
39+
* 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.
40+
41+
* Name corresponds to the resource name and can be anything you choose.
42+
43+
* 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.
44+
45+
>[!NOTE]
46+
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.
47+
48+
* Select your ASN in the **PeerASN** box.
49+
50+
>[!IMPORTANT] 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)**.
51+
52+
* Select **Next: Configuration** to continue.
53+
54+
55+
> [!div class="mx-imgBorder"]
56+
> ![Register Peering Service](./media/setup-direct-basics-filled-tab.png)
57+
58+
59+
#### Configure connections and submit
60+
[!INCLUDE [direct-peering-configuration](./includes/direct-portal-configuration.md)]
61+
62+
### <a name=get></a>Verify Direct peering
63+
[!INCLUDE [peering-direct-get-portal](./includes/direct-portal-get.md)]
64+
65+
## <a name="modify"></a>Modify a Direct peering
66+
[!INCLUDE [peering-direct-modify-portal](./includes/direct-portal-modify.md)]
67+
68+
## <a name="delete"></a>Deprovision a Direct peering
69+
[!INCLUDE [peering-direct-delete-portal](./includes/delete.md)]
70+
71+
## Next steps
72+
73+
* [Create or modify Exchange peering by using the portal](howto-exchange-portal.md)
74+
* [Convert a legacy Exchange peering to an Azure resource by using the portal](howto-legacy-exchange-portal.md)
75+
76+
## Additional resources
77+
78+
For more information, see [Internet peering FAQs](faqs.md).

0 commit comments

Comments
 (0)