Skip to content

Commit 7335782

Browse files
authored
Merge pull request #266055 from halkazwini/ip-associate
Internet Peering: Updates: Associate peer ASN to Azure subscription using the Azure portal
2 parents 4c55b30 + 95fd165 commit 7335782

11 files changed

+50
-61
lines changed
Lines changed: 50 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,92 @@
11
---
2-
title: Associate peer ASN to Azure subscription - Azure portal
3-
description: Associate peer ASN to Azure subscription using the Azure portal.
4-
services: internet-peering
2+
title: Associate your ASN to Azure subscription - Azure portal
3+
titleSuffix: Internet Peering
4+
description: Learn how to associate peer ASN to Azure subscription using the Azure portal.
55
author: halkazwini
6+
ms.author: halkazwini
67
ms.service: internet-peering
78
ms.topic: how-to
8-
ms.date: 01/23/2023
9-
ms.author: halkazwini
10-
ms.custom: template-how-to, engagement-fy23
9+
ms.date: 02/12/2024
10+
11+
#CustomerIntent: As an administrator, I want to learn how to create a PeerASN resource so I can associate my peer ASN to Azure subscription and submit peering requests.
1112
---
1213

13-
# Associate peer ASN to Azure subscription using the Azure portal
14+
# Associate your ASN with an Azure subscription using the Azure portal
1415

15-
> [!div class="op_single_selector"]
16-
> - [Azure portal](howto-subscription-association-portal.md)
17-
> - [PowerShell](howto-subscription-association-powershell.md)
16+
In this article, you learn how to associate your Autonomous System Number (ASN) with an Azure subscription using the Azure portal. To learn how to associate your ASN with an Azure subscription using Azure PowerShell, see [Associate peer ASN to Azure subscription using PowerShell](howto-subscription-association-powershell.md).
1817

19-
As an Internet Service Provider or Internet Exchange Provider, before you submit a peering request, you should first associate your ASN with an Azure subscription by following the steps in this article.
18+
As an Internet Service Provider or Internet Exchange Provider, you must associate your peer ASN with an Azure subscription before you submit a peering request.
2019

21-
If you prefer, you can complete this guide using the [PowerShell](howto-subscription-association-powershell.md).
20+
## Prerequisites
2221

23-
## Create PeerAsn to associate your ASN with Azure Subscription
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2423

