Skip to content

Commit 18c88f0

Browse files
authored
Merge pull request #310329 from cwatson-cat/1-9-26-iot-gen-2-toc
IoT Hub - ADR & cert man TOC [For FEB 23 release of related PR]
2 parents 172880e + bc3c69e commit 18c88f0

6 files changed

Lines changed: 60 additions & 24 deletions

articles/iot-hub/TOC.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
- name: IoT Hub documentation
22
href: index.yml
33
- name: Overview
4+
expanded: true
45
items:
56
- name: What is IoT Hub?
67
href: iot-concepts-and-iot-hub.md
7-
- name: What's new (Preview)?
8-
items:
9-
- name: Overview
8+
- name: What's new?
109
href: iot-hub-what-is-new.md
1110
- name: Frequently asked questions
1211
href: iot-hub-faq.md
13-
- name: Integration with Azure Device Registry (Preview)
14-
href: iot-hub-device-registry-overview.md
15-
- name: Certificate management (Preview)
16-
items:
17-
- name: Overview
18-
href: iot-hub-certificate-management-overview.md
19-
- name: Key concepts for certificate management
20-
href: iot-hub-certificate-management-concepts.md
21-
- name: Get started with IoT Hub (Preview)
22-
href: iot-hub-device-registry-setup.md
23-
expanded: true
2412
- name: Quickstarts
13+
expanded: true
2514
items:
15+
- name: Get started (ADR integration)
16+
href: iot-hub-device-registry-setup.md
2617
- name: Create an IoT hub (no ADR integration)
2718
href: create-hub.md
2819
displayName: create IoT Hub, delete IoT hub, portal, CLI
2920
- name: Send telemetry using CLI
3021
href: quickstart-send-telemetry-cli.md
3122
displayName: Azure CLI
3223
- name: Concepts
24+
expanded: true
3325
items:
26+
- name: Azure Device Registry integration (preview)
27+
href: iot-hub-device-registry-overview.md
28+
- name: Certificate management (preview)
29+
href: iot-hub-certificate-management-overview.md
30+
- name: Key concepts for certificate management
31+
href: iot-hub-certificate-management-concepts.md
3432
- name: Understand IoT Hub endpoints
3533
href: iot-hub-devguide-endpoints.md
3634
displayName: multitenant

articles/iot-hub/iot-hub-certificate-management-concepts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ In certificate management, devices submit CSRs during provisioning or reprovisio
7070

7171
X.509 certificates are only used for authentication in IoT Hub, not authorization. Unlike with [Microsoft Entra ID](authenticate-authorize-azure-ad.md) and [shared access signatures](authenticate-authorize-sas.md), you can't customize permissions with X.509 certificates.
7272

73+
## Related content
7374

75+
- [What is Microsoft-backed X.509 certificate management?](iot-hub-certificate-management-overview.md)
76+
- [Integration with Azure Device Registry](iot-hub-device-registry-overview.md)
77+
- [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)

articles/iot-hub/iot-hub-certificate-management-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@ Certificate management doesn't support certificate revocation during public prev
110110

111111
See [Azure subscription and service limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-iot-hub-limits) for the latest information about limits and quotas for certificate management with IoT Hub.
112112

