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 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.
21
21
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.
23
23
24
24
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25
25
@@ -35,11 +35,11 @@ Use the Azure PowerShell module to register and manage Peering Service. You can
35
35
36
36
- An Azure subscription
37
37
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).
39
39
40
40
### Register a subscription with the resource provider and feature flag
41
41
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):
43
43
44
44
```azurepowershell-interactive
45
45
# Register Microsoft.Peering provider.
@@ -55,7 +55,7 @@ Use [Get-AzPeeringServiceCountry](/powershell/module/az.peering/get-azpeeringser
55
55
```azurepowershell-interactive
56
56
# List the countries available for Peering Service.
57
57
Get-AzPeeringServiceCountry
58
-
# Gets a list of metro locations serviced by country
0 commit comments