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
Copy file name to clipboardExpand all lines: articles/peering-service/cli.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,39 @@
1
1
---
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
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
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
8
9
ms.workload: Infrastructure-services
9
-
ms.date: 01/12/2023
10
+
ms.date: 05/2/2020
10
11
ms.author: halkazwini
11
-
ms.custom: template-how-to, engagement-fy23
12
12
---
13
13
14
-
# Create, change, or delete a Peering Service connection using the Azure CLI
14
+
# Register a Peering Service connection by 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.
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.
17
17
18
-
In this article, you'll learn how to create, change, and delete a Peering Service connection using the Azure CLI.
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).
19
19
20
20
## Prerequisites
21
21
22
-
- An Azure subscription.
22
+
You must have the following:
23
23
24
-
- A connectivity provider. For more information, see [Peering Service partners](./location-partners.md).
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.
- 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.
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.
29
37
30
38
### 1. Select your subscription
31
39
@@ -41,13 +49,14 @@ If you don't already have a resource group, you must create one before you regis
41
49
az group create -n MyResourceGroup -l "West US"
42
50
```
43
51
44
-
## Register your subscription with the resource provider and feature flag
52
+
### 2. Register your subscription with the resource provider and feature flag
45
53
46
54
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:
47
55
48
56
```azurecli-interactive
57
+
49
58
az feature register --namespace Microsoft.Peering --name AllowPeeringService
0 commit comments