113+
## Related content
114+
115+
- [FAQ: What is new in Azure IoT Hub?](iot-hub-faq.md)
116+
- [Key concepts for certificate management](iot-hub-certificate-management-concepts.md)
117+
- [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)
118+
- [Integration with Azure Device Registry](iot-hub-device-registry-overview.md)

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@ See [IoT Hub preview resource limits](../azure-resource-manager/management/azure
5353

5454
For Azure subscription and service limits for Azure Device Registry in GA, see [Azure Device Registry limits](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-device-registry-limits).
5555

56+
## Related content
57+
58+
- [FAQ: What is new in Azure IoT Hub?](iot-hub-faq.md)
59+
- [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)
60+
- [What is Microsoft-backed X.509 certificate management?](iot-hub-certificate-management-overview.md)
61+
- [Key concepts for certificate management](iot-hub-certificate-management-concepts.md)

articles/iot-hub/iot-hub-faq.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,11 @@ IoT Hub with ADR integration and certificate management is available in the foll
7272
- West US
7373
- West US 2
7474
- West Europe
75-
- North Europe
75+
- North Europe
76+
77+
## Related content
78+
79+
- [Integration with Azure Device Registry](iot-hub-device-registry-overview.md)
80+
- [What is Microsoft-backed X.509 certificate management?](iot-hub-certificate-management-overview.md)
81+
- [Key concepts for certificate management](iot-hub-certificate-management-concepts.md)
82+
- [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)

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

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
title: What is New in Azure IoT Hub? (Preview)
33
titleSuffix: Azure IoT Hub
44
description: This article explains the new features and improvements in Azure IoT Hub.
5+
#customer intent: As a developer new to IoT Hub, I want to understand the new features and improvements in Azure IoT Hub so that I can evaluate their benefits for my IoT projects.
56
author: cwatson-cat
67
ms.author: cwatson
8+
ms.reviewer: cwatson
79
ms.service: azure-iot-hub
810
services: iot-hub
911
ms.topic: overview
1012
ms.date: 01/27/2025
1113
ms.custom: references_regions
12-
#Customer intent: As a developer new to IoT Hub, I want to understand the new features and improvements in Azure IoT Hub.
14+
ai-usage: ai-assisted
1315
---
1416

1517
# What is new in Azure IoT Hub? (preview)
1618

17-
Starting November 2025, Azure IoT Hub introduces two new **preview** features: integration with Azure Device Registry (ADR) and enhanced Microsoft-backed X.509 certificate management. These features are designed to improve security, simplify device management, and streamline operations for IoT deployments.
19+
Starting November 2025, Azure IoT Hub introduces two new **preview** features: integration with Azure Device Registry (ADR) and enhanced Microsoft-backed X.509 certificate management. These features help improve security, simplify device management, and streamline operations for IoT deployments. This article provides an overview of both features and how to get started.
1820

1921
[!INCLUDE [iot-hub-public-preview-banner](includes/public-preview-banner.md)]
2022

@@ -26,15 +28,15 @@ For more information, see [What is Azure Device Registry?](iot-hub-device-regist
2628

2729
## Manage your X.509 credentials with certificate management
2830

29-
IoT Hub now introduces certificate management for managing device certificates using Microsoft-managed public key infrastructure (PKI) with X.509 certificates. Certificate management is an optional feature of ADR that enables you to issue and manage X.509 certificates for your IoT devices. It configures a dedicated, cloud-based PKI for each of your ADR namespaces, without requiring any on-premises servers, connectors, or hardware. It handles the certificate of issuance and renewal for all IoT devices that have been provisioned to that ADR namespace. These X.509 certificates can be used for your IoT devices to authenticate with IoT Hub.
31+
IoT Hub now introduces certificate management for managing device certificates by using Microsoft-managed public key infrastructure (PKI) with X.509 certificates. Certificate management is an optional feature of ADR that enables you to issue and manage X.509 certificates for your IoT devices. It configures a dedicated, cloud-based PKI for each of your ADR namespaces, without requiring any on-premises servers, connectors, or hardware. It handles the certificate of issuance and renewal for all IoT devices that are provisioned to that ADR namespace. These X.509 certificates can be used for your IoT devices to authenticate with IoT Hub.
3032

31-
These X.509 certificates are strictly operational certificates that the device uses to authenticate with IoT Hub for secure communications, after the device has onboarded with a different credential.
33+
These X.509 certificates are strictly operational certificates that the device uses to authenticate with IoT Hub for secure communications, after the device is onboarded with a different credential.
3234

3335
To use certificate management, devices must be provisioned through [Azure IoT Hub Device Provisioning Service (DPS)](../iot-dps/index.yml).
3436

3537
For more information, see [What is certificate management?](iot-hub-certificate-management-overview.md) and [Key concepts for certificate management](iot-hub-certificate-management-concepts.md).
3638

37-
## Device Provisioning Service requirement
39+
## Understand Device Provisioning Service requirement
3840

3941
All Azure IoT Hub preview scenarios require Device Provisioning Service (DPS). You must link your IoT Hub to a DPS instance and provision devices through DPS, whether you use certificate management or not. DPS enables consistent device onboarding, identity assignment, and secure authentication with IoT Hub.
4042

@@ -51,9 +53,22 @@ To use IoT Hub with Azure Device Registry and certificate management, deploy ins
5153
- West Europe
5254
- North Europe
5355

54-
## Next steps
56+
## Get started with ADR and certificate management
5557

56-
To learn more about using Azure Device Registry and certificate management in IoT Hub, complete the following guide:
58+
To use these preview features, you must create a new IoT Hub instance with ADR integration. There's currently no upgrade path for existing IoT Hubs. If you're using IoT Hub now, your existing hubs continue to work without interruption. To try the new features, you'll need to:
5759

58-
> [!div class="nextstepaction"]
59-
> [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)
60+
1. Create a new ADR namespace or link to an existing one.
61+
1. Create a new IoT Hub and connect it to your ADR namespace.
62+
1. If you want to use certificate management, link your IoT Hub to a DPS instance.
63+
64+
For more information, see [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md).
65+
66+
The preview period offers these features at no extra cost on top of your standard IoT Hub pricing.
67+
68+
## Related content
69+
70+
- [FAQ: What is new in Azure IoT Hub?](iot-hub-faq.md)
71+
- [Integration with Azure Device Registry](iot-hub-device-registry-overview.md)
72+
- [What is Microsoft-backed X.509 certificate management?](iot-hub-certificate-management-overview.md)
73+
- [Key concepts for certificate management](iot-hub-certificate-management-concepts.md)
74+
- [Get started with ADR and certificate management in IoT Hub](iot-hub-device-registry-setup.md)

0 commit comments

Comments
 (0)