Skip to content

Commit dcd305c

Browse files
authored
Merge pull request #224651 from halkazwini/ip-index
Internet Peering: Updates: Add notes and tweaks to multiple articles
2 parents 1fa2b78 + eea22e1 commit dcd305c

16 files changed

+174
-121
lines changed

articles/internet-peering/how-to-exchange-route-server-portal.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Peering Connection for Exchange partners with route server by using the Portal
3-
titleSuffix: Azure
4-
description: Create or modify an Exchange peering with route server by using the Azure portal
2+
title: Create or modify an Exchange peering with Route Server - Azure portal
3+
description: Create or modify an Exchange peering with Route Server using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 5/19/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Create or modify an Exchange peering with route server in Azure portal
13+
# Create or modify an Exchange peering with Route Server using the Azure portal
1414

15-
This article describes how to create a Microsoft Exchange peering with a route server 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+
This article describes how to create a Microsoft Exchange peering with a route server using the Azure portal. This article also shows how to check the status of the resource, update it, or delete and deprovision it.
1616

1717

1818
## Before you begin
@@ -62,7 +62,7 @@ As an Internet Exchange Provider, you can create an exchange peering request by
6262
* For Peering type, select **Direct**
6363
* For Microsoft network, select **AS8075 with exchange route server**.
6464
* Select SKU as **Basic Free**. Don't select premium free as it's reserved for special applications.
65-
* Select the **Metro** location where you want to setup peering.
65+
* Select the **Metro** location where you want to set up peering.
6666

6767
1. Under **Peering Connections**, select **Create new**
6868

@@ -81,9 +81,9 @@ As an Internet Exchange Provider, you can create an exchange peering request by
8181
* Maximum advertised IPv4 prefix can be up to 20000.
8282
* Use for Peering Service is disabled by default. It can be enabled once the exchange provider has signed a Peering Service Agreement with Microsoft.
8383

84-
1. Upon completion, click **Save**.
84+
1. Upon completion, select **Save**.
8585

86-
1. Under Create a peering, you will see validation passed. Once validation passed, click **Create**
86+
1. Under Create a peering, you'll see validation passed. Once validation passed, select **Create**
8787

8888
> [!div class="mx-imgBorder"]
8989
> ![Validation of settings](./media/setup-exchange-conf-tab-validation.png)
@@ -101,9 +101,9 @@ As an Internet Exchange Provider, you can create an exchange peering request by
101101
> [!div class="mx-imgBorder"]
102102
> ![Screenshot shows the Register an A S N pane with Name and A S N text boxes.](./media/setup-exchange-register-new-asn.png)
103103
104-
1. Under Register an ASN, select a Name, populate the customer ASN, and click Save.
104+
1. Under Register an ASN, select a Name, populate the customer ASN, and select Save.
105105

106-
1. Under Registered ASNs, there will be an associated Prefix Key assigned to each ASN. As an exchange provider, you will need to provide this Prefix Key to your customer so they can register Peering Service under their subscription.
106+
1. Under Registered ASNs, there will be an associated Prefix Key assigned to each ASN. As an exchange provider, you'll need to provide this Prefix Key to your customer so they can register Peering Service under their subscription.
107107

108108
> [!div class="mx-imgBorder"]
109109
> ![Screenshot shows the Registered A S Ns pane with prefix keys.](./media/setup-exchange-register-asn-prefixkey.png)

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
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
2+
title: Create or modify a Direct peering - Azure portal
3+
description: Create or modify a Direct peering using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 5/19/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Create or modify a Direct peering by using the Azure portal
13+
# Create or modify a Direct peering using the Azure portal
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-direct-portal.md)
17+
> - [PowerShell](howto-direct-powershell.md)
1418
1519
This article describes how to create a Microsoft Direct peering for an Internet Service Provider or Internet Exchange Provider 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.
1620

@@ -38,6 +42,9 @@ As an Internet Service Provider or Internet Exchange Provider, you can create a
3842

3943
3. 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.
4044

45+
>[!NOTE]
46+
>Once a subscription and resource group have been selected for the peering resource, it cannot be moved to another subscription or resource group.
47+
4148
4. Name corresponds to the resource name and can be anything you choose.
4249

4350
5. 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.

articles/internet-peering/howto-direct-powershell.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
---
2-
title: Create or modify a Direct peering by using PowerShell
3-
titleSuffix: Azure
4-
description: Create or modify a Direct peering by using PowerShell
2+
title: Create or modify a Direct peering - PowerShell
3+
description: Create or modify a Direct peering using PowerShell
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 11/27/2019
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
11-
ms.custom: devx-track-azurepowershell
10+
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1211
---
1312

14-
# Create or modify a Direct peering by using PowerShell
13+
# Create or modify a Direct peering using PowerShell
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-direct-portal.md)
17+
> - [PowerShell](howto-direct-powershell.md)
1518
1619
This article describes how to create a Microsoft Direct peering by using PowerShell cmdlets and the Azure Resource Manager deployment model. This article also shows you how to check the status of the resource, update it, or delete and deprovision it.
1720

