Skip to content

Commit 791d8b1

Browse files
Merge pull request #301910 from cwatson-cat/6-26-25-iot-toc-wrk
Azure IoT - TOC rework (scenario-based format)
2 parents 752166d + 1f4c637 commit 791d8b1

File tree

1 file changed

+79
-78
lines changed

1 file changed

+79
-78
lines changed

articles/iot/TOC.yml

Lines changed: 79 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ items:
44

55
- name: Overview
66
items:
7-
- name: Introduction
7+
- name: What is Azure IoT?
88
href: iot-introduction.md
99
- name: IoT solution components
1010
expanded: true
@@ -27,88 +27,100 @@ items:
2727
href: iot-overview-security.md
2828
- name: Scalability, high availability
2929
href: iot-overview-scalability-high-availability.md
30-
- name: Choose an Azure IoT service
31-
href: iot-services-and-technologies.md
3230

33-
- name: How-to guides
34-
items:
35-
- name: Use smartphone device app
36-
href: iot-phone-app-how-to.md
37-
- name: Use IoT Explorer
38-
href: howto-use-iot-explorer.md
39-
- name: Connect an on-premises SAP system to Azure
40-
href: howto-connect-on-premises-sap-to-azure.md
41-
- name: Enable an industrial dataspace in Azure
42-
href: howto-iot-industrial-dataspaces.md
31+
- name: Choose an Azure IoT service
32+
href: iot-services-and-technologies.md
4333

44-
- name: Tutorials
34+
- name: Develop IoT devices
4535
items:
46-
- name: Send telemetry to IoT Hub
36+
- name: Overview
37+
href: concepts-iot-device-development.md
38+
- name: Tutorial - Send telemetry to IoT Hub
4739
href: tutorial-send-telemetry-iot-hub.md
48-
- name: Embedded device development
40+
- name: Tutorials - Develop embedded devices
4941
items:
50-
- name: Connect an MXCHIP AZ3166 to IoT Hub
42+
- name: Connect MXCHIP AZ3166 to IoT Hub
5143
href: tutorial-devkit-mxchip-az3166-iot-hub.md
52-
- name: Connect an STMicroelectronics B-L475E to IoT Hub
53-
href: tutorial-devkit-stm-b-l475e-iot-hub.md
54-
- name: Connect an ESPRESSIF ESP32 Kit to IoT Hub
55-
href: tutorial-devkit-espressif-esp32-freertos-iot-hub.md
56-
- name: Troubleshoot embedded device tutorials
44+
- name: Connect STMicroelectronics B-L475E to IoT Hub
45+
href: Tutorial-devkit-stm-b-l475e-iot-hub.md
46+
- name: Connect ESPRESSIF ESP32 Kit to IoT Hub
47+
href: Tutorial-devkit-espressif-esp32-freertos-iot-hub.md
48+
- name: Troubleshoot embedded device
5749
href: troubleshoot-embedded-device-tutorials.md
58-
- name: Use MQTT to connect a device
50+
- name: IoT device types
51+
href: concepts-iot-device-types.md
52+
- name: C SDK and Embedded C SDK usage scenarios
53+
href: concepts-using-c-sdk-and-embedded-c-sdk.md
54+
- name: Manage device reconnections
55+
href: concepts-manage-device-reconnections.md
56+
- name: IoT device selection
57+
href: concepts-iot-device-selection.md
58+
- name: Integrate using IoT Plug and Play
59+
items:
60+
- name: Overview
61+
href: overview-iot-plug-and-play.md
62+
- name: Architecture
63+
href: concepts-architecture.md
64+
- name: IoT Plug and Play conventions
65+
href: concepts-convention.md
66+
- name: IoT Plug and Play message payloads
67+
href: concepts-message-payloads.md
68+
- name: Device developer guide
69+
href: concepts-developer-guide-device.md
70+
- name: Service developer guide
71+
href: concepts-developer-guide-service.md
72+
- name: Digital twins
73+
href: concepts-digital-twin.md
74+
- name: Device models
75+
items:
76+
- name: Modeling guide
77+
href: concepts-modeling-guide.md
78+
- name: Use models in a solution
79+
href: concepts-model-discovery.md
80+
- name: Communicate using MQTT protocol
81+
items:
82+
- name: Azure IoT Hub
83+
href: iot-mqtt-connect-to-iot-hub.md
84+
- name: Azure IoT Device Provisioning Service (DPS)
85+
href: iot-mqtt-connect-to-iot-dps.md
86+
- name: Tutorial - Connect a device with MQTT
5987
href: tutorial-use-mqtt.md
60-
- name: Implement the Industrial IoT reference solution
88+
89+
- name: Deliver industrial solutions
90+
items:
91+
- name: Implement industrial IoT reference solution
6192
href: tutorial-iot-industrial-solution-architecture.md
93+
- name: Connect on-premises SAP system to Azure
94+
href: howto-connect-on-premises-sap-to-azure.md
95+
- name: Enable industrial dataspace in Azure
96+
href: howto-iot-industrial-dataspaces.md
6297

