Skip to content

Commit 96bce8f

Browse files
committed
Move more files and fix more links
1 parent 2885ac9 commit 96bce8f

22 files changed

+44
-32
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,21 @@
549549
"source_path_from_root": "/articles/iot-develop/howto-convert-to-pnp.md",
550550
"redirect_url": "/azure/iot/howto-convert-to-pnp",
551551
"redirect_document_id": true
552+
},
553+
{
554+
"source_path_from_root": "/articles/iot-develop/set-up-environment.md",
555+
"redirect_url": "/azure/iot/set-up-environment",
556+
"redirect_document_id": true
557+
},
558+
{
559+
"source_path_from_root": "/articles/iot-develop/tutorial-connect-device.md",
560+
"redirect_url": "/azure/iot/tutorial-connect-device",
561+
"redirect_document_id": true
562+
},
563+
{
564+
"source_path_from_root": "/articles/iot-develop/tutorial-service.md",
565+
"redirect_url": "/azure/iot/tutorial-service",
566+
"redirect_document_id": true
552567
}
553568
]
554569
}

articles/iot-develop/TOC.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@
3939
href: quickstart-devkit-espressif-esp32-freertos-iot-hub.md
4040
- name: Tutorials
4141
items:
42-
- name: Build a device solution with IoT Hub
43-
items:
44-
- name: Set up your environment
45-
href: set-up-environment.md
46-
- name: Connect a device to IoT Hub
47-
href: tutorial-connect-device.md
48-
- name: Interact with a device from your solution
49-
href: tutorial-service.md
5042
- name: Use MQTT to connect a device
5143
href: tutorial-use-mqtt.md
5244
- name: Concepts

articles/iot-develop/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ landingContent:
4949
links:
5050
- text: Use MQTT to connect without a device SDK
5151
url: tutorial-use-mqtt.md
52-
- text: Connect a sample device to IoT Hub
53-
url: tutorial-connect-device.md
5452
- linkListType: concept
5553
links:
5654
- text: Manage device reconnections

articles/iot/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ items:
4444

4545
- name: Tutorials
4646
items:
47+
- name: Build a device solution with IoT Hub
48+
items:
49+
- name: Set up your environment
50+
href: set-up-environment.md
51+
- name: Connect a device to IoT Hub
52+
href: tutorial-connect-device.md
53+
- name: Interact with a device from your solution
54+
href: tutorial-service.md
4755
- name: Connect a multiple component device
4856
href: tutorial-multiple-components.md
4957
- name: Connect a device module

articles/iot/concepts-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: rmpablos
66
ms.date: 1/23/2024
77
ms.topic: conceptual
88
ms.custom: mvc
9-
ms.service: iot-develop
9+
ms.service: iot
1010
---
1111

1212
# IoT Plug and Play architecture
@@ -33,7 +33,7 @@ The model repository has built-in role-based access controls that let you manage
3333

3434
## Devices
3535

36-
A device builder implements the code to run on an IoT device using one of the [Azure IoT device SDKs](./about-iot-sdks.md). The device SDKs help the device builder to:
36+
A device builder implements the code to run on an IoT device using one of the [Azure IoT device SDKs](../iot-develop/about-iot-sdks.md). The device SDKs help the device builder to:
3737

3838
- Connect securely to an IoT hub.
3939
- Register the device with your IoT hub and announce the model ID that identifies the collection of DTDL interfaces the device implements.

articles/iot/concepts-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: timlt
55
ms.author: timlt
66
ms.date: 1/23/2024
77
ms.topic: conceptual
8-
ms.service: iot-develop
8+
ms.service: iot
99
---
1010

1111
# IoT Plug and Play conventions

articles/iot/concepts-developer-guide-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: timlt
55
ms.author: timlt
66
ms.date: 1/23/2024
77
ms.topic: conceptual
8-
ms.service: iot-develop
8+
ms.service: iot
99
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1010
zone_pivot_groups: programming-languages-set-twenty-seven
1111

articles/iot/concepts-developer-guide-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dominicbetts
55
ms.author: dobett
66
ms.date: 1/23/2024
77
ms.topic: conceptual
8-
ms.service: iot-develop
8+
ms.service: iot
99
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1010
zone_pivot_groups: programming-languages-set-ten
1111

articles/iot/concepts-digital-twin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dominicbetts
55
ms.author: dobett
66
ms.date: 1/23/2024
77
ms.topic: conceptual
8-
ms.service: iot-develop
8+
ms.service: iot
99
---
1010

1111
# Understand IoT Plug and Play digital twins
@@ -372,6 +372,6 @@ content-encoding:utf-8
372372
Now that you've learned about digital twins, here are some more resources:
373373

374374
- [How to use IoT Plug and Play digital twin APIs](howto-manage-digital-twin.md)
375-
- [Interact with a device from your solution](tutorial-service.md)
375+
- [Interact with a device from your solution](./tutorial-service.md)
376376
- [IoT Digital Twin REST API](/rest/api/iothub/service/digitaltwin)
377377
- [Azure IoT explorer](../iot/howto-use-iot-explorer.md)

articles/iot/concepts-message-payloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Each example shows a snippet from the device model that defines the type and exa
3030

3131
The example JSON snippets in this article use [Digital Twin Definition Language (DTDL) V2](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.v2.md). There are also some [DTDL extensions that IoT Central](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/DTDL.iotcentral.v2.md) uses.
3232

33-
For sample device code that shows some of these payloads in use, see the [Connect a sample IoT Plug and Play device application running on Linux or Windows to IoT Hub](tutorial-connect-device.md) tutorial or the [Create and connect a client application to your Azure IoT Central application](../iot-central/core/tutorial-connect-device.md) tutorial.
33+
For sample device code that shows some of these payloads in use, see the [Connect a sample IoT Plug and Play device application running on Linux or Windows to IoT Hub tutorial](./tutorial-connect-device.md) or the [Create and connect a client application to your Azure IoT Central application](../iot-central/core/tutorial-connect-device.md) tutorial.
3434

3535
## View raw data
3636

@@ -540,7 +540,7 @@ If the property is defined in a component, wrap the property in the component na
540540
}
541541
```
542542

543-
To learn more, see [Tutorial: Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md).
543+
To learn more, see [Tutorial: Create and connect a client application to your Azure IoT Central application](./tutorial-connect-device.md).
544544

545545
### Primitive types
546546

0 commit comments

Comments
 (0)