18-
If you prefer, you can complete this guide by using the Azure [portal](howto-direct-portal.md).
21+
If you prefer, you can complete this guide by using the [Azure portal](howto-direct-portal.md).
1922

2023
## Before you begin
24+
2125
* Review the [prerequisites](prerequisites.md) and the [Direct peering walkthrough](walkthrough-direct-all.md) before you begin configuration.
2226
* 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 PowerShell](howto-legacy-direct-powershell.md).
2327

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
2-
title: Create or modify an Exchange peering by using the Azure portal
3-
titleSuffix: Azure
4-
description: Create or modify an Exchange peering by using the Azure portal
2+
title: Create or modify an Exchange peering - Azure portal
3+
description: Create or modify an Exchange peering using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 5/2/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Create or modify an Exchange peering by using the Azure portal
13+
# Create or modify an Exchange peering using the Azure portal
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-exchange-portal.md)
17+
> - [PowerShell](howto-exchange-powershell.md)
1418
1519
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.
1620

@@ -39,6 +43,9 @@ As an Internet Exchange Provider, you can create an exchange peering request by
3943

4044
* 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.
4145

46+
>[!NOTE]
47+
>Once a subscription and resource group have been selected for the peering resource, it cannot be moved to another subscription or resource group.
48+
4249
* Name corresponds to the resource name and can be anything you choose.
4350

4451
* 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.

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
2-
title: Create or modify an Exchange peering by using PowerShell
3-
titleSuffix: Azure
4-
description: Create or modify an Exchange peering by using PowerShell
2+
title: Create or modify an Exchange peering - PowerShell
3+
description: Create or modify an Exchange peering using PowerShell
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 11/27/2019
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
11-
ms.custom: devx-track-azurepowershell
10+
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1211
---
1312

14-
# Create or modify an Exchange peering by using PowerShell
13+
# Create or modify an Exchange peering using PowerShell
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-exchange-portal.md)
17+
> - [PowerShell](howto-exchange-powershell.md)
1518
1619
This article describes how to create a Microsoft Exchange peering by using PowerShell cmdlets and the Resource Manager deployment model. This article also shows you how to check the status of the resource, update it, or delete and deprovision it.
1720

18-
If you prefer, you can complete this guide by using the Azure [portal](howto-exchange-portal.md).
21+
If you prefer, you can complete this guide by using the [Azure portal](howto-exchange-portal.md).
1922

2023
## Before you begin
2124
* Review the [prerequisites](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.

articles/internet-peering/howto-legacy-direct-portal.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
---
2-
title: Convert a legacy Direct peering to an Azure resource by using the Azure portal
3-
titleSuffix: Azure
4-
description: Convert a legacy Direct peering to an Azure resource by using the Azure portal
2+
title: Convert a legacy Direct peering to an Azure resource - Azure portal
3+
description: Convert a legacy Direct peering to an Azure resource using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 11/27/2019
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Convert a legacy Direct peering to an Azure resource by using the Azure portal
13+
# Convert a legacy Direct peering to an Azure resource using the Azure portal
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-legacy-direct-portal.md)
17+
> - [PowerShell](howto-legacy-direct-powershell.md)
1418
1519
This article describes how to convert an existing legacy Direct peering to an Azure resource by using the Azure portal.
1620

1721
If you prefer, you can complete this guide by using [PowerShell](howto-legacy-direct-powershell.md).
1822

1923
## Before you begin
20-
* Review the [prerequisites](prerequisites.md) and the [Direct peering walkthrough](walkthrough-direct-all.md) before you begin configuration.
2124

25+
* Review the [prerequisites](prerequisites.md) and the [Direct peering walkthrough](walkthrough-direct-all.md) before you begin configuration.
2226

2327
## Convert a legacy Direct peering to an Azure resource
2428

@@ -38,17 +42,20 @@ As an Internet Service Provider, you can convert legacy direct peering connectio
3842

3943
* 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.
4044

45+
>[!NOTE]
46+
>Once a subscription and resource group have been selected for the peering resource, it cannot be moved to another subscription or resource group.
47+
4148
* Name corresponds to the resource name and can be anything you choose.
4249

4350
* 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.
4451

4552
>[!NOTE]
4653
>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.
4754
48-
* Select your ASN in the **PeerASN** box.
55+
* Select your ASN in the **Peer ASN** box.
4956

