Skip to content

Commit c570c8c

Browse files
authored
Merge pull request #216723 from dominicbetts/central-concepts-screenshots
IoT Central: screenshot updates - concepts and how-tos
2 parents e2169d5 + 4cd50bb commit c570c8c

File tree

82 files changed

+133
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+133
-145
lines changed

articles/iot-central/core/concepts-device-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device authentication in Azure IoT Central | Microsoft Docs
33
description: This article introduces key concepts relating to device authentication in Azure IoT Central
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 03/02/2022
6+
ms.date: 10/28/2022
77
ms.topic: conceptual
88
ms.service: iot-central
99
services: iot-central
@@ -118,7 +118,7 @@ To automatically register devices that use SAS tokens:
118118
119119
1. Copy the group primary key from the **SAS-IoT-Devices** enrollment group:
120120
121-
:::image type="content" source="media/concepts-device-authentication/group-primary-key.png" alt-text="Group primary key from S A S - I o T - Devices enrollment group.":::
121+
:::image type="content" source="media/concepts-device-authentication/group-primary-key.png" alt-text="Group primary key from SAS IoT Devices enrollment group." lightbox="media/concepts-device-authentication/group-primary-key.png":::
122122
123123
1. Use the `az iot central device compute-device-key` command to generate the device SAS keys. Use the group primary key from the previous step. The device ID can contain letters, numbers, and the `-` character:
124124

articles/iot-central/core/concepts-device-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ IoT Central can automatically assign a device to a device template when the devi
4545

4646
The following screenshot shows you how to view the model ID of a device template in IoT Central. In a device template, select a component, and then select **Edit identity**:
4747

48-
:::image type="content" source="media/concepts-device-templates/model-id.png" alt-text="Screenshot showing model I D in thermostat device template.":::
48+
:::image type="content" source="media/concepts-device-templates/model-id.png" alt-text="Screenshot showing model ID in thermostat device template." lightbox="media/concepts-device-templates/model-id.png":::
4949

