Skip to content

Commit a923f1a

Browse files
author
Jill Grant
authored
Merge pull request #288148 from xujing-ms/master
Updating IoT Hub to indicate that support is ending for TLS 1.0 and 1.1
2 parents 57ec093 + 586b3e2 commit a923f1a

File tree

7 files changed

+117
-137
lines changed

7 files changed

+117
-137
lines changed

articles/iot-dps/tls-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Use the links below to configure TLS 1.2 and allowed ciphers in the Azure IoT cl
136136

137137
## Use TLS 1.2 with IoT Hub
138138

139-
IoT Hub can be configured to use TLS 1.2 when communicating with devices. For more information, see [Deprecating TLS 1.0 and 1.1 for IoT Hub](../iot-hub/iot-hub-tls-deprecating-1-0-and-1-1.md).
139+
IoT Hub can be configured to use TLS 1.2 when communicating with devices. For more information, see [IoT Hub TLS enforcement](../iot-hub/iot-hub-tls-support.md#enforce-iot-hub-to-use-tls-12-and-strong-cipher-suites).
140140

141141
## Use TLS 1.2 with IoT Edge
142142

articles/iot-hub/.openpublishing.redirection.iot-hub.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -937,13 +937,13 @@
937937
},
938938
{
939939
"source_path_from_root": "/articles/iot-hub/tls-1.2-everywhere.md",
940-
"redirect_url": "/azure/iot-hub/iot-hub-tls-deprecating-1-0-and-1-1",
941-
"redirect_document_id": true
940+
"redirect_url": "/azure/iot-hub/iot-hub-tls-support",
941+
"redirect_document_id": false
942942
},
943943
{
944944
"source_path_from_root": "/articles/iot-hub/iot-hub-tls.md",
945945
"redirect_url": "/azure/iot-hub/iot-hub-tls-support",
946-
"redirect_document_id": true
946+
"redirect_document_id": false
947947
},
948948
{
949949
"source_path_from_root": "/articles/iot-hub/iot-hub-explorer-cloud-device-messaging.md",
@@ -1535,6 +1535,11 @@
15351535
"redirect_url": "/azure/iot-hub/how-to-device-twins",
15361536
"redirect_document_id": false
15371537
},
1538+
{
1539+
"source_path_from_root": "/articles/iot-hub/iot-hub-tls-deprecating-1-0-and-1-1.md",
1540+
"redirect_url": "/azure/iot-hub/iot-hub-tls-support",
1541+
"redirect_document_id": true
1542+
},
15381543
{
15391544
"source_path_from_root": "/articles/iot-hub/device-twins-node.md",
15401545
"redirect_url": "/azure/iot-hub/how-to-device-twins",

articles/iot-hub/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@
424424
displayName: certificate authority (CA), subordinate CA, certificate versions, unique identifier, key identifier, binary certificate, PEM certificate, PKCS, X.509 certificates, OpenSSL, CSR, thumbprint
425425
href: reference-x509-certificates.md
426426
- name: Feature and API retirement
427-
items:
428-
- name: TLS 1.0 and 1.1 deprecation
429-
displayName: Transport Layer Security
430-
href: iot-hub-tls-deprecating-1-0-and-1-1.md
431427
- name: Monitoring data reference
432428
href: monitor-iot-hub-reference.md
433429
- name: Resources

articles/iot-hub/iot-hub-preview-mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Do *not* use an IoT hub in preview mode for production. Preview mode is intended
6666
- We can't guarantee the normal [IoT Hub SLA](https://azure.microsoft.com/support/legal/sla/iot-hub/v1_2/) - do not use for production.
6767

6868
> [!TIP]
69-
> Preview mode isn't required for [device streams](iot-hub-device-streams-overview.md) and [distributed tracing](iot-hub-distributed-tracing.md). To use these older preview features, follow the their documentation as normal.
69+
> Preview mode isn't required for [device streams](iot-hub-device-streams-overview.md) and [distributed tracing](iot-hub-distributed-tracing.md). To use these older preview features, follow their documentation as normal.
7070
7171
## Next steps
7272

7373
- To preview the MQTT 5 support, see [IoT Hub MQTT 5 support overview (preview)](../iot/iot-mqtt-5-preview.md)
74-
- To preview the ECC server certificate, see [Elliptic Curve Cryptography (ECC) server TLS certificate (preview)](iot-hub-tls-support.md#elliptic-curve-cryptography-ecc-server-tls-certificate-preview)
75-
- To preview TLS fragment size negotiation, see [TLS maximum fragment length negotiation (preview)](iot-hub-tls-support.md#tls-maximum-fragment-length-negotiation-preview)
74+
- To preview the ECC server certificate, see [Elliptic Curve Cryptography (ECC) server TLS certificate (preview)](iot-hub-tls-support.md#elliptic-curve-cryptography-ecc-server-tls-certificate)
75+
- To preview TLS fragment size negotiation, see [TLS maximum fragment length negotiation (preview)](iot-hub-tls-support.md#tls-maximum-fragment-length-negotiation)

articles/iot-hub/iot-hub-tls-deprecating-1-0-and-1-1.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)