Skip to content

Commit bd7ebf4

Browse files
committed
tweaks
1 parent 3d278ea commit bd7ebf4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ $resourceGroupName = (Get-AzResourceGroup -Name "<ResourceGroupName>").ResourceG
8787

8888
# [**Maximum Resiliency**](#tab/maximum)
8989

90+
**Maximum Resiliency** (Recommended) provides the highest level of resiliency for your ExpressRoute connection. It provides two ExpressRoute circuits with local redundancy in two different ExpressRoute edge locations.
91+
9092
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.
9193

9294
> [!NOTE]
@@ -104,15 +106,19 @@ highAvailabilitySetup/New-AzHighAvailabilityExpressRouteCircuits.ps1 -Subscripti
104106
105107
# [**High Resiliency**](#tab/high)
106108

107-
The following example shows how to create an ExpressRoute circuit through Equinix in Silicon Valley. If you're using a different provider and different settings, replace that information when you make your request. Use the following example to request a new service key.
109+
**High Resiliency** provides resiliency against location wide outages through a single ExpressRoute circuit across two locations in a metropolitan area.
110+
111+
The following example shows how to create an ExpressRoute circuit through Equinix in Amsterdam Metro. If you're using a different provider and different settings, replace that information when you make your request. Use the following example to request a new service key.
108112

109113
```azurepowershell-interactive
110-
New-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup" -Location "West EU" -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "Equinix" -PeeringLocation "Amsterdam metro" -BandwidthInMbps 200
114+
New-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup" -Location "West EU" -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "Equinix" -PeeringLocation "Amsterdam Metro" -BandwidthInMbps 200
111115
```
112116
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/high-resiliency.png" alt-text="Diagram of high resiliency for an ExpressRoute connection.":::
113117

114118
# [**Standard Resiliency**](#tab/standard)
115119

120+
**Standard Resiliency** provides a single ExpressRoute circuit with local redundancy at a single ExpressRoute location.
121+
116122
The following example shows how to create an ExpressRoute circuit through Equinix in Silicon Valley. If you're using a different provider and different settings, replace that information when you make your request. Use the following example to request a new service key.
117123

118124
```azurepowershell-interactive

0 commit comments

Comments
 (0)