You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
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.
24
24
25
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.
Copy file name to clipboardExpand all lines: articles/peering-service/cli.md
+12-21Lines changed: 12 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,31 @@
1
1
---
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
4
4
services: peering-service
5
5
author: halkazwini
6
6
ms.service: peering-service
7
7
ms.topic: how-to
8
-
ms.tgt_pltfrm: na
9
8
ms.workload: Infrastructure-services
10
-
ms.date: 05/2/2020
9
+
ms.date: 01/12/2023
11
10
ms.author: halkazwini
11
+
ms.custom: template-how-to, engagement-fy23
12
12
---
13
13
14
-
# Register a Peering Service connection by using the Azure CLI
14
+
# Create, change, or delete a Peering Service connection using the Azure CLI
15
15
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.
17
17
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.
19
19
20
20
## Prerequisites
21
21
22
-
You must have the following:
22
+
- An Azure subscription.
23
23
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).
- 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.
37
29
38
30
### 1. Select your subscription
39
31
@@ -49,14 +41,13 @@ If you don't already have a resource group, you must create one before you regis
49
41
az group create -n MyResourceGroup -l "West US"
50
42
```
51
43
52
-
### 2. Register your subscription with the resource provider and feature flag
44
+
## Register your subscription with the resource provider and feature flag
53
45
54
46
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:
55
47
56
48
```azurecli-interactive
57
-
58
49
az feature register --namespace Microsoft.Peering --name AllowPeeringService
0 commit comments