5050
You can view the [thermostat model](https://github.com/Azure/iot-plugandplay-models/blob/main/dtmi/com/example/thermostat-1.json) in the public model repository. The model ID definition looks like:
5151

articles/iot-central/core/concepts-telemetry-properties-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IoT Central lets you view the raw data that a device sends to an application. Th
4444

4545
1. Select the **Raw data** tab:
4646

47-
:::image type="content" source="media/concepts-telemetry-properties-commands/raw-data.png" alt-text="Raw data view":::
47+
:::image type="content" source="media/concepts-telemetry-properties-commands/raw-data.png" alt-text="Screenshot that shows the raw data view." lightbox="media/concepts-telemetry-properties-commands/raw-data.png":::
4848

4949
On this view, you can select the columns to display and set a time range to view. The **Unmodeled data** column shows data from the device that doesn't match any property or telemetry definitions in the device template.
5050

articles/iot-central/core/how-to-connect-devices-x509.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect devices with X.509 certificates in an Azure IoT Central applicati
33
description: How to connect devices with X.509 certificates using Node.js device SDK for IoT Central Application
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 09/13/2022
6+
ms.date: 10/31/2022
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -111,7 +111,7 @@ Make a note of the location of these files. You need it later.
111111
112112
1. The status of the primary certificate is now **Verified**:
113113
114-
![Verified Certificate](./media/how-to-connect-devices-x509/verified.png)
114+
:::image type="content" source="media/how-to-connect-devices-x509/verified.png" alt-text="Screenshot that shows a verified X509 certificate." lightbox="media/how-to-connect-devices-x509/verified.png":::
115115
116116
You can now connect devices that have an X.509 certificate derived from this primary root certificate.
117117
@@ -206,7 +206,7 @@ To run the sample:
206206
207207
Verify that telemetry appears on the device view in your IoT Central application:
208208
209-
![Screenshot that shows telemetry arriving in your IoT Central application.](./media/how-to-connect-devices-x509/telemetry.png)
209+
:::image type="content" source="media/how-to-connect-devices-x509/telemetry.png" alt-text="Screenshot showing telemetry from a device that connected using X.509." lightbox="media/how-to-connect-devices-x509/telemetry.png":::
210210
211211
## Use individual enrollment
212212
@@ -257,7 +257,7 @@ These commands produce the following device certificates:
257257

258258
1. The device now has an individual enrollment with X.509 certificates.
259259

260-
![Individual enrollment certificates](./media/how-to-connect-devices-x509/individual-enrollment.png)
260+
:::image type="content" source="media/how-to-connect-devices-x509/individual-enrollment.png" alt-text="Screenshot that shows how to connect a device using an X.509 individual enrollment." lightbox="media/how-to-connect-devices-x509/individual-enrollment.png":::
261261

262262
### Run a sample individual enrollment device
263263

articles/iot-central/core/howto-connect-rigado-cascade-500.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.custom: [iot-storeAnalytics-conditionMonitor, iot-p0-scenario]
88
author: dominicbetts
99
ms.author: dobett
10-
ms.date: 06/15/2022
10+
ms.date: 11/01/2022
1111

1212
# This article applies to solution builders.
1313
---
@@ -40,11 +40,11 @@ To add a Cascade 500 device template:
4040

4141
1. The page gives you an option to **Create a custom template** or **Use a preconfigured device template**.
4242

43-
1. Select the C500 device template from the list of preconfigured device templates.
43+
1. Select the Cascade-500 device template from the list of featured device templates.
4444

45-
1. Select **Next: Customize** to continue to the next step.
45+
1. Select **Next: Review** to continue to the next step.
4646

47-
1. On the next screen, select **Create** to onboard the C500 device template into your IoT Central application.
47+
1. On the next screen, select **Create** to onboard the Cascade-500 device template into your IoT Central application.
4848

4949
## Retrieve application connection details
5050

@@ -54,11 +54,11 @@ To connect the Cascade 500 device to your IoT Central application, you need to r
5454

5555
1. Make a note of the **ID Scope** for your IoT Central application:
5656

57-
![App ID Scope](./media/howto-connect-rigado-cascade-500/app-scope-id.png)
57+
:::image type="content" source="media/howto-connect-rigado-cascade-500/app-scope-id.png" alt-text="Screenshot that shows the ID scope for your application." lightbox="media/howto-connect-rigado-cascade-500/app-scope-id.png":::
5858

5959
1. Now select **SAS-IoT-Edge-Devices** and make a note of the **Primary key**:
6060

61-
![Primary Key](./media/howto-connect-rigado-cascade-500/primary-key-sas.png)
61+
:::image type="content" source="media/howto-connect-rigado-cascade-500/primary-key-sas.png" alt-text="Screenshot that shows the primary SAS key for you device connection group." lightbox="media/howto-connect-rigado-cascade-500/primary-key-sas.png":::
6262

6363
## Contact Rigado to connect the gateway
6464

@@ -68,9 +68,9 @@ When the device connects to the internet, Rigado can push down a configuration u
6868

6969
This update applies the IoT Central connection details on the Cascade 500 device and it then appears in your devices list:
7070

71-
![Devices list](./media/howto-connect-rigado-cascade-500/devices-list-c500.png)
71+
:::image type="content" source="media/howto-connect-rigado-cascade-500/devices-list-c500.png" alt-text="Screenshot that shows a Cascade-500 device connection to your application." lightbox="media/howto-connect-rigado-cascade-500/devices-list-c500.png":::
7272

73-
You're now ready to use your C500 device in your IoT Central application.
73+
You're now ready to use your Cascade-500 device in your IoT Central application.
7474

7575
## Next steps
7676

articles/iot-central/core/howto-connect-ruuvi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.custom: [iot-storeAnalytics-conditionMonitor, iot-p0-scenario]
88
ms.author: avneets
99
author: avneet723
10-
ms.date: 08/20/2021
10+
ms.date: 11/01/2022
1111

1212
# This article applies to solution builders.
1313
---
@@ -56,7 +56,7 @@ To connect the RuuviTag with your IoT Central application, you need to set up a
5656

5757
1. In a few seconds, your RuuviTag appears in the list of devices within IoT Central:
5858

59-
![RuuviTag Device List](./media/howto-connect-ruuvi/ruuvi-device-list.png)
59+
:::image type="content" source="media/howto-connect-ruuvi/ruuvi-device-list.png" alt-text="Screenshot that shows the device list with a RuuviTag." lightbox="media/howto-connect-ruuvi/ruuvi-device-list.png":::
6060

6161
You can now use this RuuviTag device within your IoT Central application.
6262

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Analyze device data in your Azure IoT Central application | Microsoft Doc
33
description: Analyze device data in your Azure IoT Central application.
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/21/2022
6+
ms.date: 11/03/2022
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -34,7 +34,7 @@ The analytics user interface has three main components:
3434

3535
- **Chart control:** The chart control visualizes the data as a line chart. You can toggle the visibility of specific lines by interacting with the chart legend.
3636

37-
:::image type="content" source="media/howto-create-analytics/analytics-ui.png" alt-text="Screenshot that shows the three areas of the data explorer UI.":::
37+
:::image type="content" source="media/howto-create-analytics/analytics-ui.png" alt-text="Screenshot that shows the three areas of the data explorer UI." lightbox="media/howto-create-analytics/analytics-ui.png":::
3838

3939
## Query your data
4040

@@ -60,7 +60,7 @@ Select **Save** to save an analytics query. Later, you can retrieve any queries
6060

6161
- **Time editor panel:** By default you see data from the last day. You can drag either end of the slider to change the time duration. You can also use the calendar control to select one of the predefined time buckets or select a custom time range. The time control also has an **Interval size** slider that controls the interval size used to aggregate the data.
6262

63-
:::image type="content" source="media/howto-create-analytics/time-editor-panel.png" alt-text="Screenshot that shows the time editor panel.":::
63+
:::image type="content" source="media/howto-create-analytics/time-editor-panel.png" alt-text="Screenshot that shows the time editor panel." lightbox="media/howto-create-analytics/time-editor-panel.png":::
6464

6565
- **Inner date range slider tool**: Use the two endpoint controls to highlight the time span you want. The inner date range is constrained by the outer date range slider control.
6666

@@ -83,11 +83,11 @@ Select **Save** to save an analytics query. Later, you can retrieve any queries
8383
- **Shared:** A graph for each telemetry type is plotted against the same y-axis.
8484
- **Overlap:** Use this mode to stack multiple lines on the same y-axis, with the y-axis data changing based on the selected line.
8585

86-
:::image type="content" source="media/howto-create-analytics/y-axis-control.png" alt-text="A screenshot that highlights the y-axis control.":::
86+
:::image type="content" source="media/howto-create-analytics/y-axis-control.png" alt-text="A screenshot that highlights the y-axis control." lightbox="media/howto-create-analytics/y-axis-control.png":::
8787

8888
- **Zoom control:** The zoom control lets you drill further into your data. If you find a time period you'd like to focus on within your result set, use your mouse pointer to highlight the area. Then select **Zoom in**.
8989

90-
:::image type="content" source="media/howto-create-analytics/zoom.png" alt-text="A Screenshot that shows the use of the zoom control.":::
90+
:::image type="content" source="media/howto-create-analytics/zoom.png" alt-text="A Screenshot that shows the use of the zoom control." lightbox="media/howto-create-analytics/zoom.png":::
9191

9292
Select the ellipsis, for more chart controls:
9393

@@ -97,7 +97,7 @@ Select the ellipsis, for more chart controls:
9797

9898
- **Drop a Marker:** The **Drop Marker** control lets you anchor certain data points on the chart. It's useful when you're trying to compare data for multiple lines across different time periods.
9999

100-
:::image type="content" source="media/howto-create-analytics/additional-chart-controls.png" alt-text="A Screenshot that shows how to access the additional chart controls.":::
100+
:::image type="content" source="media/howto-create-analytics/additional-chart-controls.png" alt-text="A Screenshot that shows how to access the additional chart controls." lightbox="media/howto-create-analytics/additional-chart-controls.png":::
101101

102102
## Next steps
103103

articles/iot-central/core/howto-create-iot-central-application.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: iot-central
55
ms.service: iot-central
66
author: dominicbetts
77
ms.author: dobett
8-
ms.date: 06/20/2022
8+
ms.date: 10/28/2022
99
ms.topic: how-to
1010
---
1111

@@ -77,22 +77,20 @@ The **My apps** page lists all the IoT Central applications you have access to.
7777

7878
You can create a copy of any application, minus any device instances, device data history, and user data. The copy uses a standard pricing plan that you'll be billed for.
7979

80-
Select **Copy**. In the dialog box, enter the details for the new application. Then select **Copy** to confirm that you want to continue. To learn more about the fields in the form, see [Create an application](howto-create-iot-central-application.md).
80+
Navigate to **Application > Management** and select **Copy**. In the dialog box, enter the details for the new application. Then select **Copy** to confirm that you want to continue. To learn more about the fields in the form, see [Create an application](howto-create-iot-central-application.md).
8181

82-
:::image type="content" source="media/howto-create-iot-central-application/app-copy-1.png" alt-text="Screenshot of that shows application management page.":::
82+
:::image type="content" source="media/howto-create-iot-central-application/app-copy.png" alt-text="Screenshot that shows the copy application settings page." lightbox="media/howto-create-iot-central-application/app-copy.png":::
8383

84-
:::image type="content" source="media/howto-create-iot-central-application/app-copy-2.png" alt-text="Screenshot that shows the Copy Application settings page.":::
84+
After the application copy operation succeeds, you can navigate to the new application using the link.
8585

86-
After the app copy operation succeeds, you can navigate to the new application using the link.
87-
88-
Copying an application also copies the definition of rules and email action. Some actions, such as Flow and Logic Apps, are tied to specific rules via the Rule ID. When a rule is copied to a different application, it gets its own Rule ID. In this case, users will have to create a new action and then associate the new rule with it. In general, it's a good idea to check the rules and actions to make sure they're up-to-date in the new app.
86+
Copying an application also copies the definition of rules and email action. Some actions, such as Flow and Logic Apps, are tied to specific rules by the rule ID. When a rule is copied to a different application, it gets its own rule ID. In this case, users must create a new action and then associate the new rule with it. In general, it's a good idea to check the rules and actions to make sure they're up-to-date in the new application.
8987

9088
> [!WARNING]
9189
> If a dashboard includes tiles that display information about specific devices, then those tiles show **The requested resource was not found** in the new application. You must reconfigure these tiles to display information about devices in your new application.
9290
9391
## Create and use a custom application template
9492

95-
When you create an Azure IoT Central application, you have a choice of built-in sample templates. You can also create your own application templates from existing IoT Central applications. You can then use your own application templates when you create new applications.
93+
When you create an Azure IoT Central application, you choose from the built-in sample templates. You can also create your own application templates from existing IoT Central applications. You can then use your own application templates when you create new applications.
9694

9795
When you create an application template, it includes the following items from your existing application:
9896

@@ -119,8 +117,7 @@ To create an application template from an existing IoT Central application:
119117
1. On the **Template Export** page, enter a name and description for your template.
120118
1. Select the **Export** button to create the application template. You can now copy the **Shareable Link** that enables someone to create a new application from the template:
121119

122-
123-
:::image type="content" source="media/howto-create-iot-central-application/create-template-2.png" alt-text="Screenshot that shows export an application template.":::
120+
:::image type="content" source="media/howto-create-iot-central-application/create-template.png" alt-text="Screenshot that shows export an application template." lightbox="media/howto-create-iot-central-application/create-template.png":::
124121

125122
### Use an application template
126123

articles/iot-central/core/howto-edit-device-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Edit a device template in your Azure IoT Central application | Microsoft
33
description: Iterate over your device templates without impacting your live connected devices
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 06/22/2022
6+
ms.date: 10/31/2022
77
ms.topic: how-to
88
ms.service: iot-central
99
services: iot-central
@@ -78,7 +78,7 @@ The following snippet shows the device model for a thermostat device. The device
7878

7979
To view this information in the IoT Central UI, select **View identity** in the device template editor:
8080

81-
:::image type="content" source="media/howto-edit-device-template/view-identity.png" alt-text="View the identity of an interface to see the version number":::
81+
:::image type="content" source="media/howto-edit-device-template/view-identity.png" alt-text="View the identity of an interface to see the version number" lightbox="media/howto-edit-device-template/view-identity.png":::
8282

8383
## Version a device template
8484

@@ -111,7 +111,7 @@ You can create multiple versions of the device template. Over time, you'll have
111111
1. Select the device you need to migrate to another version.
112112
1. Choose **Migrate**:
113113

114-
:::image type="content" source="media/howto-edit-device-template/migrate-device.png" alt-text="Choose the option to start migrating a device":::
114+
:::image type="content" source="media/howto-edit-device-template/migrate-device.png" alt-text="Choose the option to start migrating a device" lightbox="media/howto-edit-device-template/migrate-device.png":::
115115

116116
1. Select the device template with the version you want to migrate the device to and select **Migrate**.
117117

0 commit comments

Comments
 (0)