4
4
5
5
- name : Overview
6
6
items :
7
- - name : Introduction
7
+ - name : What is Azure IoT?
8
8
href : iot-introduction.md
9
9
- name : IoT solution components
10
10
expanded : true
@@ -27,88 +27,97 @@ items:
27
27
href : iot-overview-security.md
28
28
- name : Scalability, high availability
29
29
href : iot-overview-scalability-high-availability.md
30
- - name : Choose an Azure IoT service
31
- href : iot-services-and-technologies.md
30
+
31
+ - name : Choose an Azure IoT service
32
+ href : iot-services-and-technologies.md
32
33
33
- - name : How-to guides
34
+ - name : Develop with IoT devices
34
35
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
43
-
44
- - name : Tutorials
45
- items :
46
- - name : Send telemetry to IoT Hub
36
+ - name : What is IoT device development
37
+ href : concepts-iot-device-development.md
38
+ - name : Tutorial - Send telemetry to IoT Hub
47
39
href : tutorial-send-telemetry-iot-hub.md
48
- - name : Embedded device development
40
+ - name : Develop embedded devices
49
41
items :
50
- - name : Connect an MXCHIP AZ3166 to IoT Hub
42
+ - name : Tutorial - Connect an MXCHIP AZ3166 to IoT Hub
51
43
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 : Tutorial - Connect an STMicroelectronics B-L475E to IoT Hub
45
+ href : Tutorial -devkit-stm-b-l475e-iot-hub.md
46
+ - name : Tutorial - Connect an ESPRESSIF ESP32 Kit to IoT Hub
47
+ href : Tutorial -devkit-espressif-esp32-freertos-iot-hub.md
48
+ - name : Tutorial - Troubleshoot embedded device
57
49
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 with IoT Plug and Play
59
+ items :
60
+ - name : What is IoT Plug and Play?
61
+ href : overview-iot-plug-and-play.md
62
+ - name : Turn smartphone into an IoT device
63
+ href : iot-phone-app-how-to.md
64
+ - name : Test your IoT Plug and Play device
65
+ href : howto-use-iot-explorer.md
66
+ - name : Architecture
67
+ href : concepts-architecture.md
68
+ - name : IoT Plug and Play conventions
69
+ href : concepts-convention.md
70
+ - name : IoT Plug and Play message payloads
71
+ href : concepts-message-payloads.md
72
+ - name : Device developer guide
73
+ href : concepts-developer-guide-device.md
74
+ - name : Service developer guide
75
+ href : concepts-developer-guide-service.md
76
+ - name : Digital twins
77
+ href : concepts-digital-twin.md
78
+ - name : Device models
79
+ items :
80
+ - name : Modeling guide
81
+ href : concepts-modeling-guide.md
82
+ - name : Use models in a solution
83
+ href : concepts-model-discovery.md
84
+ - name : Communicate with MQTT protocol
85
+ items :
86
+ - name : Use MQTT with IoT Hub
87
+ href : iot-mqtt-connect-to-iot-hub.md
88
+ - name : Use MQTT with DPS
89
+ href : iot-mqtt-connect-to-iot-dps.md
90
+ - name : Tutorial - Connect a device with MQTT
59
91
href : tutorial-use-mqtt.md
92
+
93
+ - name : Solutions
94
+ items :
60
95
- name : Implement the Industrial IoT reference solution
61
96
href : tutorial-iot-industrial-solution-architecture.md
97
+ - name : Connect an on-premises SAP system to Azure
98
+ href : howto-connect-on-premises-sap-to-azure.md
99
+ - name : Enable an industrial dataspace in Azure
100
+ href : howto-iot-industrial-dataspaces.md
62
101
63
- - name : Concepts
64
- 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
105
-
106
- - name : Resources
102
+ - name : References
107
103
items :
108
104
- name : Support and help options
109
105
href : iot-support-help.md
110
106
- name : IoT glossary
111
107
href : iot-glossary.md
108
+ - name : Azure IoT SDKs
109
+ items :
110
+ - name : Device and Service SDKs
111
+ href : iot-sdks.md
112
+ - name : Azure IoT Operations SDKs
113
+ href : https://github.com/Azure/iot-operations-sdks
114
+ - name : Azure IoT Tools for VS Code
115
+ href : https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
116
+ - name : Azure IoT Explorer tool
117
+ href : https://github.com/Azure/azure-iot-explorer
118
+
119
+ - name : Resources
120
+ items :
112
121
- name : Azure IoT services
113
122
items :
114
123
- name : Azure IoT Operations
@@ -124,15 +133,4 @@ items:
124
133
- name : Azure Maps
125
134
href : ../azure-maps/index.yml
126
135
- 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
-
136
+ href : ../time-series-insights/index.yml
0 commit comments