Skip to content

Commit 1d778b6

Browse files
authored
Merge pull request #94092 from dominicbetts/central-manage-devices-tutorial
Add device groups tutorial
2 parents 24794e0 + 5655452 commit 1d778b6

25 files changed

+116
-77
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41940,7 +41940,12 @@
4194041940
},
4194141941
{
4194241942
"source_path": "articles/iot-central/howto-use-device-groups-pnp.md",
41943-
"redirect_url": "/azure/iot-central/core/howto-use-device-groups-pnp/",
41943+
"redirect_url": "/azure/iot-central/core/tutorial-use-device-groups-pnp/",
41944+
"redirect_document_id": true
41945+
},
41946+
{
41947+
"source_path": "articles/iot-central/core/howto-use-device-groups-pnp.md",
41948+
"redirect_url": "/azure/iot-central/core/tutorial-use-device-groups-pnp/",
4194441949
"redirect_document_id": true
4194541950
},
4194641951
{

articles/iot-central-pnp/toc.yml

Lines changed: 8 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
@@ -71,8 +75,10 @@
7175
href: ../iot-central/core/howto-create-personal-dashboards.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
7276
- name: Run a job
7377
href: ../iot-central/core/howto-run-a-job.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
74-
- name: Use device groups
75-
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
78+
- name: Version device template
79+
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
80+
- name: Monitoring and analytics
81+
items:
7682
- name: Analyze your device data
7783
href: ../iot-central/core/howto-create-analytics-pnp.md?toc=/azure/iot-central-pnp/toc.json&bc=/azure/iot-central-pnp/breadcrumb/toc.json
7884
- name: Transform

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)