Skip to content

Commit 057bbd7

Browse files
Merge pull request #303337 from DENKEN02MSFT/FreshnessJune2025-sonialopez-Row48
Freshness - June 2025 - Row 48
2 parents 84f8f65 + fc5b851 commit 057bbd7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/iot-hub/iot-hub-upgrade.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: SoniaLopezBravo
55

66
ms.service: azure-iot-hub
77
ms.topic: upgrade-and-migration-article
8-
ms.date: 06/21/2024
8+
ms.date: 07/25/2025
99
ms.author: sonialopez
1010
---
1111

@@ -22,16 +22,16 @@ When you have more devices and need more capabilities, there are three ways to a
2222
* Upgrade to a higher tier. For example, upgrade a hub from the B1 tier to the S1 tier for access to advanced features with the same messaging capacity.
2323

2424
> [!Warning]
25-
> You cannot upgrade from a Free Hub to a Paid Hub through our upgrade function. You must create a Paid hub and migrate the configurations and devices from the Free hub to the Paid hub. This process is documented at [How to migrate an IoT hub](./migrate-hub-state-cli.md).
25+
> You cannot upgrade from a free hub to a paid hub through our upgrade function. You must create a paid hub and migrate the configurations and devices from the free hub to the paid hub. For more information about this process, see [How to automatically migrate an IoT hub using the Azure CLI](./migrate-hub-state-cli.md).
2626
2727
> [!Tip]
28-
> When you are upgrading your IoT Hub to a higher tier, some messages may be received out of order for a short period of time. If your business logic relies on the order of messages, we recommend upgrading during non-business hours.
28+
> When you are upgrading your IoT hub to a higher tier, some messages may be received out of order for a short period of time. If your business logic relies on the order of messages, we recommend upgrading during non-business hours.
2929
3030
If you want to downgrade your IoT hub, you can remove units and reduce the size of the IoT hub but you can't downgrade to a lower tier. For example, you can move from the S2 tier to the S1 tier, but not from the S2 tier to the B1 tier. Only one type of [IoT Hub edition](https://azure.microsoft.com/pricing/details/iot-hub/) within a tier can be chosen per IoT hub. For example, you can create an IoT hub with multiple units of S1. However, you can't create an IoT hub with a mix of units from different editions, such as S1 and B3 or S1 and S2.
3131

3232
These examples are meant to help you understand how to adjust your IoT hub as your solution changes. For specific information about each tier's capabilities, you should always refer to [Azure IoT Hub pricing](https://azure.microsoft.com/pricing/details/iot-hub/).
3333

34-
Get more details about [How to choose the right IoT Hub tier](iot-hub-scaling.md).
34+
For more information about tiers and sizes, see [Choose the right IoT Hub tier and size for your solution](iot-hub-scaling.md).
3535

3636
## Upgrade your existing IoT hub
3737

@@ -43,15 +43,15 @@ In the Azure portal, navigate to your IoT hub to view and update its settings.
4343

4444
1. Sign in to the [Azure portal](https://portal.azure.com/) and navigate to your IoT hub.
4545

46-
1. Select **Pricing and scale** from the navigation menu.
46+
1. Select **Pricing and scale** from the resource menu.
4747

4848
:::image type="content" source="./media/iot-hub-upgrade/pricing-scale.png" alt-text="Screenshot that shows the pricing and scale page for an IoT hub.":::
4949

5050
1. To upgrade the tier for your hub, select **Upgrade** on the tier tile. You can only upgrade from the basic tier to the standard tier. You can't change the tier of a free or standard hub.
5151

5252
1. To change the size or units for your hub, select **Adjust** on the daily message limit tile.
5353

54-
On the **Message and pricing options** page, choose the new daily message limit that you want for your IoT hub. Or, if you prefer to choose the specific tier and units combination, select **Advanced options**. For more information, see [Choose the right IoT Hub for your solution](iot-hub-scaling.md).
54+
On the **Message and pricing options** page, choose the new daily message limit that you want for your IoT hub. Or, if you prefer to choose the specific tier and units combination, select **Advanced options**. For more information, see [Choose the right IoT Hub tier and size for your solution](iot-hub-scaling.md).
5555

5656
:::image type="content" source="./media/iot-hub-upgrade/message-pricing-advanced-options.png" alt-text="Screenshot that shows how to upgrade the size or units of your IoT hub.":::
5757

@@ -71,7 +71,7 @@ For example, the following command updates the IoT hub tier to `S2`, or standard
7171
az iot hub update --name <HUB_NAME> --sku S2
7272
```
7373

74-
For example, the following command sets the number of units for an IoT hub. The type of units in an IoT hub are determined by the size value of the tier (1, 2, or 3) but you can scale up or down by changing the number of units.
74+
For example, the following command sets the number of units for an IoT hub. The size value of the tier (1, 2, or 3) determines the unit type in an IoT hub, but you can scale up or down by changing the number of units.
7575

7676
```bash
7777
az iot hub update -n MyIotHub --unit 2
-51 KB
Loading

0 commit comments

Comments
 (0)