Skip to content

Commit a359ed3

Browse files
authored
Merge pull request #264120 from duongau/newcreateer
ExpressRoute - Create new ExpressRoute circuit portal (new preview experience)
2 parents f65ec3a + 0bfc54d commit a359ed3

File tree

8 files changed

+80
-6
lines changed

8 files changed

+80
-6
lines changed

articles/expressroute/expressroute-howto-circuit-portal-resource-manager.md

Lines changed: 72 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: 'Quickstart: Create and modify a circuit with ExpressRoute - Azure portal'
3-
description: In this quickstart, you learn how to create, provision, verify, update, delete, and deprovision an ExpressRoute circuit by using the Azure portal.
2+
title: 'Quickstart: Create and modify ExpressRoute circuits - Azure portal'
3+
description: In this quickstart, you learn how to create, provision, verify, update, delete, and deprovision ExpressRoute circuits by using the Azure portal.
44
services: expressroute
55
author: duongau
66
ms.author: duau
7-
ms.date: 08/31/2023
7+
ms.date: 01/24/2024
88
ms.topic: quickstart
99
ms.service: expressroute
1010
ms.custom: mode-ui
11+
zone_pivot_groups: expressroute-experience
1112
---
1213

13-
# Quickstart: Create and modify an ExpressRoute circuit
14+
# Quickstart: Create and modify ExpressRoute circuits
1415

1516
This quickstart shows you how to create an ExpressRoute circuit using the Azure portal and the Azure Resource Manager deployment model. You can also check the status, update, delete, or deprovision a circuit.
1617

@@ -23,6 +24,69 @@ This quickstart shows you how to create an ExpressRoute circuit using the Azure
2324

2425
## <a name="create"></a>Create and provision an ExpressRoute circuit
2526

