Skip to content

Commit 2098650

Browse files
committed
Fix broken Azure blog links in IoT Edge docs
Azure blog URLs without locale prefix (/en-us/) return 404. Fixed in 3 files: - how-to-provision-devices-at-scale-linux-x509.md: zero-touch provisioning blog link - how-to-update-iot-edge.md: IoT blog topics link (also updated path from topics/ to category/) - iot-edge-security-manager.md: 3 blog links (securing intelligent edge, zero-touch, IoT security standards)
1 parent bc0cebb commit 2098650

3 files changed

Lines changed: 8 additions & 8 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/en-us/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/en-us/blog/category/internet-of-things/)

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

Lines changed: 4 additions & 4 deletions
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
---
@@ -129,6 +129,6 @@ Create and provision an IoT Edge device with a virtual TPM on [Linux](how-to-pro
129129

130130
Learn more about securing your IoT Edge devices in these blog posts:
131131

132-
* [Securing the intelligent edge](https://azure.microsoft.com/blog/securing-the-intelligent-edge/)
133-
* [The blueprint to securely solve the elusive zero-touch provisioning of IoT devices at scale](https://azure.microsoft.com/blog/the-blueprint-to-securely-solve-the-elusive-zerotouch-provisioning-of-iot-devices-at-scale/)
134-
* [Solving IoT device security at scale through standards](https://azure.microsoft.com/blog/solving-iot-device-security-at-scale-through-standards/)
132+
* [Securing the intelligent edge](https://azure.microsoft.com/en-us/blog/securing-the-intelligent-edge/)
133+
* [The blueprint to securely solve the elusive zero-touch provisioning of IoT devices at scale](https://azure.microsoft.com/en-us/blog/the-blueprint-to-securely-solve-the-elusive-zerotouch-provisioning-of-iot-devices-at-scale/)
134+
* [Solving IoT device security at scale through standards](https://azure.microsoft.com/en-us/blog/solving-iot-device-security-at-scale-through-standards/)

0 commit comments

Comments
 (0)