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/powershell.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Use the Azure PowerShell module to register and manage Peering Service. You can
37
37
38
38
- A connectivity provider. For more information, see [Peering Service partners](./location-partners.md).
39
39
40
-
###Register a subscription with the resource provider and feature flag
40
+
## Register a subscription with the resource provider and feature flag
41
41
42
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):
##List Peering Service locations and service providers
52
52
53
53
Use [Get-AzPeeringServiceCountry](/powershell/module/az.peering/get-azpeeringservicecountry) to list the countries where Peering Service is available and [Get-AzPeeringServiceLocation](/powershell/module/az.peering/get-azpeeringservicelocation) to list the available metro locations in each country where you can get the Peering Service:
54
54
@@ -65,39 +65,39 @@ Use [Get-AzPeeringServiceProvider](/powershell/module/az.peering/get-azpeeringse
65
65
Get-AzPeeringServiceProvider
66
66
```
67
67
68
-
###Create a Peering Service connection
68
+
## Create a Peering Service connection
69
69
70
70
Create a Peering Service connection using [New-AzPeeringService](/powershell/module/az.peering/new-azpeeringservice):
71
71
72
72
```azurepowershell-interactive
73
73
New-AzPeeringService -ResourceGroupName myResourceGroup -Name myPeeringService -PeeringLocation Virginia -PeeringServiceProvider Contoso
74
74
```
75
75
76
-
###Add the Peering Service prefix
76
+
## Add the Peering Service prefix
77
77
78
78
Use [New-AzPeeringServicePrefix](/powershell/module/az.peering/new-azpeeringserviceprefix) to add the prefix provided to you by the connectivity provider:
0 commit comments