@@ -15,24 +15,47 @@ metadata:
15
15
landingContent :
16
16
- title : Getting Started
17
17
linkLists :
18
- - linkListType : quickstart
18
+ - linkListType : get-started
19
19
links :
20
20
- text : Create a hub using the Azure portal
21
21
url : iot-hub-create-through-portal.md
22
- - linkListType : quickstart
23
- links :
24
- - text : Send telemetry with CLI
22
+ - text : Send telemetry from a device to a hub using CLI
25
23
url : quickstart-send-telemetry-cli.md
26
- - text : Send telemetry using .NET
27
- url : quickstart-send-telemetry-dotnet.md
28
- - title : Control a device with your hub
24
+ - text : Control a device with your hub
25
+ url : quickstart-control-device-node.md
26
+ - text : Device management
27
+ url : iot-hub-device-management-overview.md
28
+ - title : Scale your solution
29
29
linkLists :
30
- - linkListType : quickstart
31
- links :
32
- - text : using .NET
33
- url : quickstart-control-device-dotnet.md
34
- - text : using Node.js
35
- url : quickstart-control-device-node.md
30
+ - linkListType : concept
31
+ links :
32
+ - text : Choosing the right tier
33
+ url : iot-hub-scaling.md
34
+ - text : Best practices for configuring devices
35
+ url : iot-hub-configuration-best-practices.md
36
+ - title : Security
37
+ linkLists :
38
+ - linkListType : concept
39
+ links :
40
+ - text : Recommendations
41
+ url : ../iot-fundamentals/security-recommendations.md
42
+ - text : Security From the ground up
43
+ url : ../iot-fundamentals/iot-security-ground-up.md
44
+ - text : Security Best practices
45
+ url : ../iot-fundamentals/iot-security-best-practices.md
46
+ - text : Security Architecture
47
+ url : ../iot-fundamentals/iot-security-architecture.md
48
+ - text : Secure your IoT deployment
49
+ url : ../iot-fundamentals/iot-security-deployment.md
50
+ - title : Security certificates
51
+ linkLists :
52
+ - linkListType : concept
53
+ links :
54
+ - text : Device Authentication using X.509 CA Certs
55
+ url : iot-hub-x509ca-overview.md
56
+ links :
57
+ - text : X.509 CA cert security concepts
58
+ url : iot-hub-x509ca-concept.md
36
59
- title : Select Protocol
37
60
linkLists :
38
61
- linkListType : concept
@@ -49,32 +72,24 @@ landingContent:
49
72
url : iot-hub-amqp-support.md
50
73
- text : Custom gateway
51
74
url : iot-hub-protocol-gateway.md
52
- - title : Scale your solution
53
- linkLists :
54
- - linkListType : concept
55
- links :
56
- - text : Choosing the right tier
57
- url : iot-hub-scaling.md
58
- - text : Best practices for configuring devices
59
- url : iot-hub-configuration-best-practices.md
60
- - linkListType : how-to-guide
61
- links :
62
- - text : Device twins
63
- url : iot-hub-devguide-device-twins.md
64
- - text : Module twins
65
- url : iot-hub-devguide-module-twins.md
66
75
- title : Route device data
67
76
linkLists :
77
+ - linkListType : concept
78
+ links :
79
+ - text : Understand message tutorial-routing-config-message-routing-cli.md
80
+ url : iot-hub-devguide-messages-d2c.md
68
81
- linkListType : tutorial
69
82
links :
70
83
- text : Prep with Azure CLI
71
84
url : tutorial-routing-config-message-routing-cli.md
72
85
- text : Prep with Azure Resource Manager template
73
86
url : tutorial-routing-config-message-routing-rm-template.md
74
- - linkListType : tutorial
75
- links :
76
87
- text : Run and view routing results
77
88
url : tutorial-routing-view-message-routing-results.md
89
+ - linkListType : sample
90
+ links :
91
+ - text : Azure IoT Samples for C# (.NET)
92
+ url : /samples/azure-samples/azure-iot-samples-csharp/azure-iot-samples-for-csharp-net.md
78
93
- title : Tools
79
94
linkLists :
80
95
- linkListType : how-to-guide
0 commit comments