@@ -13,27 +13,44 @@ metadata:
13
13
ms.date : 03/23/2020
14
14
15
15
landingContent :
16
- - title : Getting Started
16
+ - title : Getting Started
17
17
linkLists :
18
- - linkListType : get-started
18
+ - linkListType : quickstart
19
+ links :
20
+ - text : Create a hub using the Azure portal
21
+ url : iot-hub-create-through-portal.md
22
+ - text : Send telemetry from a device to a hub using CLI
23
+ url : quickstart-send-telemetry-cli.md
24
+ - text : Control a device connected to a hub
25
+ url : quickstart-control-device-node.md
26
+ - linkListType : get-started
27
+ links :
28
+ - text : Device management
29
+ url : iot-hub-node-node-devicemanagement-get-started.md
30
+ - text : Configuring devices
31
+ url : iot-hub-configuration-best-practices.md
32
+ - title : Using Device Twins
33
+ linkLists :
34
+ - linkListType : how-to-guide
19
35
links :
20
- - text : Create a hub using the Azure portal
21
- url : iot-hub-create-through-portal.md
22
- - text : Send telemetry from a device to a hub using CLI
23
- url : quickstart-send-telemetry-cli.md
24
- - text : Control a device with your hub
25
- url : quickstart-control-device-node.md
36
+ - text : Working with Device Twins (node)
37
+ url : iot-hub-node-node-twin-get-started.md
38
+ - text : Understanding IoT metrics
39
+ url : iot-hub-metrics.md
40
+ - text : Diagnostics Logging
41
+ url : iot-hub-monitor-resource-health.md
42
+ - text : Monitor, diagnose, and troubleshoot disconnects with IoT
43
+ url : iot-hub-troubleshoot-connectivity.md
44
+
26
45
- title : Scale your solution
27
46
linkLists :
28
47
- linkListType : concept
29
48
links :
30
49
- text : Choosing the right tier
31
50
url : iot-hub-scaling.md
32
- - text : Best practices for configuring devices
33
- url : iot-hub-configuration-best-practices.md
34
51
- text : Understand quotas and throttling
35
52
url : iot-hub-devguide-quotas-throttling.md
36
- - title : Select Protocol
53
+ - title : Select your Protocol
37
54
linkLists :
38
55
- linkListType : concept
39
56
links :
@@ -63,37 +80,31 @@ landingContent:
63
80
url : tutorial-routing-config-message-routing-rm-template.md
64
81
- text : Run and view routing results
65
82
url : tutorial-routing-view-message-routing-results.md
66
- - linkListType : sample
67
- links :
68
- - text : Azure IoT Samples for C# (.NET)
69
- url : /samples/azure-samples/azure-iot-samples-csharp/azure-iot-samples-for-csharp-net
70
- - title : Security
83
+ - title : Learn about IoT Security
71
84
linkLists :
72
85
- linkListType : concept
73
86
links :
74
- - text : Understand Azure IoT Hub security
87
+ - text : Control access to IoT Hub
75
88
url : iot-hub-devguide-security.md
76
- - text : Recommendations
89
+ - text : Security recommendations for IoT deployment
77
90
url : ../iot-fundamentals/security-recommendations.md
78
- - text : Security From the ground up
79
- url : ../iot-fundamentals/iot-security-ground-up.md
80
91
- text : Security Best practices
81
92
url : ../iot-fundamentals/iot-security-best-practices.md
82
93
- text : Security Architecture
83
94
url : ../iot-fundamentals/iot-security-architecture.md
84
95
- text : Secure your IoT deployment
85
96
url : ../iot-fundamentals/iot-security-deployment.md
86
- - title : Security certificates
97
+ - title : Create and use security certificates
87
98
linkLists :
88
99
- linkListType : concept
89
100
links :
90
- - text : Device Authentication using X.509 CA Certs
101
+ - text : Device Authentication using X.509 CA verts
91
102
url : iot-hub-x509ca-overview.md
92
103
- text : X.509 security with IoT Hub
93
104
url : iot-hub-security-x509-get-started.md
94
105
- text : X.509 CA cert security concepts
95
106
url : iot-hub-x509ca-concept.md
96
- - title : Tools
107
+ - title : Use IoT Hub Tools
97
108
linkLists :
98
109
- linkListType : how-to-guide
99
110
links :
0 commit comments