Skip to content

Commit 5c07f8f

Browse files
Merge pull request #310952 from cwatson-cat/1-27-26-iot-hub-region-upd
IoT Hub - emphasize deploy in supported regions
2 parents 7a60b4b + 2e75116 commit 5c07f8f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/iot-hub/iot-hub-device-registry-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article explains how to create a new IoT Hub with [Azure Device Registry (A
2121
## Prerequisites
2222

2323
- An active Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
24-
- Review and plan to deploy IoT Hub with Azure Device Registry and certificate management in one of the [supported regions](iot-hub-what-is-new.md#supported-regions).
24+
- Select a [supported region](iot-hub-what-is-new.md#supported-regions) to deploy instances of IoT Hub, Azure Device Registry, and Device Provisioning Service.
2525
- If you don't have the Azure CLI installed, follow the steps to [install the Azure CLI](/cli/azure/install-azure-cli).
2626
- Install the **Azure IoT CLI extension with previews enabled** to access the ADR integration and certificate management functionalities for IoT Hub:
2727

articles/iot-hub/iot-hub-what-is-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: cwatson
77
ms.service: azure-iot-hub
88
services: iot-hub
99
ms.topic: overview
10-
ms.date: 12/19/2025
10+
ms.date: 01/27/2025
1111
ms.custom: references_regions
1212
#Customer intent: As a developer new to IoT Hub, I want to understand the new features and improvements in Azure IoT Hub.
1313
---
@@ -42,7 +42,7 @@ For more information, see [Azure IoT Hub Device Provisioning Service (DPS)](../i
4242

4343
## Supported regions
4444

45-
Integration of IoT Hub with Azure Device Registry and certificate management is in preview and currently supported in the following regions:
45+
To use IoT Hub with Azure Device Registry and certificate management, deploy instances of IoT Hub, Azure Device Registry, and Device Provisioning Service in one of the following supported regions:
4646

4747
- East US
4848
- East US 2

includes/iot-hub-device-registry-azure-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use the Azure CLI commands to create an IoT Hub with ADR integration and certifi
1414

1515
The setup process in this article includes the following steps:
1616

17-
1. Create a resource group
17+
1. Create a resource group in a [supported region](..\articles\iot-hub\iot-hub-what-is-new.md#supported-regions)
1818
1. Configure the necessary app privileges
1919
1. Create a user-assigned managed identity
2020
1. Create an ADR namespace with system-assigned managed identity
@@ -49,7 +49,7 @@ To prepare your environment to use Azure Device Registry, complete the following
4949
5050
To create a resource group, role, and permissions for your IoT solution, complete the following steps:
5151
52-
1. Create a resource group for your environment.
52+
1. Create a resource group for your environment in a [supported region](..\articles\iot-hub\iot-hub-what-is-new.md#supported-regions).
5353
5454
```azurecli-interactive
5555
az group create --name <RESOURCE_GROUP_NAME> --location <REGION>

includes/iot-hub-device-registry-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 12/19/2025
1212

1313
Use the provided PowerShell script to automate the setup of your IoT Hub with Azure Device Registry integration. The script performs all the necessary steps to create the required resources and link them together, including:
1414

15-
1. Create a resource group
15+
1. Create a resource group in a [supported region](..\articles\iot-hub\iot-hub-what-is-new.md#supported-regions).
1616
1. Configure the necessary app privileges
1717
1. Create a user-assigned managed identity
1818
1. Create an ADR namespace with system-assigned managed identity

0 commit comments

Comments
 (0)