Skip to content

Commit abf97ae

Browse files
authored
Merge pull request #223823 from halkazwini/ps-bulk
Peering Service: Freshness: Create Peering Service Connection using the Azure portal
2 parents 4435c12 + 9229341 commit abf97ae

File tree

5 files changed

+56
-52
lines changed

5 files changed

+56
-52
lines changed
Lines changed: 56 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,116 @@
11
---
22
title: Create Azure Peering Service Connection - Azure portal
3-
description: Learn how to create Azure Peering Service by using the Azure portal
3+
description: Learn how to create, configure, and delete an Azure Peering Service connection using the Azure portal
44
services: peering-service
55
author: halkazwini
66
ms.service: peering-service
77
ms.topic: how-to
8-
ms.tgt_pltfrm: na
98
ms.workload: Infrastructure-services
10-
ms.date: 04/07/2021
9+
ms.date: 01/12/2023
1110
ms.author: halkazwini
11+
ms.custom: template-how-to, engagement-fy23
1212
---
1313

1414
# Create Peering Service Connection using the Azure portal
1515

16+
> [!div class="op_single_selector"]
17+
> * [Portal](azure-portal.md)
18+
> * [PowerShell](powershell.md)
19+
> * [Azure CLI](cli.md)
20+
1621
Azure Peering Service is a networking service that enhances customer connectivity to Microsoft public cloud services such as Microsoft 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet.
1722

1823
In this article, you'll learn how to Create a Peering Service connection by using the Azure portal.
1924

20-
If you don't have an Azure subscription, create an [account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) now.
21-
22-
>
25+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2326

2427
## Prerequisites
2528

26-
You must have the following:
27-
28-
### Azure account
29-
30-
You must have a valid and active Microsoft Azure account. This account is required to set up the Peering Service connection. Peering Service connection is a resource within Azure subscriptions.
31-
32-
### Connectivity provider
29+
- An Azure subscription
3330

34-
You can work with any [Azure peering service provider](./location-partners.md) to obtain Peering Service to connect your network optimally with the Microsoft network.
31+
- A connectivity provider. For more information, see [Azure peering service partners](./location-partners.md).
3532

33+
## Sign in to Azure
3634