25-
### Sign in to the portal
26-
[!INCLUDE [Account](./includes/account-portal.md)]
24+
- Peering provider. For more information, see [Register Peering provider](#register-peering-provider).
2725

28-
### Register for peering resource provider
29-
Register for peering resource provider in your subscription by following these steps. If you don't register for peering resource provider, then Azure resources required to set up peering aren't accessible.
26+
## Register Peering provider
3027

31-
1. Select **Subscriptions** on the top left corner of the portal. If you don't see it, select **More services** and search for it.
28+
In this section, you learn how to check if the peering provider is registered in your subscription and how to register it if not registered. Peering resource provider is required to set up peering. If you previously registered the peering resource provider, you can skip this section.
3229

33-
> [!div class="mx-imgBorder"]
34-
> ![Open subscriptions](./media/rp-subscriptions-open.png)
30+
1. Sign in to the [Azure portal](https://portal.azure.com).
3531

36-
1. Select the subscription you want to use for peering.
32+
1. In the search box at the top of the portal, enter ***Subscriptions***. Select **Subscriptions** in the search results.
3733

38-
> [!div class="mx-imgBorder"]
39-
> ![Launch subscription](./media/rp-subscriptions-launch.png)
34+
:::image type="content" source="./media/howto-subscription-association-portal/subscriptions-portal-search.png" alt-text="Screenshot of searching for subscriptions in the Azure portal." lightbox="./media/howto-subscription-association-portal/subscriptions-portal-search.png":::
4035

41-
1. Once the subscription opens, select **Resource providers**. Then, in the right pane, search for *peering* in the search window, or use the scroll bar to find **Microsoft.Peering** and look at the **Status**. If the status is ***Registered***, skip the following steps and proceed to **Create PeerAsn**. If the status is ***NotRegistered***, select **Microsoft.Peering** and select **Register**.
36+
1. Select the Azure subscription that you want to enable the provider for.
4237

43-
> [!div class="mx-imgBorder"]
44-
> ![Registration start](./media/rp-register-start.png)
38+
1. Under **Settings**, select **Resource providers**.
4539

46-
1. Observe that the status changes to ***Registering***.
40+
1. Enter ***peering*** in the filter box.
4741

48-
> [!div class="mx-imgBorder"]
49-
> ![Registration in-progress](./media/rp-register-progress.png)
42+
1. Confirm the status of the provider is **Registered**. If the status is **NotRegistered**, select the **Microsoft.Peering** provider then select **Register**.
5043

51-
1. Wait for a min or so for it to complete registration. Then, select **Refresh** and verify that the status is ***Registered***.
44+
:::image type="content" source="./media/howto-subscription-association-portal/register-microsoft-peering-provider.png" alt-text="Screenshot shows how to register Peering provider in the Azure portal." lightbox="./media/howto-subscription-association-portal/register-microsoft-peering-provider.png":::
5245

53-
> [!div class="mx-imgBorder"]
54-
> ![Registration completed](./media/rp-register-completed.png)
46+
## Create PeerAsn to associate your ASN with Azure Subscription
5547

56-
### Create PeerAsn
57-
As an Internet Service Provider or Internet Exchange Provider, you can create a new PeerAsn resource for associating an Autonomous System Number (ASN) with Azure subscription on the [Associate a Peer ASN page](https://go.microsoft.com/fwlink/?linkid=2129592) . You can associate multiple ASNs to a subscription by creating a **PeerAsn** for each ASN you need to associate.
48+
As an Internet Service Provider or Internet Exchange Provider, you can create a new PeerAsn resource to associate an Autonomous System Number (ASN) with an Azure subscription. You can associate multiple ASNs to a subscription by creating a **PeerAsn** for each ASN you need to associate.
5849

59-
1. On the **Associate a Peer ASN** page, under **Basics** tab, fill out the fields as following:
50+
1. Sign in to the [Azure portal](https://portal.azure.com).
6051

61-
> [!div class="mx-imgBorder"]
62-
> ![PeerAsn Basics Tab](./media/peerasn-basics-tab.png)
52+
1. Go to the [Associate a Peer ASN](https://go.microsoft.com/fwlink/?linkid=2129592) page.
6353

64-
* **Name** corresponds to resource name and can be anything you choose.
65-
* Select the **Subscription** that you need to associate the ASN with.
66-
* **Peer name** corresponds to your company's name and needs to be as close as possible to your PeeringDB profile.
67-
* Enter your ASN in the **Peer ASN** field.
68-
* Select **Create new** and enter **EMAIL ADDRESS** and **PHONE NUMBER** for your Network Operations Center (NOC)
69-
1. Then, select **Review + create** and observe that portal runs basic validation of the information you entered.
54+
1. On the **Associate a Peer ASN**, enter or select the following values in the **Basics** tab:
7055

71-
> [!div class="mx-imgBorder"]
72-
> ![Screenshot shows the Associate a Peer A S N Basics tab.](./media/peerasn-review-tab-validation.png)
56+
| Setting | Value |
57+
| --- | --- |
58+
| **Project details** | |
59+
| Name | Enter a name for the PeerASN resource that you're creating. |
60+
| Subscription | Select your Azure subscription that you want to associate the ASN with. |
61+
| **Instance details** | |
62+
| Peer name | Enter your company name. This name must be as close as possible to your PeeringDB profile. |
63+
| Peer ASN | Enter your ASN. |
7364

74-
1. Once the message in the ribbon turns to *Validation Passed*, verify your information and submit the request by clicking **Create**. If the validation doesn't pass, then select **Previous** and repeat the previous steps to modify your request and ensure the values you enter have no errors.
65+
:::image type="content" source="./media/howto-subscription-association-portal/associate-peer-asn.png" alt-text="Screenshot shows how to associate a peer ASN in the Azure portal." lightbox="./media/howto-subscription-association-portal/associate-peer-asn.png":::
7566

76-
> [!div class="mx-imgBorder"]
77-
> ![Screenshot shows the Associate a Peer A S N Basics tab with Validation passed.](./media/peerasn-review-tab.png)
67+
1. Select **Create new** and enter **Email address** and **Phone number** of your Network Operations Center (NOC).
7868

79-
1. After you submit the request, wait for it to complete deployment. If deployment fails, contact [Microsoft peering](mailto:[email protected]). A successful deployment will appear as follows:
69+
1. Select **Review + create**.
8070

81-
> [!div class="mx-imgBorder"]
82-
> ![PeerAsn Success](./media/peerasn-success.png)
71+
1. Review the settings, and then select **Create**. If deployment fails, contact [Microsoft peering](mailto:[email protected]).
8372

84-
### View status of a PeerAsn
85-
Once PeerAsn resource is deployed successfully, you'll need to wait for Microsoft to approve the association request. It may take up to 12 hours for approval. Once approved, you'll receive a notification to the email address entered in the above section.
73+
## View status of a PeerAsn
74+
75+
Once PeerAsn resource is deployed successfully, you must wait for Microsoft to approve the association request. It might take up to 12 hours for approval. Once approved, you receive a notification to the email address you entered during the creation of PeerASN resource.
8676

8777
> [!IMPORTANT]
88-
> Wait for the ValidationState to turn "Approved" before submitting a peering request. It may take up to 12 hours for this approval.
78+
> Wait for the **ValidationState** to turn **Approved** before submitting a peering request. It may take up to 12 hours for this approval.
8979
9080
## Modify PeerAsn
91-
Modifying PeerAsn isn't currently supported. If you need to modify, contact [Microsoft peering](mailto:[email protected]).
81+
82+
Modifying a PeerAsn isn't currently supported. If you need to modify a PeerASN, contact [Microsoft peering](mailto:[email protected]).
9283

9384
## Delete PeerAsn
94-
Deleting a PeerAsn isn't currently supported. If you need to delete PeerAsn, contact [Microsoft peering](mailto:[email protected]).
9585

96-
## Next steps
86+
Deleting a PeerAsn isn't currently supported. If you need to delete a PeerAsn, contact [Microsoft peering](mailto:[email protected]).
87+
88+
## Related content
9789

9890
- [Create or modify a Direct peering using the Azure portal](howto-direct-portal.md).
99-
- [Convert a legacy Direct peering to Azure resource using the Azure portal](howto-legacy-direct-portal.md).
10091
- [Create or modify Exchange peering using the Azure portal](howto-exchange-portal.md).
101-
- [Convert a legacy Exchange peering to Azure resource using the Azure portal](howto-legacy-exchange-portal.md).
102-
- [Internet peering frequently asked questions (FAQ)](faqs.md).
103-
92+
- [Internet peering frequently asked questions (FAQ)](faqs.md).
48.9 KB
Loading
40.5 KB
Loading
207 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)