27+
::: zone pivot="expressroute-preview"
28+
29+
### Sign in to the Azure portal
30+
31+
Sign in to the Azure portal with this [Preview link](https://aka.ms/expressrouteguidedportal). This link is required to access the new preview create experience for an ExpressRoute circuit.
32+
33+
### Create a new ExpressRoute circuit (Preview)
34+
35+
> [!IMPORTANT]
36+
> Your ExpressRoute circuit is billed from the moment a service key is issued. Ensure that you perform this operation when the connectivity provider is ready to provision the circuit.
37+
38+
1. On the Azure portal menu, select **+ Create a resource**. Search for **ExpressRoute (preview)** and then select **Create**.
39+
40+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/create-expressroute-circuit-new.png" alt-text="Screenshot of preview create experience of ExpressRoute circuit resource.":::
41+
42+
1. Select the **Subscription** and **Resource Group** for the circuit. Then select the type of **Resiliency** for your setup.
43+
44+
**Maximum Resiliency** - This option provides the highest level of resiliency for your ExpressRoute circuit. It provides two ExpressRoute circuits with local redundancy in two different ExpressRoute locations.
45+
46+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/maximum-resiliency.png" alt-text="Diagram of maximum resiliency for an ExpressRoute connection.":::
47+
48+
**Standard Resiliency** - This option provides a single ExpressRoute circuit with local redundancy at a single ExpressRoute location.
49+
50+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/standard-resiliency.png" alt-text="Diagram of standard resiliency for an ExpressRoute connection.":::
51+
52+
1. Enter or select the following information for the respective resiliency type.
53+
54+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/new-configuration.png" alt-text="Screenshot of the new ExpressRoute circuit configuration page.":::
55+
56+
**Maximum Resiliency**
57+
58+
| Setting | Value |
59+
| --- | --- |
60+
| Use existing circuit or create new | You can augment resiliency of an existing standard circuit by selecting **Use existing circuit** and selecting an existing circuit for the first location. If you select **Use existing circuit**, you only need to configure the second circuit. If you select **Create new**, enter following information for both the new ExpressRoute circuit. |
61+
| Region | Select the region closest to the peering location of the circuit. |
62+
| Name | Enter a name for the ExpressRoute circuit. |
63+
| Port type | Select if you're connecting to a service provider or directly into Microsoft's global network at a peering location. |
64+
| Peering Location (Provider port type) | Select the physical location where you're peering with Microsoft. |
65+
| Provider (Provider port type)| Select the internet service provider who you are requesting your service from. |
66+
| ExpressRoute Direct resource (Direct port type) | Select the ExpressRoute Direct resource that you want to use. |
67+
| Bandwidth | Select the bandwidth for the ExpressRoute circuit. |
68+
| SKU | Select the SKU for the ExpressRoute circuit. You can specify **Local** to get the local SKU, **Standard** to get the standard SKU or **Premium** for the premium add-on. You can change between Local, Standard and Premium. |
69+
| Billing model | Select the billing type for egress data charge. You can specify **Metered** for a metered data plan and **Unlimited** for an unlimited data plan. You can change the billing type from **Metered** to **Unlimited**. |
70+
71+
> [!IMPORTANT]
72+
> * The Peering Location indicates the [physical location](expressroute-locations.md) where you are peering with Microsoft. This is **not** linked to "Location" property, which refers to the geography where the Azure Network Resource Provider is located. While they're not related, it is a good practice to choose a Network Resource Provider geographically close to the Peering Location of the circuit.
73+
> * You can't change the SKU from **Standard/Premium** to **Local** in Azure portal. To downgrade the SKU to **Local**, you can use [Azure PowerShell](expressroute-howto-circuit-arm.md) or [Azure CLI](howto-circuit-cli.md).
74+
> * You can't change the type from **Unlimited** to **Metered**.
75+
76+
Complete the same information for the second ExpressRoute circuit. When selecting an ExpressRoute location for the second circuit, you are provided with distances information from the first ExpressRoute location. This information can help you select the second ExpressRoute location.
77+
78+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/peering-location-distance.png" alt-text="Screenshot of distance information from first ExpressRoute circuit.":::
79+
80+
**Standard Resiliency**
81+
82+
For standard resiliency, you only need to enter information for one ExpressRoute circuit.
83+
84+
1. Select **Review + create** and then select **Create** to deploy the ExpressRoute circuit.
85+
86+
::: zone-end
87+
88+
::: zone pivot="expressroute-current"
89+
2690
### Sign in to the Azure portal
2791

2892
From a browser, sign in to the [Azure portal](https://portal.azure.com) and sign in with your Azure account.
@@ -44,9 +108,9 @@ From a browser, sign in to the [Azure portal](https://portal.azure.com) and sign
44108
| Region | West US 2 |
45109
| Name | TestERCircuit |
46110

47-
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/expressroute-create-basic.png" alt-text=" Screenshot of how to configure the resource group and region.":::
111+
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/expressroute-create-basic.png" alt-text="Screenshot of how to configure the resource group and region.":::
48112

49-
1. When you're filling in the values on this page, make sure that you specify the correct SKU tier (Local, Standard, or Premium) and data metering billing model (Unlimited or Metered).
113+
1. When you enter in the values on this page, make sure that you specify the correct SKU tier (Local, Standard, or Premium) and data metering billing model (Unlimited or Metered).
50114

51115
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/expressroute-create-configuration.png" alt-text="Screenshot of how to configure the circuit.":::
52116

@@ -67,6 +131,8 @@ From a browser, sign in to the [Azure portal](https://portal.azure.com) and sign
67131
68132
1. Select **Review + create** and then select **Create** to deploy the ExpressRoute circuit.
69133

134+
::: zone-end
135+
70136
### View the circuits and properties
71137

72138
**View all the circuits**
36.9 KB
Loading
35 KB
Loading
31.9 KB
Loading
85.4 KB
Loading
10.6 KB
Loading
17.1 KB
Loading

articles/zone-pivot-groups.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,6 +2451,14 @@ groups:
24512451
title: Standard/Premium
24522452
- id: front-door-classic
24532453
title: Classic
2454+
- id: expressroute-experience
2455+
title: ExpressRoute experience
2456+
prompt: "Select your ExpressRoute create experience:"
2457+
pivots:
2458+
- id: expressroute-current
2459+
title: Current
2460+
- id: expressroute-preview
2461+
title: Preview
24542462
# Owner: wiassaf
24552463
- id: azure-sql-deployment-option-single-elastic
24562464
title: Azure SQL deployment option, single or elastic

0 commit comments

Comments
 (0)