'How do we change the TLS version of Azure IoT Hub which is already created and deployed?
Solution 1:[1]
Unfortunately, you can't. There is no option in the portal for this, and it can't be achieved through ARM either. Trying it with ARM will result in the following error:
MinTlsVersion cannot be set when IotHub is in Active state
The documentation confirms that this field is read-only and can't be changed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Matthijs van der Veer |