Skip to content

Commit f979ba5

Browse files
Merge pull request #312249 from jlian/fix/broken-blog-links-batch2
Fix broken Azure blog links in IoT Edge docs
2 parents e910593 + 39f6460 commit f979ba5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/iot-edge/how-to-provision-devices-at-scale-linux-x509.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure IoT Edge
44
description: Use X.509 certificates to test provisioning devices at scale for Azure IoT Edge with device provisioning service
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 06/09/2025
7+
ms.date: 02/24/2026
88
ms.topic: how-to
99
ms.service: azure-iot-edge
1010
ms.custom: linux-related-content
@@ -26,7 +26,7 @@ Here are the steps to provision IoT Edge devices using X.509 certificates:
2626
X.509 certificates let you scale production and simplify device provisioning. Typically, X.509 certificates are arranged in a certificate chain of trust. The chain starts with a self-signed or trusted root certificate, and each certificate in the chain signs the next lower certificate. This pattern creates a delegated chain of trust from the root certificate through each intermediate certificate to the final downstream device certificate installed on a device.
2727

2828
> [!TIP]
29-
> If your device has a Hardware Security Module (HSM) like a TPM 2.0, store the X.509 keys securely in the HSM. Learn how to implement zero-touch provisioning at scale in [this blueprint](https://azure.microsoft.com/blog/the-blueprint-to-securely-solve-the-elusive-zerotouch-provisioning-of-iot-devices-at-scale) with the [iotedge-tpm2cloud](https://aka.ms/iotedge-tpm2cloud) sample.
29+
> If your device has a Hardware Security Module (HSM) like a TPM 2.0, store the X.509 keys securely in the HSM. Learn how to implement zero-touch provisioning at scale in [this blueprint](https://azure.microsoft.com/blog/the-blueprint-to-securely-solve-the-elusive-zerotouch-provisioning-of-iot-devices-at-scale/) with the [iotedge-tpm2cloud](https://aka.ms/iotedge-tpm2cloud) sample.
3030
3131
## Prerequisites
3232

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update IoT Edge version on devices
33
description: How to update IoT Edge devices to run the latest versions of the security subsystem and the IoT Edge runtime
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 01/09/2025
6+
ms.date: 02/24/2026
77
ms.topic: how-to
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -236,4 +236,4 @@ For more information, see [Troubleshoot your IoT Edge device](troubleshoot.md).
236236

237237
View the latest [Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases).
238238

239-
Stay up-to-date with recent updates and announcements in the [Internet of Things blog](https://azure.microsoft.com/blog/topics/internet-of-things/)
239+
Stay up-to-date with recent updates and announcements in the [Internet of Things blog](https://azure.microsoft.com/blog/category/internet-of-things/)

articles/iot-edge/iot-edge-security-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-edge
55
keywords: security, secure element, enclave, TEE, IoT Edge
66
author: sethmanheim
77
ms.author: sethm
8-
ms.date: 06/03/2025
8+
ms.date: 02/24/2026
99
ms.topic: concept-article
1010
ms.service: azure-iot-edge
1111
---

0 commit comments

Comments
 (0)