Skip to content

Commit 42c3845

Browse files
committed
fix screenshots
1 parent ac07c46 commit 42c3845

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

articles/peering-service/cli.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
---
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
44
services: peering-service
55
author: halkazwini
66
ms.service: peering-service
77
ms.topic: how-to
8+
ms.tgt_pltfrm: na
89
ms.workload: Infrastructure-services
9-
ms.date: 01/12/2023
10+
ms.date: 05/2/2020
1011
ms.author: halkazwini
11-
ms.custom: template-how-to, engagement-fy23
1212
---
1313

14-
# Create, change, or delete a Peering Service connection using the Azure CLI
14+
# Register a Peering Service connection by 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.
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.
1717

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).
1919

2020
## Prerequisites
2121

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

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.
2533

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

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.
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.
2937

3038
### 1. Select your subscription
3139

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

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

4654
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:
4755

4856
```azurecli-interactive
57+
4958
az feature register --namespace Microsoft.Peering --name AllowPeeringService
50-
az provider register --name Microsoft.Peering
59+
5160
```
5261

5362
### 3. Register the Peering Service connection
-959 Bytes
Loading
81.6 KB
Loading

0 commit comments

Comments
 (0)