Skip to content

Commit 38a7113

Browse files
committed
Add high resiliency
1 parent 9fa551a commit 38a7113

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This quickstart shows you how to create, provision, verify, update,
44
services: expressroute
55
author: duongau
66
ms.author: duau
7-
ms.date: 09/17/2024
7+
ms.date: 09/25/2024
88
ms.topic: quickstart
99
ms.service: azure-expressroute
1010
ms.custom: devx-track-azurepowershell, mode-api
@@ -102,9 +102,18 @@ highAvailabilitySetup/New-AzHighAvailabilityExpressRouteCircuits.ps1 -Subscripti
102102
> [!NOTE]
103103
> Maximum Resiliency provides maximum protection against location wide outages and connectivity failures in an ExpressRoute location. This option is strongly recommended for all critical and production workloads.
104104
105+
# [**High Resiliency**](#tab/high)
106+
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.
108+
109+
```azurepowershell-interactive
110+
New-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup" -Location "West EU" -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "Equinix" -PeeringLocation "Amsterdam metro" -BandwidthInMbps 200
111+
```
112+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/high-resiliency.png" alt-text="Diagram of high resiliency for an ExpressRoute connection.":::
113+
105114
# [**Standard Resiliency**](#tab/standard)
106115

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:
116+
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.
108117

109118
```azurepowershell-interactive
110119
New-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "ExpressRouteResourceGroup" -Location "West US" -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "Equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 200

0 commit comments

Comments
 (0)