@Taimur Zahid Welcome to Microsoft Q&A forum! Thanks for your query.
I believe you are referring to the below section.
What are the consequences for not specifying it?
If the minimum TLS version is not specified in Azure IoT Hub, it could potentially lead to security vulnerabilities. The minimum TLS version specifies the minimum level of encryption that is required for communication between devices and the IoT Hub. By not specifying a minimum TLS version, there is a risk that devices could connect using weaker encryption standards, which could potentially be exploited by hackers. This could lead to sensitive data being compromised, and could also potentially allow unauthorized access to the IoT system. It is important to specify a minimum TLS version to ensure that communication between devices and the IoT Hub is secure.
IoT Hub uses Transport Layer Security (TLS) to secure connections from IoT devices and services. Three versions of the TLS protocol are currently supported, namely versions 1.0, 1.1, and 1.2.
TLS 1.0 and 1.1 are considered legacy and are planned for deprecation. see Deprecating TLS 1.0 and 1.1 for IoT Hub. To avoid future issues, use TLS 1.2 as the only TLS version when connecting to IoT Hub.
IoT Hub will continue to support TLS 1.0/1.1 until further notice. However, we recommend that all customers migrate to TLS 1.2 as soon as possible.
This blog post : Azure IoT TLS: Critical changes are almost here! (…and why you should care) contains important information about TLS certificate changes for Azure IoT Hub and DPS endpoints that will impact IoT device connectivity.
Also, see Transport Layer Security (TLS) support in IoT Hub for more details.
Hope this clarifies your query. Do let us know if you have any further queries.
If the response is helpful, please click "Accept Answer" and upvote it.