Skip to content

Commit fad942c

Browse files
committed
Redirects and updated links to new files
1 parent 711674e commit fad942c

File tree

7 files changed

+32
-16
lines changed

7 files changed

+32
-16
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@
174174
"source_path_from_root": "/articles/iot-dps/tutorial-provision-multiple-hubs.md",
175175
"redirect_url": "/azure/iot-dps/how-to-use-allocation-policies",
176176
"redirect_document_id": false
177+
},
178+
{
179+
"source_path_from_root": "/articles/iot-dps/iot-dps-mqtt-support.md",
180+
"redirect_url": "/azure/iot/iot-mqtt-connect-to-iot-dps",
181+
"redirect_document_id": false
177182
}
178183
]
179184
}

articles/iot-dps/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,12 @@ items:
8484
href: iot-dps-ha-dr.md
8585
- name: Understanding DPS IP addresses
8686
href: iot-dps-understand-ip-address.md
87-
- name: TLS support
88-
href: tls-support.md
87+
- name: Protocols
88+
items:
89+
- name: MQTT support
90+
href: ../iot/iot-mqtt-connect-to-iot-dps.md?toc=/azure/iot-dps/toc.json&bc=/azure/iot-dps/breadcrumb/toc.json
91+
- name: TLS support
92+
href: tls-support.md
8993
- name: Security practices for device manufacturers
9094
href: concepts-device-oem-security-practices.md
9195
- name: How-to guides
@@ -98,8 +102,6 @@ items:
98102
href: quick-enroll-device-x509.md
99103
- name: Create a TPM individual enrollment with DPS service SDK
100104
href: quick-enroll-device-tpm.md
101-
- name: Communicate with your DPS using MQTT protocol
102-
href: iot-dps-mqtt-support.md
103105
- name: Provision devices using HTTPS protocol
104106
items:
105107
- name: Use HTTPS protocol with symmetric keys

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,21 @@
13171317
"source_path_from_root": "/articles/iot-hub/quickstart-control-device-android.md",
13181318
"redirect_url": "/azure/iot-develop/about-iot-sdks",
13191319
"redirect_document_id": false
1320+
},
1321+
{
1322+
"source_path_from_root": "/articles/iot-hub/iot-hub-mqtt-5-reference.md",
1323+
"redirect_url": "/azure/iot/iot-mqtt-5-preview-reference",
1324+
"redirect_document_id": true
1325+
},
1326+
{
1327+
"source_path_from_root": "/articles/iot-hub/iot-hub-mqtt-5.md",
1328+
"redirect_url": "/azure/iot/iot-mqtt-5-preview",
1329+
"redirect_document_id": true
1330+
},
1331+
{
1332+
"source_path_from_root": "/articles/iot-hub/iot-hub-mqtt-support.md",
1333+
"redirect_url": "/azure/iot/iot-mqtt-connect-to-iot-hub",
1334+
"redirect_document_id": true
13201335
}
13211336
]
13221337
}

articles/iot-hub/TOC.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,7 @@
186186
- name: Protocol support
187187
items:
188188
- name: MQTT support
189-
href: iot-hub-mqtt-support.md
190-
- name: MQTT 5 support (preview)
191-
items:
192-
- name: MQTT 5 overview
193-
href: iot-hub-mqtt-5.md
194-
- name: MQTT 5 API reference
195-
href: iot-hub-mqtt-5-reference.md
189+
href: ../iot/iot-mqtt-connect-to-iot-hub.md?toc=/azure/iot-hub/toc.json&bc=/azure/iot-hub/breadcrumb/toc.json
196190
- name: AMQP support
197191
href: iot-hub-amqp-support.md
198192
- name: Supporting additional protocols

articles/iot-hub/iot-hub-mqtt-5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
**Version:** 2.0
1515
**api-version:** 2020-10-01-preview
1616

17-
This document defines IoT Hub data plane API over MQTT version 5.0 protocol. See [API Reference](iot-hub-mqtt-5-reference.md) for complete definitions in this API.
17+
This document defines IoT Hub data plane API over MQTT version 5.0 protocol. See [API Reference]() for complete definitions in this API.
1818

1919
## Prerequisites
2020

@@ -184,7 +184,7 @@ All functionalities in this API are expressed as operations. Here's an example o
184184
Reason_Code: 0
185185
```
186186

187-
For complete specification of operations in this API, see [API Reference](iot-hub-mqtt-5-reference.md).
187+
For complete specification of operations in this API, see [API Reference]().
188188

189189
> [!NOTE]
190190
> All the samples in this specification are shown from client's perspective. Sign `->` means client sending packet, `<-` - receiving.
@@ -580,5 +580,5 @@ Response:
580580
```
581581
## Next steps
582582
583-
- To review the MQTT 5 preview API reference, see [IoT Hub data plane MQTT 5 API reference](iot-hub-mqtt-5-reference.md).
583+
- To review the MQTT 5 preview API reference, see [IoT Hub data plane MQTT 5 API reference]().
584584
- To follow a C# sample, see [GitHub sample repository](https://github.com/Azure-Samples/iot-hub-mqtt-5-preview-samples-csharp).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ Do *not* use an IoT hub in preview mode for production. Preview mode is intended
7070
7171
## Next steps
7272

73-
- To preview the MQTT 5 support, see [IoT Hub MQTT 5 support overview (preview)](iot-hub-mqtt-5.md)
73+
- To preview the MQTT 5 support, see [IoT Hub MQTT 5 support overview (preview)](../iot/iot-mqtt-5-preview.md)
7474
- 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)
7575
- To preview TLS fragment size negotiation, see [TLS maximum fragment length negotiation (preview)](iot-hub-tls-support.md#tls-maximum-fragment-length-negotiation-preview)

articles/iot/iot-overview-device-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ An IoT device can use one of several network protocols when it connects to an Io
9292
To learn more about how to choose a protocol for your devices to connect to the cloud, see:
9393

9494
- [Protocol support in Azure IoT Hub](../iot-hub/iot-hub-devguide-protocols.md)
95-
- [Communicate with DPS using the MQTT protocol](../iot-dps/iot-dps-mqtt-support.md)
95+
- [Communicate with DPS using the MQTT protocol](iot-mqtt-connect-to-iot-dps.md)
9696
- [Communicate with DPS using the HTTPS protocol (symmetric keys)](../iot-dps/iot-dps-https-sym-key-support.md)
9797
- [Communicate with DPS using the HTTPS protocol (X.509)](../iot-dps/iot-dps-https-x509-support.md)
9898

0 commit comments

Comments
 (0)