@@ -13,48 +13,46 @@ metadata:
13
13
ms.date : 03/23/2020
14
14
15
15
landingContent :
16
- - title : Create an IoT Hub
16
+ - title : Getting Started
17
17
linkLists :
18
18
- linkListType : quickstart
19
19
links :
20
- - text : using theAzure portal
20
+ - text : Create a hub using the Azure portal
21
21
url : iot-hub-create-through-portal.md
22
- - text : using IoT Tools for VS Code
23
- url : iot-hub-create-use-iot-toolkit.md
24
- - text : using Azure CLI
25
- url : iot-hub-create-using-powershell.md
26
- - text : using Azure PowerShell
27
- url : iot-hub-create-using-cli.md
28
- - title : Connect to an IoT Hub
29
- linkLists :
30
22
- linkListType : quickstart
31
23
links :
32
- - text : Get Started
24
+ - text : Send telemetry with CLI
33
25
url : quickstart-send-telemetry-cli.md
34
- - text : using .NET
26
+ - text : Send telemetry using .NET
35
27
url : quickstart-send-telemetry-dotnet.md
36
- - text : using Node.js
37
- url : quickstart-send-telemetry-node.md
38
- - title : Control a device
28
+ - title : Control a device with your hub
39
29
linkLists :
40
30
- linkListType : quickstart
41
31
links :
42
32
- text : using .NET
43
33
url : quickstart-control-device-dotnet.md
44
34
- text : using Node.js
45
35
url : quickstart-control-device-node.md
46
- - title : Device configuration within an IoT solution
36
+ - title : Configure device within an IoT solution
47
37
linkLists :
48
38
- linkListType : concept
49
39
links :
50
- - text : Device configuration in an IoT solution
40
+ - text : Configure device in an IoT solution
51
41
url : iot-hub-configuration-best-practices.md
52
42
- linkListType : how-to-guide
53
43
links :
54
44
- text : Device twins
55
45
url : iot-hub-devguide-device-twins.md
56
46
- text : Module twins
57
47
url : iot-hub-devguide-module-twins.md
48
+ - title : Scale your IoT solution
49
+ linkLists :
50
+ - linkListType : concept
51
+ links :
52
+ - text : Choosing the right tier
53
+ url : iot-hub-scaling
54
+ - text : Device configuration in an IoT solution
55
+ url : iot-hub-configuration-best-practices.md
58
56
- title : Message Routing
59
57
linkLists :
60
58
- linkListType : tutorial
@@ -66,4 +64,28 @@ landingContent:
66
64
- linkListType : tutorial
67
65
links :
68
66
- text : Run and view routing results
69
- url : tutorial-routing-view-message-routing-results.md
67
+ url : tutorial-routing-view-message-routing-results.md
68
+ - title : Protocols
69
+ linkLists :
70
+ - linkListType : concept
71
+ links :
72
+ - text : Overall protocols
73
+ url : iot-hub-devguide-protocols.md
74
+ - text : TLS Support
75
+ url : iot-hub-tls-support.md
76
+ - text : MQTT Support
77
+ url : iot-hub-mqtt-support.md
78
+ - text : IP Addressing
79
+ url : iot-hub-understand-ip-address.md
80
+ - text : AMQP
81
+ url : iot-hub-amqp-support.md
82
+ - text : Custom gateway
83
+ url : iot-hub-protocol-gateway.md
84
+ - title : Tools
85
+ linkLists :
86
+ - linkListType : how-to-guide
87
+ links :
88
+ - text : using IoT Tools for VS Code
89
+ url : iot-hub-create-use-iot-toolkit.md
90
+ - text : IoT Explorer
91
+ url : " ./iot-pnp/howto-install-iot-explorer.md"
0 commit comments