Skip to content

Commit 9efd087

Browse files
committed
tweak
1 parent 131ed6a commit 9efd087

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/internet-peering/howto-subscription-association-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: template-how-to, devx-track-azurepowershell, engagement-fy23
1616
> - [Azure portal](howto-subscription-association-portal.md)
1717
> - [PowerShell](howto-subscription-association-powershell.md)
1818
19-
Before you submit a peering request, you should first associate your ASN with Azure subscription using the steps below.
19+
Before you submit a peering request, you should first associate your ASN with Azure subscription using the steps in this article.
2020

2121
If you prefer, you can complete this guide using the [Azure portal](howto-subscription-association-portal.md).
2222

@@ -29,13 +29,13 @@ If you prefer, you can complete this guide using the [Azure portal](howto-subscr
2929
[!INCLUDE [Account](./includes/account-powershell.md)]
3030

3131
### Register for peering resource provider
32-
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.
3333

3434
```powershell
3535
Register-AzResourceProvider -ProviderNamespace Microsoft.Peering
3636
```
3737

38-
You can check the registration status using the commands below:
38+
You can check the registration status using [Get-AzResourceProvider](/powershell/module/az.resources/get-azresourceprovider):
3939
```powershell
4040
Get-AzResourceProvider -ProviderNamespace Microsoft.Peering
4141
```
@@ -59,11 +59,11 @@ A subscription can have multiple ASNs. Update the peering information for each A
5959

6060
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.
6161

62-
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.
6363

6464
## View status of a PeerASN
6565

66-
Check for ASN Validation state using the command below:
66+
Check for ASN Validation state using [Get-AzPeerAsn](/powershell/module/az.peering/get-azpeerasn):
6767

6868
```powershell
6969
Get-AzPeerAsn

0 commit comments

Comments
 (0)