Skip to content

Commit ac07c46

Browse files
committed
tweak
1 parent 77a923e commit ac07c46

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

articles/peering-service/azure-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.service: peering-service
77
ms.topic: how-to
88
ms.workload: Infrastructure-services
9-
ms.date: 01/12/2023
9+
ms.date: 01/13/2023
1010
ms.author: halkazwini
1111
ms.custom: template-how-to, engagement-fy23
1212
---
@@ -18,9 +18,9 @@ ms.custom: template-how-to, engagement-fy23
1818
> * [PowerShell](powershell.md)
1919
> * [Azure CLI](cli.md)
2020
21-
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.
21+
Azure Peering Service is a networking service that enhances connectivity to Microsoft cloud services such as Microsoft 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet.
2222

23-
In this article, you'll learn how to create, change, and delete a Peering Service connection by using the Azure portal.
23+
In this article, you'll learn how to create, change, and delete a Peering Service connection using the Azure portal.
2424

2525
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2626

articles/peering-service/cli.md

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,31 @@
11
---
2-
title: Register a Peering Service Preview connection by using the Azure CLI
3-
description: Learn how to register a Peering Service connection by using the Azure CLI
2+
title: Create, change, or delete a Peering Service connection - Azure CLI
3+
description: Learn how to create, change, or delete a Peering Service connection using the Azure CLI
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: 05/2/2020
9+
ms.date: 01/12/2023
1110
ms.author: halkazwini
11+
ms.custom: template-how-to, engagement-fy23
1212
---
1313

14-
# Register a Peering Service connection by using the Azure CLI
14+
# Create, change, or delete a Peering Service connection using the Azure CLI
1515

16-
Azure Peering Service is a networking service that enhances customer connectivity to Microsoft cloud services such as Microsoft 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet. In this article, you'll learn how to register a Peering Service connection by using the Azure CLI.
16+
Azure Peering Service is a networking service that enhances customer connectivity to Microsoft cloud services such as Microsoft 365, Dynamics 365, software as a service (SaaS) services, Azure, or any Microsoft services accessible via the public internet.
1717

18-
- This article requires version 2.0.28 or later of the Azure CLI. Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade).
18+
In this article, you'll learn how to create, change, and delete a Peering Service connection using the Azure CLI.
1919

2020
## Prerequisites
2121

22-
You must have the following:
22+
- An Azure subscription.
2323

24-
### Azure account
25-
26-
You must have a valid and active Microsoft Azure account. This account is required to set up the Peering Service connection. Peering Service is a resource within Azure subscriptions.
27-
28-
### Connectivity provider
29-
30-
You can work with an internet service provider or internet exchange partner to obtain Peering Service to connect your network with the Microsoft network.
31-
32-
Make sure that the connectivity providers are partnered with Microsoft.
24+
- A connectivity provider. For more information, see [Peering Service partners](./location-partners.md).
3325

3426
[!INCLUDE [azure-cli-prepare-your-environment-h3.md](../../includes/azure-cli-prepare-your-environment-h3.md)]
3527

36-
- This article requires version 2.0.28 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
28+
- This article requires version 2.0.28 or later of the Azure CLI. Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade). If using Azure Cloud Shell, the latest version is already installed.
3729

3830
### 1. Select your subscription
3931

@@ -49,14 +41,13 @@ If you don't already have a resource group, you must create one before you regis
4941
az group create -n MyResourceGroup -l "West US"
5042
```
5143

52-
### 2. Register your subscription with the resource provider and feature flag
44+
## Register your subscription with the resource provider and feature flag
5345

5446
Before you proceed to the steps of registering the Peering Service connection by using the Azure CLI, register your subscription with the resource provider and feature flag by using the Azure CLI. The Azure CLI commands are specified here:
5547

5648
```azurecli-interactive
57-
5849
az feature register --namespace Microsoft.Peering --name AllowPeeringService
59-
50+
az provider register --name Microsoft.Peering
6051
```
6152

6253
### 3. Register the Peering Service connection

0 commit comments

Comments
 (0)