Skip to content

Commit addaec9

Browse files
committed
tweak
1 parent d8c1c2d commit addaec9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/peering-service/powershell.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Create, change, or delete a Peering Service connection - Azure PowerShell'
3-
description: Learn how to create, change, or delete an Azure Peering Service connection using PowerShell.
2+
title: Create or change a Peering Service connection - Azure PowerShell
3+
description: Learn how to create or change a Peering Service connection using PowerShell.
44
services: peering-service
55
author: halkazwini
66
ms.service: peering-service
@@ -10,7 +10,7 @@ ms.author: halkazwini
1010
ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1111
---
1212

13-
# Create, change, or delete a Peering Service connection using PowerShell
13+
# Create or change a Peering Service connection using PowerShell
1414

1515
> [!div class="op_single_selector"]
1616
> * [Portal](azure-portal.md)
@@ -19,7 +19,7 @@ ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1919
2020
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.
2121

22-
In this article, you'll learn how to create, change, or delete a Peering Service connection using PowerShell.
22+
In this article, you'll learn how to create and change a Peering Service connection using PowerShell.
2323

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

@@ -35,11 +35,11 @@ Use the Azure PowerShell module to register and manage Peering Service. You can
3535

3636
- An Azure subscription
3737

38-
- A connectivity provider. For more information, see [Azure peering service partners](./location-partners.md).
38+
- A connectivity provider. For more information, see [Peering Service partners](./location-partners.md).
3939

4040
### Register a subscription with the resource provider and feature flag
4141

42-
Before you proceed to the steps of creating Peering Service, register your subscription with the resource provider and feature flag using [Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider) [Register-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature):
42+
Before you proceed to the steps of creating Peering Service, register your subscription with the resource provider and feature flag using [Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider) and [Register-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature):
4343

4444
```azurepowershell-interactive
4545
# Register Microsoft.Peering provider.
@@ -55,7 +55,7 @@ Use [Get-AzPeeringServiceCountry](/powershell/module/az.peering/get-azpeeringser
5555
```azurepowershell-interactive
5656
# List the countries available for Peering Service.
5757
Get-AzPeeringServiceCountry
58-
# Gets a list of metro locations serviced by country
58+
# List metro locations serviced in a country
5959
Get-AzPeeringServiceLocation -Country "United States"
6060
```
6161

0 commit comments

Comments
 (0)