63-
- name: Concepts
98+
- name: Connect and test IoT devices
6499
items:
65-
- name: IoT device development
66-
items:
67-
- name: What is IoT device development
68-
href: concepts-iot-device-development.md
69-
- name: IoT device types
70-
href: concepts-iot-device-types.md
71-
- name: C SDK and Embedded C SDK usage scenarios
72-
href: concepts-using-c-sdk-and-embedded-c-sdk.md
73-
- name: Manage device reconnections
74-
href: concepts-manage-device-reconnections.md
75-
- name: IoT device selection
76-
href: concepts-iot-device-selection.md
77-
- name: IoT Plug and Play
78-
items:
79-
- name: What is IoT Plug and Play?
80-
href: overview-iot-plug-and-play.md
81-
- name: Architecture
82-
href: concepts-architecture.md
83-
- name: IoT Plug and Play conventions
84-
href: concepts-convention.md
85-
- name: IoT Plug and Play message payloads
86-
href: concepts-message-payloads.md
87-
- name: Device developer guide
88-
href: concepts-developer-guide-device.md
89-
- name: Service developer guide
90-
href: concepts-developer-guide-service.md
91-
- name: Digital twins
92-
href: concepts-digital-twin.md
93-
- name: Device models
94-
items:
95-
- name: Modeling guide
96-
href: concepts-modeling-guide.md
97-
- name: Use models in a solution
98-
href: concepts-model-discovery.md
99-
- name: MQTT support
100-
items:
101-
- name: Use MQTT with IoT Hub
102-
href: iot-mqtt-connect-to-iot-hub.md
103-
- name: Use MQTT with DPS
104-
href: iot-mqtt-connect-to-iot-dps.md
100+
- name: Turn your smartphone into an IoT device
101+
href: iot-phone-app-how-to.md
102+
- name: Test devices with Azure IoT Explorer
103+
href: howto-use-iot-explorer.md
105104

106-
- name: Resources
105+
- name: References
107106
items:
108107
- name: Support and help options
109108
href: iot-support-help.md
110109
- name: IoT glossary
111110
href: iot-glossary.md
111+
- name: Azure IoT SDKs
112+
items:
113+
- name: Device and Service SDKs
114+
href: iot-sdks.md
115+
- name: Azure IoT Operations SDKs
116+
href: https://github.com/Azure/iot-operations-sdks
117+
- name: Azure IoT Tools for VS Code
118+
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
119+
- name: Azure IoT Explorer tool
120+
href: https://github.com/Azure/azure-iot-explorer
121+
122+
- name: Resources
123+
items:
112124
- name: Azure IoT services
113125
items:
114126
- name: Azure IoT Operations
@@ -124,15 +136,4 @@ items:
124136
- name: Azure Maps
125137
href: ../azure-maps/index.yml
126138
- name: Time Series Insights
127-
href: ../time-series-insights/index.yml
128-
- name: Azure IoT SDKs
129-
items:
130-
- name: Device and Service SDKs
131-
href: iot-sdks.md
132-
- name: Azure IoT Operations SDKs
133-
href: https://github.com/Azure/iot-operations-sdks
134-
- name: Azure IoT Tools for VS Code
135-
href: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
136-
- name: Azure IoT Explorer tool
137-
href: https://github.com/Azure/azure-iot-explorer
138-
139+
href: ../time-series-insights/index.yml

0 commit comments

Comments
 (0)