You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-tls-support.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,13 +121,13 @@ Currently this feature is only available in the following regions and during IoT
121
121
To enable TLS 1.2 and strong cipher suites enforcement in Azure portal:
122
122
123
123
1. Starting with the IoT Hub create wizard in Azure portal
124
-
2. Choose a **Region** from one in the list above.
125
-
3. Under **Management -> Advanced -> Transport Layer Security (TLS) -> Minimum TLS version**, select **1.2**. This setting only appears for IoT hub created in supported region.
124
+
1. Choose a **Region** from one in the list above.
125
+
1. Under **Management -> Advanced -> Transport Layer Security (TLS) -> Minimum TLS version**, select **1.2**. This setting only appears for IoT hub created in supported region.
126
126
127
127
:::image type="content" source="media/iot-hub-tls-12-enforcement.png" alt-text="Screenshot showing how to turn on TLS 1.2 enforcement during IoT hub creation.":::
128
128
129
-
4. Select **Create**
130
-
5. Connect your IoT devices to this IoT Hub
129
+
1. Select **Create**
130
+
1. Connect your IoT devices to this IoT Hub
131
131
132
132
To use ARM template for creation, provision a new IoT Hub in any of the supported regions and set the `minTlsVersion` property to `1.2` in the resource specification:
0 commit comments