Skip to content

Commit 4326afc

Browse files
authored
Update iot-hub-tls-support.md
1 parent a30f188 commit 4326afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-tls-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To enable TLS 1.2 and strong cipher suites enforcement in Azure portal:
9393
2. Choose a **Region** from one in the list above.
9494
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.
9595

96-
:::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":::
96+
:::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.":::
9797
4. Click **Create**
9898
5. Connect your IoT devices to this IoT Hub
9999

@@ -145,7 +145,7 @@ AzureDiagnostics
145145
| extend props_json = parse_json(properties_s)
146146
| project DeviceId = props_json.deviceId, TLSVersion = props_json.tlsVersion
147147
```
148-
5. An example of the query results look like:
148+
5. An example of the query results looks like:
149149
:::image type="content" source="./media/iot-hub-tls-support/query-result.png" alt-text="Diagram showing the query for device TLS version.":::
150150
6. Note: TLS version query is not available for devices using HTTPS connections.
151151

0 commit comments

Comments
 (0)