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
Make sure that you specify the correct SKU tier and SKU family:
64
64
65
-
* SKU tier determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*. You can't change the SKU from *Standard/Premium* to *Local*.
65
+
* SKU tier determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*.
66
66
* SKU family determines the billing type. You can specify *MeteredData* for a metered data plan and *UnlimitedData* for an unlimited data plan. You can change the billing type from *MeteredData* to *UnlimitedData*, but you can't change the type from *UnlimitedData* to *MeteredData*. A *Local* circuit is always *UnlimitedData*.
67
67
68
68
> [!IMPORTANT]
@@ -290,7 +290,7 @@ You can modify certain properties of an ExpressRoute circuit without impacting c
290
290
291
291
You can do the following tasks with no downtime:
292
292
293
-
* Enable or disable an ExpressRoute premium add-on for your ExpressRoute circuit. Changing the SKU from *Standard/Premium* to *Local* isn't supported.
293
+
* Enable or disable an ExpressRoute premium add-on for your ExpressRoute circuit.
294
294
* Increase the bandwidth of your ExpressRoute circuit provided there's capacity available on the port. Downgrading the bandwidth of a circuit isn't supported.
295
295
* Change the metering plan from Metered Data to Unlimited Data. Changing the metering plan from Unlimited Data to Metered Data isn't supported.
296
296
* You can enable and disable *Allow Classic Operations*.
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-circuit-portal-resource-manager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,13 @@ From a browser, navigate to the [Azure portal](https://portal.azure.com) and sig
56
56
| Create new or import from classic | Select if you're creating a new circuit or if you're migrating a classic circuit to Azure Resource Manager. |
57
57
| Provider | Select the internet service provider who you'll be requesting your service from. |
58
58
| Peering Location | Select the physical location where you're peering with Microsoft. |
59
-
| 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 Standard and Premium but not to Local once created. |
59
+
| 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. |
60
60
| 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**. |
61
61
| Allow classic operations | Enable this option to allow classic virtual networks to link to the circuit. |
62
62
63
63
> [!IMPORTANT]
64
64
> * 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.
65
-
> * You can't change the SKU from **Standard/Premium** to **Local**.
65
+
> * 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).
66
66
> * You can't change the type from **Unlimited** to **Metered**.
67
67
68
68
1. Select **Review + create** and then select **Create** to deploy the ExpressRoute circuit.
@@ -136,7 +136,7 @@ You can do the following tasks with no downtime:
136
136
* Enable or disable an ExpressRoute Premium add-on for your ExpressRoute circuit.
137
137
138
138
> [!IMPORTANT]
139
-
> Changing the SKU from **Standard/Premium** to **Local** is not supported.
139
+
> Changing the SKU from **Standard/Premium** to **Local** is not supported 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).
140
140
141
141
* Increase the bandwidth of your ExpressRoute circuit, provided there's capacity available on the port.
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-circuit-resource-manager-template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ Learn how to create an ExpressRoute circuit by deploying an Azure Resource Manag
33
33
34
34
## <aname="create"></a>Create and provision an ExpressRoute circuit
35
35
36
-
[Azure Quickstart templates](https://azure.microsoft.com/resources/templates/) has a good collection of Resource Manager template. You use one of the [existing templates](https://azure.microsoft.com/resources/templates/expressroute-circuit-create/) to create an ExpressRoute circuit.
36
+
[Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/) has a good collection of Resource Manager template. You use one of the [existing templates](https://azure.microsoft.com/resources/templates/expressroute-circuit-create/) to create an ExpressRoute circuit.
To see more related templates, select [here](https://azure.microsoft.com/resources/templates/?term=expressroute).
41
41
42
42
To create an ExpressRoute Circuit by deploying a template:
43
43
44
-
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud shell.
44
+
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud Shell.
45
45
46
46
```azurepowershell-interactive
47
47
$circuitName = Read-Host -Prompt "Enter a circuit name"
@@ -60,7 +60,7 @@ To create an ExpressRoute Circuit by deploying a template:
60
60
Write-Host "Press [ENTER] to continue ..."
61
61
```
62
62
63
-
* **SKU tier** determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*. You cannot change the SKU from *Standard/Premium* to *Local*.
63
+
* **SKU tier** determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*.
64
64
* **SKU family** determines the billing type. You can specify *Metereddata* for a metered data plan and *Unlimiteddata* for an unlimited data plan. You can change the billing type from *Metereddata* to *Unlimiteddata*, but you can't change the type from *Unlimiteddata* to *Metereddata*. A *Local* circuit is *Unlimiteddata* only.
65
65
* **Peering Location** is the physical location where you are peering with Microsoft.
Copy file name to clipboardExpand all lines: articles/expressroute/howto-circuit-cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ The following example shows how to create a 200-Mbps ExpressRoute circuit throug
129
129
130
130
Make sure that you specify the correct SKU tier and SKU family:
131
131
132
-
* SKU tier determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*. You can't change the SKU from *Standard/Premium* to *Local*.
132
+
* SKU tier determines whether an ExpressRoute circuit is [Local](expressroute-faqs.md#expressroute-local), Standard, or [Premium](expressroute-faqs.md#expressroute-premium). You can specify *Local*, *Standard, or *Premium*.
133
133
* SKU family determines the billing type. You can specify *MeteredData* for a metered data plan and *UnlimitedData* for an unlimited data plan. You can change the billing type from *MeteredData* to *UnlimitedData*, but you can't change the type from *UnlimitedData* to *MeteredData*. A *Local* circuit is *UnlimitedData* only.
134
134
135
135
@@ -267,7 +267,7 @@ Next, link a virtual network to your ExpressRoute circuit. Use the [Linking virt
267
267
268
268
You can modify certain properties of an ExpressRoute circuit without impacting connectivity. You can make the following changes with no downtime:
269
269
270
-
* You can enable or disable an ExpressRoute premium add-on for your ExpressRoute circuit. Changing the SKU from *Standard/Premium* to *Local* isn't supported.
270
+
* You can enable or disable an ExpressRoute premium add-on for your ExpressRoute circuit.
271
271
* You can increase the bandwidth of your ExpressRoute circuit provided there's capacity available on the port. However, downgrading the bandwidth of a circuit isn't supported.
272
272
* You can change the metering plan from Metered Data to Unlimited Data. However, changing the metering plan from Unlimited Data to Metered Data isn't supported.
273
273
* You can enable and disable *Allow Classic Operations*.
0 commit comments