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
Register for peering resource provider in your subscription using the command below. If you don't execute this, then Azure resources required to set up peering aren't accessible.
32
+
Register for peering resource provider in your subscription using [Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider). If you don't execute this, then Azure resources required to set up peering aren't accessible.
@@ -63,11 +59,11 @@ A subscription can have multiple ASNs. Update the peering information for each A
63
59
64
60
Peers are expected to have a complete and up-to-date profile on [PeeringDB](https://www.peeringdb.com). We use this information during registration to validate the peer's details such as NOC information, technical contact information, and their presence at the peering facilities etc.
65
61
66
-
Note that in place of **{subscriptionId}** in the output above, actual subscription ID will be displayed.
62
+
In place of **{subscriptionId}** in the output, actual subscription ID is displayed.
67
63
68
64
## View status of a PeerASN
69
65
70
-
Check for ASN Validation state using the command below:
66
+
Check for ASN Validation state using [Get-AzPeerAsn](/powershell/module/az.peering/get-azpeerasn):
0 commit comments