Skip to content

Commit 39f6460

Browse files
committed
Remove en-us locale prefix from Azure blog URLs
1 parent 2098650 commit 39f6460

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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.
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/en-us/blog/category/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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/)
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/)

0 commit comments

Comments
 (0)