37-
38-
39-
## Sign in to the Azure portal
40-
41-
From a browser, go to the Azure portal and sign in with your Azure account.
35+
Sign in to the [Azure portal](https://portal.azure.com)
4236

4337
## Create a Peering Service connection
4438

45-
1. To create a Peering Service connection, select **Create a resource** > **Peering Service**.
39+
1. In the search box at the top of the portal, enter *Peering Service*. Select **Peering Services** in the search results.
4640

47-
![Create Peering Service](./media/peering-service-portal/peering-servicecreate.png)
41+
1. Select **+ Create**.
4842

49-
1. Enter the following details on the **Basics** tab on the **Create a peering service connection** page.
43+
1. In **Create a peering service connection**, enter or select the following information in the **Basics** tab:
5044

51-
52-
1. Select the subscription and the resource group associated with the subscription.
45+
| Setting | Value |
46+
| ------- | ----- |
47+
| **Project Details** | |
48+
| Subscription | Select your Azure subscription. |
49+
| Resource Group | Select **Create new**. </br> Enter *myResourceGroup*. </br> Select **OK**. |
50+
| **Instance details** | |
51+
| Name | Enter *myPeeringService*. |
5352

54-
![Create Peering basic tab](./media/peering-service-portal/peering-servicebasics.png)
53+
:::image type="content" source="./media/azure-portal/peering-service-basics.png" alt-text="Screenshot of the Basics tab of Create a peering service connection in Azure portal.":::
5554

56-
1. Enter a **Name** to which the Peering Service instance should be registered.
55+
> [!NOTE]
56+
> Once a Peering Service resource is created under a certain subscription and resource group, it cannot be moved to another resource group or subscription.
5757
58-
1. Now, select the **Next: Configuration** button at the bottom of the page. The **Configuration** page appears.
58+
1. Select **Next: Configuration**.
5959

6060
## Configure the Peering Service connection
6161

62-
1. On the **Configuration** page, select the customer network location to which the Peering Service must be enabled by selecting the same from the **Peering service location** drop-down list.
62+
1. On the **Configuration** page, select your **Country** and **State/Province** where the Peering Service must be enabled.
6363

64-
1. Select the service provider from whom the Peering Service must be obtained by selecting a provider name from the **Peering service provider** drop-down list.
64+
1. Select the **Provider** that you're using to enable the Peering Service.
6565

66-
1. Select the **provider's primary peering location** closest to the customer network location. This is the peering service location between Microsoft and Partner.
66+
1. Select the **provider primary peering location** closest to your network location. This is the peering service location between Microsoft and the Partner.
6767

68-
1. Select the **provider's backup peering location** as the next closest to the customer network location. peering services will be active via backup location only in the event of failure of primary peering service location for disaster recovery. If "None" is selected, internet will be the default failover route in the event of primary peering service location failure.
68+
1. Select the **provider backup peering location** as the next closest to your network location. A peering service will be active via the backup peering location only in the event of failure of primary peering service location for disaster recovery. If **None** is selected, internet will be the default failover route in the event of primary peering service location failure.
6969

70-
71-
1. Select **Create new prefix** at the bottom of the **Prefixes** section, and text boxes appear. Now, enter the name of the prefix resource and the prefixes that are associated with the service provider.
70+
1. Under the **Prefixes** section, select **Create new prefix**. In **Name**, enter a name for the prefix resource. Enter the prefixes that are associated with the service provider in **Prefix**. In **Prefix key**, enter the prefix key that was given to you by your provider (ISP or IXP). This key allows Microsoft to validate the prefix and provider who have allocated your IP prefix.
7271

73-
1. Select **Prefix Key** and add the Prefix Key that has been given to you by your provider (ISP or IXP). This key allows MS to validate the prefix and provider who have allocated your IP prefix.
74-
> ![Screenshot shows the Configuration tab of the Create a peering service connection page where you can enter the Prefix key.](./media/peering-service-portal/peering-serviceconfiguration.png)
72+
:::image type="content" source="./media/azure-portal/peering-service-configuration.png" alt-text="Screenshot of the Configuration tab of Create a peering service connection in Azure portal.":::
7573

76-
1. Select the **Review + create** button at the lower left of the page. The **Review + create** page appears, and Azure validates your configuration.
74+
1. Select **Review + create**.
7775

7876

79-
1. When you see the **Validation passed** message as shown, select **Create**.
80-
81-
> ![Screenshot shows the Review + create tab of the Create a peering service connection page.](./media/peering-service-portal/peering-service-prefix.png)
77+
1. Review the settings, and then select **Create**.
8278

79+
:::image type="content" source="./media/azure-portal/peering-service-create.png" alt-text="Screenshot of the Review + create tab of Create a peering service connection in Azure portal.":::
8380

84-
1. After you create a Peering Service connection, additional validation is performed on the included prefixes. You can review the validation status under the **Prefixes** section of the resource name. If the validation fails, one of the following error messages is displayed:
81+
1. After you create a Peering Service connection, additional validation is performed on the included prefixes. You can review the validation status under the **Prefixes** section of your Peering Service. If the validation fails, one of the following error messages is displayed:
8582

8683
- Invalid Peering Service prefix, the prefix should be valid format, only IPv4 prefix is supported currently.
87-
- Prefix was not received from Peering Service provider, contact Peering Service provider.
88-
- Prefix announcement does not have a valid BGP community, contact Peering Service provider.
84+
- Prefix wasn't received from Peering Service provider, contact Peering Service provider.
85+
- Prefix announcement doesn't have a valid BGP community, contact Peering Service provider.
8986
- Prefix received with longer AS path(>3), contact Peering Service provider.
9087
- Prefix received with private AS in the path, contact Peering Service provider.
9188

9289
### Add or remove a prefix
9390

94-
Select **Add prefixes** on the **Prefixes** page to add prefixes.
91+
1. In the search box at the top of the portal, enter *Peering Service*. Select **Peering Services** in the search results.
9592

96-
Select the ellipsis (...) next to the listed prefix, and select the **Delete** option.
93+
1. Select your Peering Service that you want to add or remove a prefix to or from it.
9794

98-
### Delete a Peering Service connection
95+
1. Select **Prefixes**, and then select **Add prefix** to add prefixes.
9996

100-
On the **All Resources** page, select the check box on the Peering Service and select the **Delete** option at the top of the page.
97+
1. Select the ellipsis (**...**) next to the listed prefix, and select **Delete**.
10198

10299
> [!NOTE]
103100
> You can't modify an existing prefix.
104-
>
101+
102+
### Delete a Peering Service connection
103+
104+
1. In the search box at the top of the portal, enter *Peering Service*. Select **Peering Services** in the search results.
105+
106+
1. Select the checkbox next to the Peering Service that you want to delete, and then select **Delete** at the top of the page.
107+
108+
1. Enter *yes* in **Confirm delete**, and then select **Delete**.
109+
110+
:::image type="content" source="./media/azure-portal/peering-service-delete.png" alt-text="Screenshot of deleting a Peering Service in Azure portal.":::
105111

106112
## Next steps
107113

108-
- To learn about Peering Service connection, see [Peering Service connection](connection.md).
109-
- To learn about Peering Service connection telemetry, see [Peering Service connection telemetry](connection-telemetry.md).
110-
- To measure telemetry, see [Measure connection telemetry](measure-connection-telemetry.md).
111-
- To create the peering service connection by using Azure PowerShell, see [Create a Peering Service connection - Azure PowerShell](powershell.md).
112-
- To create the connection by using the Azure CLI, see [Create a Peering Service connection - Azure CLI](cli.md).
114+
- To learn more about Peering Service connection, see [Peering Service connection](connection.md).
115+
- To learn more about Peering Service connection telemetry, see [Peering Service connection telemetry](connection-telemetry.md).
116+
- To measure Peering Service connection telemetry, see [Measure connection telemetry](measure-connection-telemetry.md).
38.3 KB
Loading
54.1 KB
Loading
50.4 KB
Loading
72.5 KB
Loading

0 commit comments

Comments
 (0)