Skip to content

Commit f08c7cc

Browse files
authored
Merge pull request #95848 from MeenakshiRavi-ui/workingbranch
snippet syntax
2 parents e3c6c1f + ad51dcb commit f08c7cc

File tree

6 files changed

+25
-21
lines changed

6 files changed

+25
-21
lines changed

articles/peering-service/azure-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ If you don't have an Azure subscription, create an [account](https://azure.micro
2525
> This preview version is provided without a service level agreement. We don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities.
2626
> For more information, see [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2727
28-
## Prerequisites
28+
## Prerequisites
29+
2930
You must have the following:
3031

3132
### Azure account
@@ -44,7 +45,7 @@ Before you proceed to the steps of registering the Peering Service, you need to
4445

4546
**Azure PowerShell**
4647

47-
```PowerShellCopy
48+
```azurepowershell-interactive
4849
Register-AzProviderFeature-FeatureName AllowPeeringService ProviderNamespace Microsoft.Peering
4950
5051
Register-AzResourceProvider -ProviderNamespace Microsoft.Peering
@@ -53,7 +54,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.Peering
5354

5455
**Azure CLI**
5556

56-
```azurecli
57+
```azurecli-interactive
5758
az feature register --namespace Microsoft.Peering--name AllowPeeringService
5859
```
5960

articles/peering-service/cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ If you choose to install and use the CLI locally, this article requires the Azur
2828
> For more information, see [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2929
3030
## Prerequisites
31+
3132
You must have the following:
3233

3334
### Azure account
@@ -44,7 +45,7 @@ Make sure that the connectivity providers are partnered with Microsoft.
4445

4546
To begin your configuration, sign in to your Azure account. If you use the Cloud Shell **Try It** option, you're signed in automatically. Use the following examples to help you connect.
4647

47-
```azurecli
48+
```azurecli-interactive
4849
az login
4950
```
5051

@@ -70,7 +71,7 @@ az group create -n MyResourceGroup -l "West US"
7071

7172
Before you proceed to the steps of registering the Peering Service connection by using the Azure CLI, register your subscription with the resource provider and feature flag by using the Azure CLI. The Azure CLI commands are specified here:
7273

73-
```azurecli
74+
```azurecli-interactive
7475
7576
az feature register --namespace Microsoft.Peering --name AllowPeeringService
7677

articles/peering-service/connection-telemetry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Connection telemetry provides insights collected for the connectivity between th
2222
2323
## Preview scope
2424

25-
Connection telemetry is composed of the following scopes:
25+
Connection telemetry is composed of the following scopes:
2626

27-
**Latency measurement**
27+
### Latency measurement
2828

2929
Latency is measured from the client to the Microsoft edge PoP for the registered prefixes.
3030

31-
**Route (prefix) monitoring and protection**
31+
### Route prefix monitoring and protection
3232

33-
Routing paths are monitored for any suspicious activity that's then captured in event logs. For instance, event logs are created for some of these factors:
33+
Routing paths are monitored for any suspicious activity that's then captured in event logs. For instance, event logs are created for some of these factors:
3434

3535
- Prefix hijacks
3636
- Prefix withdrawal

articles/peering-service/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ landingContent:
2828
url: about.md
2929
- linkListType: concept
3030
links:
31-
- text: Location and partners
31+
- text: Locations and partners
3232
url: location-partners.md
3333
- text: Connections
3434
url: connection.md

articles/peering-service/location-partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The table in this article provides information on the Peering Service connectivi
2929

3030
| **Partners** | **Market**|
3131
|-----------|---------|
32-
| BBIX |Japan |
32+
| [BBIX](https://www.bbix.net/service/mpr/) |Japan |
3333
| [CCL](https://concepts.co.nz/news/general-news/) |Oceania |
3434
| [Colt](https://www.colt.net/why-colt/strategic-alliances/microsoft-partnership/)|Europe|
3535
| [DE-CIX](https://www.de-cix.net/microsoft)|Europe, North America |

articles/peering-service/powershell.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Make sure that the connectivity providers are partnered with Microsoft.
4848

4949
Before you proceed to the steps of registering Peering Service, register your subscription with the resource provider and feature flag by using Azure PowerShell. The Azure PowerShell commands are specified here:
5050

51-
```PowerShellCopy
51+
```azurepowershell-interactive
5252
Register-AzProviderFeature -FeatureName AllowPeeringService ProviderNamespace Microsoft.Peering
5353
5454
Register-AzResourceProvider -ProviderNamespace Microsoft.Peering
@@ -61,32 +61,34 @@ Run the following commands in Azure PowerShell to acquire the location and servi
6161

6262
Get Peering Service locations:
6363

64-
```
64+
```azurepowershell-interactive
6565
Get-AzPeeringServiceLocation -Country "United States"
6666
```
6767

6868
Get Peering Service providers:
6969

70-
```
70+
```azurepowershell-interactive
7171
Get-AzPeeringServiceProvider
7272
```
7373

7474
### Register the Peering Service connection
7575

7676
Register the Peering Service connection by using the following set of commands via Azure PowerShell. This example registers the Peering Service named myPeeringService.
7777

78-
```loc = "Washington"
78+
```azurepowershell-interactive
79+
$loc = "Washington"
7980
$provider = "TestPeer1"
8081
$resourceGroup = "MyResourceGroup"
8182
$name = “myPeeringService”
82-
$peeringService = New-AzPeeringService -ResourceGroupName $resourceGroup -Name $name -PeeringLocation $loc -PeeringServiceProvider $provider
83+
$peeringService = New-AzPeeringService -ResourceGroupName $resourceGroup -Name $name -PeeringLocation $loc -PeeringServiceProvider $provider
8384
```
8485

8586
### Register the Peering Service prefix
8687

8788
Register the prefix that's provided by the connectivity provider by executing the following commands via Azure PowerShell. This example registers the prefix named myPrefix.
8889

89-
```$loc = "Washington"
90+
```azurepowershell-interactive
91+
$loc = "Washington"
9092
$provider = "TestPeer1"
9193
$resourceGroup = "MyResourceGroup"
9294
$name = “myPeeringService”
@@ -100,27 +102,27 @@ $prefixService = $peeringService | New-AzPeeringServicePrefix -Name $prefixName
100102

101103
To view the list of all Peering Services connections, run the following command:
102104

103-
```
105+
```azurepowershell-interactive
104106
$peeringService = Get-AzPeeringService
105107
```
106108

107109
### List all the Peering Service prefixes
108110

109111
To view the list of all Peering Service prefixes, run the following command:
110112

111-
```
113+
```azurepowershell-interactive
112114
$prefixName = "myPrefix"
113115
```
114116

115-
```
117+
```azurepowershell-interactive
116118
$prefix = Get-AzPeeringServicePrefix -PeeringServiceName "myPeeringService" -ResourceGroupName "MyResourceGroup" -Name "myPrefix"
117119
```
118120

119121
### Remove the Peering Service prefix
120122

121123
To remove the Peering Service prefix, run the following command:
122124

123-
```
125+
```azurepowershell-interactive
124126
Remove-AzPeeringServicePrefix -ResourceGroupName "MyResourceGroup" -Name "myPrefix" -PeeringServiceName "myPeeringService"
125127
```
126128

0 commit comments

Comments
 (0)