5057
>[!IMPORTANT]
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)**.
58+
>You can only choose an ASN with ValidationState as Approved before you submit a peering request. If you just submitted your Peer ASN 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 Peer ASN by using **[Associate Peer ASN to Azure subscription](https://go.microsoft.com/fwlink/?linkid=2129592)**.
5259
5360
#### Launch the resource and configure basic settings
5461
[!INCLUDE [direct-peering-basic](./includes/direct-portal-basic.md)]

articles/internet-peering/howto-legacy-direct-powershell.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
2-
title: Convert a legacy Direct peering to an Azure resource by using PowerShell
3-
titleSuffix: Azure
4-
description: Convert a legacy Direct peering to an Azure resource by using PowerShell
2+
title: Convert a legacy Direct peering to an Azure resource - PowerShell
3+
description: Convert a legacy Direct peering to an Azure resource using PowerShell
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 11/27/2019
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
11-
ms.custom: devx-track-azurepowershell
10+
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1211
---
1312

14-
# Convert a legacy Direct peering to an Azure resource by using PowerShell
13+
# Convert a legacy Direct peering to an Azure resource using PowerShell
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-legacy-direct-portal.md)
17+
> - [PowerShell](howto-legacy-direct-powershell.md)
1518
1619
This article describes how to convert an existing legacy Direct peering to an Azure resource by using PowerShell cmdlets.
1720

18-
If you prefer, you can complete this guide by using the Azure [portal](howto-legacy-direct-portal.md).
21+
If you prefer, you can complete this guide by using the [Azure portal](howto-legacy-direct-portal.md).
1922

2023
## Before you begin
2124
* Review the [prerequisites](prerequisites.md) and the [Direct peering walkthrough](walkthrough-direct-all.md) before you begin configuration.

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
2-
title: Convert a legacy Exchange peering to an Azure resource by using the Azure portal
3-
titleSuffix: Azure
4-
description: Convert a legacy Exchange peering to an Azure resource by using the Azure portal
2+
title: Convert a legacy Exchange peering to an Azure resource - Azure portal
3+
description: Convert a legacy Exchange peering to an Azure resource using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 5/21/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Convert a legacy Exchange peering to an Azure resource by using the Azure portal
13+
# Convert a legacy Exchange peering to an Azure resource using the Azure portal
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-legacy-exchange-portal.md)
17+
> - [PowerShell](howto-legacy-exchange-powershell.md)
1418
1519
This article describes how to convert an existing legacy Exchange peering to an Azure resource by using the Azure portal.
1620

@@ -31,6 +35,9 @@ As an Internet Exchange Provider, you can create an exchange peering request by
3135

3236
* 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.
3337

38+
>[!NOTE]
39+
>Once a subscription and resource group have been selected for the peering resource, it cannot be moved to another subscription or resource group.
40+
3441
* Name corresponds to the resource name and can be anything you choose.
3542

3643
* 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.

articles/internet-peering/howto-legacy-exchange-powershell.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
2-
title: Convert a legacy Exchange peering to an Azure resource by using PowerShell
3-
titleSuffix: Azure
4-
description: Convert a legacy Exchange peering to an Azure resource by using PowerShell
2+
title: Convert a legacy Exchange peering to an Azure resource - PowerShell
3+
description: Convert a legacy Exchange peering to an Azure resource using PowerShell
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 12/15/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
11-
ms.custom: devx-track-azurepowershell
10+
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1211
---
1312

14-
# Convert a legacy Exchange peering to an Azure resource by using PowerShell
13+
# Convert a legacy Exchange peering to an Azure resource using PowerShell
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-legacy-exchange-portal.md)
17+
> - [PowerShell](howto-legacy-exchange-powershell.md)
1518
1619
This article describes how to convert an existing legacy Exchange peering to an Azure resource by using PowerShell cmdlets.
1720

18-
If you prefer, you can complete this guide by using the Azure [portal](howto-legacy-exchange-portal.md).
21+
If you prefer, you can complete this guide by using the [Azure portal](howto-legacy-exchange-portal.md).
1922

2023
## Before you begin
2124
* Review the [prerequisites](prerequisites.md) and the [Exchange peering walkthrough](walkthrough-exchange-all.md) before you begin configuration.

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
2-
title: Enable Azure Peering Service on a Direct peering by using the Azure portal
3-
titleSuffix: Azure
4-
description: Enable Azure Peering Service on a Direct peering by using the Azure portal
2+
title: Enable Azure Peering Service on a Direct peering - Azure portal
3+
description: Enable Azure Peering Service on a Direct peering using the Azure portal
54
services: internet-peering
65
author: halkazwini
76
ms.service: internet-peering
87
ms.topic: how-to
9-
ms.date: 3/18/2020
8+
ms.date: 01/23/2023
109
ms.author: halkazwini
10+
ms.custom: template-how-to, engagement-fy23
1111
---
1212

13-
# Enable Azure Peering Service on a Direct peering by using the Azure portal
13+
# Enable Azure Peering Service on a Direct peering using the Azure portal
14+
15+
> [!div class="op_single_selector"]
16+
> - [Azure portal](howto-peering-service-portal.md)
17+
> - [PowerShell](howto-peering-service-powershell.md)
1418
1519
This article describes how to enable [Azure Peering Service](../peering-service/about.md) on a Direct peering by using the Azure portal.
1620

0 commit comments

Comments
 (0)