An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
TLS 1.3 support for Azure IoT Hub is provided via new, additional endpoints and does not replace the existing endpoint. Migration is optional and customer-controlled.
Answers to the specific questions:
- Will TLS 1.3 endpoints be added to existing IoT Hub instances?
Yes. Existing IoT hubs keep their classic endpoint (<hub>.azure-devices.net) with TLS 1.2, and additional TLS 1.3-capable endpoints are provided alongside it:
- Device endpoint (preview):
<hub>.device.azure-devices.net - Service endpoint (preview):
<hub>.service.azure-devices.net
These new endpoints support TLS 1.3 and restricted TLS 1.2 cipher suites. Existing applications and devices using the classic endpoint continue to work without changes.
- In DPS, will it be possible to reconfigure existing individual enrollments to change the IoT Hub endpoints?
The provided information for DPS focuses on TLS 1.2 support and theminTlsVersionsetting. It does not describe changing IoT Hub hostnames or endpoints within existing enrollments, so no procedure can be derived from this context. - Will it be possible to reprovision a device through DPS to the same IoT Hub but using the new TLS 1.3 endpoints?
From the available information, DPS currently supports TLS 1.2 and uses standard IoT Hub hostnames. The context does not describe a specific reprovisioning workflow or configuration to move devices from the classic endpoint to the new TLS 1.3-capable endpoints, so no explicit procedure can be stated.
What is clear from the context:
- TLS 1.3 is available only on the new device and service endpoints (
<hub>.device.azure-devices.netand<hub>.service.azure-devices.net). - The classic endpoint (
<hub>.azure-devices.net) remains fully supported with TLS 1.2 and continues to be the default, including for Private Link scenarios. - Adoption of TLS 1.3 endpoints is optional, additive, and can be done gradually based on device and solution readiness.
References: