Skip to content

Commit 651f837

Browse files
committed
Add device groups tutorial
1 parent c095b7d commit 651f837

25 files changed

+112
-77
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41935,7 +41935,12 @@
4193541935
},
4193641936
{
4193741937
"source_path": "articles/iot-central/howto-use-device-groups-pnp.md",
41938-
"redirect_url": "/azure/iot-central/core/howto-use-device-groups-pnp/",
41938+
"redirect_url": "/azure/iot-central/core/tutorial-use-device-groups-pnp/",
41939+
"redirect_document_id": true
41940+
},
41941+
{
41942+
"source_path": "articles/iot-central/core/howto-use-device-groups-pnp.md",
41943+
"redirect_url": "/azure/iot-central/core/tutorial-use-device-groups-pnp/",
4193941944
"redirect_document_id": true
4194041945
},
4194141946
{

articles/iot-central-pnp/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
href: ../iot-central/core/tutorial-define-edge-device-type-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
3838
- name: Connect an IoT Edge device
3939
href: ../iot-central/core/tutorial-add-edge-as-leaf-device.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
40+
- name: Stay connected
41+
items:
42+
- name: Create a device group
43+
href: ../iot-central/core/tutorial-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
4044
- name: Transform
4145
items:
4246
- name: Create a rule
@@ -65,8 +69,6 @@
6569
href: ../iot-central/core/howto-manage-devices-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
6670
- name: Run a job
6771
href: ../iot-central/core/howto-run-a-job.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
68-
- name: Use device groups
69-
href: ../iot-central/core/howto-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
7072
- name: Version device template
7173
href: ../iot-central/core/howto-version-device-template-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
7274
- name: Monitoring and analytics

articles/iot-central/core/howto-create-analytics-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Analytics user interface is made of three main components:
3434

3535
You'll need to start by choosing a **device group**, and the telemetry that you want to analyze. Once you're done, select **Analyze** to start visualizing your data.
3636

37-
- **Device group:** A [device group](howto-use-device-groups-pnp.md) is a user-defined group of your devices. For example, all Refrigerators in Oakland, or All version 2.0 wind turbines.
37+
- **Device group:** A [device group](tutorial-use-device-groups-pnp.md) is a user-defined group of your devices. For example, all Refrigerators in Oakland, or All version 2.0 wind turbines.
3838

3939
- **Telemetry:** Select the telemetry that you want to analyze and explore. You can select multiple telemetries to analyze together. Default aggregation method is set to Average for numerical and Count for string data-type respectively. Supported aggregation methods for Numeric data types are Average, Maximum, Minimum, Count and, Sum. Supported aggregation methods for string data type are count.
4040

articles/iot-central/core/howto-manage-devices-pnp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ Cloud properties are the device metadata associated with the device, such as cit
174174
Now that you've learned how to manage devices in your Azure IoT Central application, here is the suggested next step:
175175

176176
> [!div class="nextstepaction"]
177-
> [How to use device sets](howto-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json)
177+
> [How to use device groups](tutorial-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json)
178178
179179
<!-- Next how-tos in the sequence -->

articles/iot-central/core/howto-use-device-groups-pnp.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

articles/iot-central/core/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ landingContent:
5050
- linkListType: tutorial
5151
links:
5252
- text: Use device groups
53-
url: howto-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
53+
url: tutorial-use-device-groups-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
5454
- linkListType: how-to-guide
5555
links:
5656
- text: Manage your devices
41.3 KB
Loading
44.3 KB
Loading

0 commit comments

Comments
 (0)