Skip to content

Commit 0fea7c9

Browse files
committed
try 3
1 parent 95d3fff commit 0fea7c9

File tree

2 files changed

+109
-18
lines changed

2 files changed

+109
-18
lines changed

articles/iot-hub/index.yml

Lines changed: 40 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,48 +13,46 @@ metadata:
1313
ms.date: 03/23/2020
1414

1515
landingContent:
16-
- title: Create an IoT Hub
16+
- title: Getting Started
1717
linkLists:
1818
- linkListType: quickstart
1919
links:
20-
- text: using theAzure portal
20+
- text: Create a hub using the Azure portal
2121
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:
3022
- linkListType: quickstart
3123
links:
32-
- text: Get Started
24+
- text: Send telemetry with CLI
3325
url: quickstart-send-telemetry-cli.md
34-
- text: using .NET
26+
- text: Send telemetry using .NET
3527
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
3929
linkLists:
4030
- linkListType: quickstart
4131
links:
4232
- text: using .NET
4333
url: quickstart-control-device-dotnet.md
4434
- text: using Node.js
4535
url: quickstart-control-device-node.md
46-
- title: Device configuration within an IoT solution
36+
- title: Configure device within an IoT solution
4737
linkLists:
4838
- linkListType: concept
4939
links:
50-
- text: Device configuration in an IoT solution
40+
- text: Configure device in an IoT solution
5141
url: iot-hub-configuration-best-practices.md
5242
- linkListType: how-to-guide
5343
links:
5444
- text: Device twins
5545
url: iot-hub-devguide-device-twins.md
5646
- text: Module twins
5747
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
5856
- title: Message Routing
5957
linkLists:
6058
- linkListType: tutorial
@@ -66,4 +64,28 @@ landingContent:
6664
- linkListType: tutorial
6765
links:
6866
- 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"

articles/iot-hub/index_1stTry.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
### YamlMime:Landing
2+
3+
title: Azure IoT Hub Documentation
4+
metadata:
5+
title: Azure IoT Hub Documentation
6+
description: Learn how to use Azure IoT Hub to connect, monitor, and control billions of Internet of Things assets.
7+
services: iot-hub
8+
ms.service: iot-hub
9+
ms.topic: landing-page
10+
author: robinsh
11+
ms.author: robinsh
12+
manager: eliotgra
13+
ms.date: 03/23/2020
14+
15+
landingContent:
16+
- title: Create an IoT Hub
17+
linkLists:
18+
- linkListType: quickstart
19+
links:
20+
- text: using theAzure portal
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+
- linkListType: quickstart
31+
links:
32+
- text: Get Started
33+
url: quickstart-send-telemetry-cli.md
34+
- text: using .NET
35+
url: quickstart-send-telemetry-dotnet.md
36+
- text: using Node.js
37+
url: quickstart-send-telemetry-node.md
38+
- title: Control a device
39+
linkLists:
40+
- linkListType: quickstart
41+
links:
42+
- text: using .NET
43+
url: quickstart-control-device-dotnet.md
44+
- text: using Node.js
45+
url: quickstart-control-device-node.md
46+
- title: Device configuration within an IoT solution
47+
linkLists:
48+
- linkListType: concept
49+
links:
50+
- text: Device configuration in an IoT solution
51+
url: iot-hub-configuration-best-practices.md
52+
- linkListType: how-to-guide
53+
links:
54+
- text: Device twins
55+
url: iot-hub-devguide-device-twins.md
56+
- text: Module twins
57+
url: iot-hub-devguide-module-twins.md
58+
- title: Message Routing
59+
linkLists:
60+
- linkListType: tutorial
61+
links:
62+
- text: Prep with Azure CLI
63+
url: tutorial-routing-config-message-routing-cli.md
64+
- text: Prep with Azure Resource Manager template
65+
url: tutorial-routing-config-message-routing-rm-template.md
66+
- linkListType: tutorial
67+
links:
68+
- text: Run and view routing results
69+
url: tutorial-routing-view-message-routing-results.md

0 commit comments

Comments
 (0)