Skip to content

Commit 397e43d

Browse files
Merge pull request #218910 from ShuheiUda/shuda-patch-1
ANPTA: remove downgrade limitation
2 parents 9d2b1e1 + 6a05eb3 commit 397e43d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ New-AzExpressRouteCircuit -Name "ExpressRouteARMCircuit" -ResourceGroupName "Exp
6262

6363
Make sure that you specify the correct SKU tier and SKU family:
6464

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*.
6666
* 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*.
6767

6868
> [!IMPORTANT]
@@ -290,7 +290,7 @@ You can modify certain properties of an ExpressRoute circuit without impacting c
290290

291291
You can do the following tasks with no downtime:
292292

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.
294294
* Increase the bandwidth of your ExpressRoute circuit provided there's capacity available on the port. Downgrading the bandwidth of a circuit isn't supported.
295295
* Change the metering plan from Metered Data to Unlimited Data. Changing the metering plan from Unlimited Data to Metered Data isn't supported.
296296
* You can enable and disable *Allow Classic Operations*.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ From a browser, navigate to the [Azure portal](https://portal.azure.com) and sig
5656
| 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. |
5757
| Provider | Select the internet service provider who you'll be requesting your service from. |
5858
| 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. |
6060
| 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**. |
6161
| Allow classic operations | Enable this option to allow classic virtual networks to link to the circuit. |
6262

6363
> [!IMPORTANT]
6464
> * 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).
6666
> * You can't change the type from **Unlimited** to **Metered**.
6767
6868
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:
136136
* Enable or disable an ExpressRoute Premium add-on for your ExpressRoute circuit.
137137

138138
> [!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).
140140
141141
* Increase the bandwidth of your ExpressRoute circuit, provided there's capacity available on the port.
142142

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Learn how to create an ExpressRoute circuit by deploying an Azure Resource Manag
3333

3434
## <a name="create"></a>Create and provision an ExpressRoute circuit
3535

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.
3737

3838
[!code-json[create-azure-expressroute-circuit](~/quickstart-templates/quickstarts/microsoft.network/expressroute-circuit-create/azuredeploy.json)]
3939

4040
To see more related templates, select [here](https://azure.microsoft.com/resources/templates/?term=expressroute).
4141

4242
To create an ExpressRoute Circuit by deploying a template:
4343

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.
4545

4646
```azurepowershell-interactive
4747
$circuitName = Read-Host -Prompt "Enter a circuit name"
@@ -60,7 +60,7 @@ To create an ExpressRoute Circuit by deploying a template:
6060
Write-Host "Press [ENTER] to continue ..."
6161
```
6262
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*.
6464
* **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.
6565
* **Peering Location** is the physical location where you are peering with Microsoft.
6666

articles/expressroute/howto-circuit-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following example shows how to create a 200-Mbps ExpressRoute circuit throug
129129

130130
Make sure that you specify the correct SKU tier and SKU family:
131131

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*.
133133
* 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.
134134

135135

@@ -267,7 +267,7 @@ Next, link a virtual network to your ExpressRoute circuit. Use the [Linking virt
267267

268268
You can modify certain properties of an ExpressRoute circuit without impacting connectivity. You can make the following changes with no downtime:
269269

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.
271271
* 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.
272272
* 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.
273273
* You can enable and disable *Allow Classic Operations*.

0 commit comments

Comments
 (0)