Skip to content

Commit ccd897e

Browse files
committed
tweaks
1 parent 89ae1dd commit ccd897e

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

articles/expressroute/expressroute-howto-circuit-arm.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,12 @@ If you're creating an ExpressRoute circuit with a resiliency type of **Maximum
5454

5555
#### Clone the script
5656

57-
1. Clone the setup script from GitHub.
58-
59-
```azurepowershell-interactive
60-
git clone https://github.com/Azure-Samples/azure-docs-powershell-samples/
61-
```
62-
63-
1. Change to the directory where the script is located.
64-
65-
```azurepowershell-interactive
66-
CD azure-docs-powershell-samples/expressroute/
67-
```
57+
```azurepowershell-interactive
58+
# Clone the setup script from GitHub.
59+
git clone https://github.com/Azure-Samples/azure-docs-powershell-samples/
60+
# Change to the directory where the script is located.
61+
CD azure-docs-powershell-samples/expressroute/
62+
```
6863

6964
#### Run the script
7065

@@ -95,8 +90,7 @@ $resourceGroupName = (Get-AzResourceGroup -Name "<ResourceGroupName>").ResourceG
9590
The following example shows how to create two ExpressRoute circuits through Equinix with local redundancy in Silicon Valley and Washington DC. If you're using a different provider and different settings, replace that information when you make your request.
9691

9792
> [!NOTE]
98-
> This example uses the **New-AzHighAvailabilityExpressRouteCircuits.ps1** script. You need to clone the script from GitHub and run it to create the circuits. For more information, see [Clone the script](#clone-the-script).
99-
93+
> This example uses the **New-AzHighAvailabilityExpressRouteCircuits.ps1** script. You must clone the script from GitHub to create the circuits. For more information, see [Clone the script](#clone-the-script).
10094
10195
```azurepowershell-interactive
10296
$SubscriptionId = Get-AzureSubscription -SubscriptionName "<SubscriptionName>"

0 commit comments

Comments
 (0)