You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-circuit-portal-resource-manager.md
+72-6Lines changed: 72 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
1
---
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.
4
4
services: expressroute
5
5
author: duongau
6
6
ms.author: duau
7
-
ms.date: 08/31/2023
7
+
ms.date: 01/24/2024
8
8
ms.topic: quickstart
9
9
ms.service: expressroute
10
10
ms.custom: mode-ui
11
+
zone_pivot_groups: expressroute-experience
11
12
---
12
13
13
-
# Quickstart: Create and modify an ExpressRoute circuit
14
+
# Quickstart: Create and modify ExpressRoute circuits
14
15
15
16
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.
16
17
@@ -23,6 +24,69 @@ This quickstart shows you how to create an ExpressRoute circuit using the Azure
23
24
24
25
## <aname="create"></a>Create and provision an ExpressRoute circuit
25
26
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
+
26
90
### Sign in to the Azure portal
27
91
28
92
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
44
108
| Region | West US 2 |
45
109
| Name | TestERCircuit |
46
110
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.":::
48
112
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).
50
114
51
115
:::image type="content" source="./media/expressroute-howto-circuit-portal-resource-manager/expressroute-create-configuration.png" alt-text="Screenshot of how to configure the circuit.":::
52
116
@@ -67,6 +131,8 @@ From a browser, sign in to the [Azure portal](https://portal.azure.com) and sign
67
131
68
132
1. Select **Review + create** and then select **Create** to deploy the ExpressRoute circuit.
0 commit comments