Skip to content

Commit 147880c

Browse files
committed
Address feedback.
1 parent 1a348bb commit 147880c

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

articles/iot-central/core/tutorial-connect-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In this tutorial, you learn how to:
7777

7878
You can use the **Raw data** view to examine the raw data your device is sending to IoT Central:
7979

80-
:::image type="content" source="media/tutorial-connect-device/raw-data.png" alt-text="The raw data view" lightbox="media/tutorial-connect-device/raw-data.png":::
80+
:::image type="content" source="media/tutorial-connect-device/raw-data.png" alt-text="Screenshot that shows the raw data view." lightbox="media/tutorial-connect-device/raw-data.png":::
8181

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

articles/iot-central/core/tutorial-create-telemetry-rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ To create a telemetry rule, the device template must include at least one teleme
7979

8080
1. Enter the name _Temperature monitor_ to identify the rule and press Enter.
8181

82-
1. Select the **Sensor Controller** device template. By default, the rule automatically applies to all the devices assigned to the device template:
82+
1. Select the **Sensor Controller** device template. By default, the rule automatically applies to all the devices assigned to the device template:
8383

84-
:::image type="content" source="media/tutorial-create-telemetry-rules/device-filters.png" alt-text="Screenshot that shows the selection of the device template in the rule definition" lightbox="media/tutorial-create-telemetry-rules/device-filters.png":::
84+
:::image type="content" source="media/tutorial-create-telemetry-rules/device-filters.png" alt-text="Screenshot that shows the selection of the device template in the rule definition." lightbox="media/tutorial-create-telemetry-rules/device-filters.png":::
8585

8686
To filter for a subset of the devices, select **+ Filter** and use device properties to identify the devices. To disable the rule, toggle the **Enabled/Disabled** button.
8787

@@ -93,7 +93,7 @@ Conditions define the criteria that the rule monitors. In this tutorial, you con
9393

9494
1. Next, choose **Is greater than** as the **Operator** and enter _70_ as the **Value**:
9595

96-
:::image type="content" source="media/tutorial-create-telemetry-rules/aggregate-condition-filled-out.png" alt-text="Screenshot that shows the aggregate condition filled out" lightbox="media/tutorial-create-telemetry-rules/aggregate-condition-filled-out.png":::
96+
:::image type="content" source="media/tutorial-create-telemetry-rules/aggregate-condition-filled-out.png" alt-text="Screenshot that shows the aggregate condition filled out." lightbox="media/tutorial-create-telemetry-rules/aggregate-condition-filled-out.png":::
9797

9898
Optionally, you can set a **Time aggregation**. When you select a time aggregation, you must also select an aggregation type, such as average or sum from the aggregation drop-down.
9999

@@ -113,15 +113,15 @@ After you define the condition, you set up the actions to take when the rule fir
113113
> [!NOTE]
114114
> Emails are only sent to the users that have been added to the application and have logged in at least once. Learn more about [user management](howto-administer.md) in Azure IoT Central.
115115
116-
:::image type="content" source="media/tutorial-create-telemetry-rules/configure-action.png" alt-text="Screenshot that shows the email action for the rule" lightbox="media/tutorial-create-telemetry-rules/configure-action.png":::
116+
:::image type="content" source="media/tutorial-create-telemetry-rules/configure-action.png" alt-text="Screenshot that shows the email action for the rule." lightbox="media/tutorial-create-telemetry-rules/configure-action.png":::
117117

118118
1. To save the action, choose **Done**. You can add multiple actions to a rule.
119119

120120
1. To save the rule, choose **Save**. The rule goes live within a few minutes and starts monitoring telemetry being sent to your application. When the condition specified in the rule is met, the rule triggers the configured email action.
121121

122122
After a while, you receive an email message when the rule fires:
123123

124-
:::image type="content" source="media/tutorial-create-telemetry-rules/email.png" alt-text="Screenshot that shows notification email" lightbox="media/tutorial-create-telemetry-rules/email.png":::
124+
:::image type="content" source="media/tutorial-create-telemetry-rules/email.png" alt-text="Screenshot that shows notification email." lightbox="media/tutorial-create-telemetry-rules/email.png":::
125125

126126
## Delete a rule
127127

articles/iot-central/core/tutorial-define-gateway-device-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tutorial shows you how to use a gateway device template to define a gateway
1717

1818
In this tutorial, you create a **Smart Building** gateway device template. A **Smart Building** gateway device has relationships with other downstream devices.
1919

20-
![Diagram of relationship between gateway device and downstream devices](./media/tutorial-define-gateway-device-type/gatewaypattern.png)
20+
:::image type="content" source="media/tutorial-define-gateway-device-type/gatewaypattern.png" alt-text="Diagram that shows the relationship between a gateway device and its downstream devices." border="false":::
2121

2222
As well as enabling downstream devices to communicate with your IoT Central application, a gateway device can also:
2323

articles/iot-central/core/tutorial-use-device-groups.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Now publish the device template.
6868

6969
Before you create a device group, add at least five simulated devices based on the **Sensor Controller** device template to use in this tutorial:
7070

71-
:::image type="content" source="media/tutorial-use-device-groups/simulated-devices.png" alt-text="Screenshot showing five simulated sensor controller devices" lightbox="media/tutorial-use-device-groups/simulated-devices.png":::
71+
:::image type="content" source="media/tutorial-use-device-groups/simulated-devices.png" alt-text="Screenshot showing five simulated sensor controller devices." lightbox="media/tutorial-use-device-groups/simulated-devices.png":::
7272

7373
For four of the simulated sensor devices, use the **Manage device** view to set the customer name to *Contoso* and select **Save**.
7474

75-
:::image type="content" source="media/tutorial-use-device-groups/customer-name.png" alt-text="Screenshot that shows how to set the Customer Name cloud property" lightbox="media/tutorial-use-device-groups/customer-name.png":::
75+
:::image type="content" source="media/tutorial-use-device-groups/customer-name.png" alt-text="Screenshot that shows how to set the Customer Name cloud property." lightbox="media/tutorial-use-device-groups/customer-name.png":::
7676

7777
## Create a device group
7878

@@ -92,7 +92,7 @@ For four of the simulated sensor devices, use the **Manage device** view to set
9292
9393
1. Choose **Save**.
9494

95-
:::image type="content" source="media/tutorial-use-device-groups/device-group-query.png" alt-text="Screenshot that shows the device group query configuration" lightbox="media/tutorial-use-device-groups/device-group-query.png":::
95+
:::image type="content" source="media/tutorial-use-device-groups/device-group-query.png" alt-text="Screenshot that shows the device group query configuration." lightbox="media/tutorial-use-device-groups/device-group-query.png":::
9696

9797
> [!NOTE]
9898
> For Azure IoT Edge devices, select Azure IoT Edge templates to create a device group.
@@ -113,7 +113,7 @@ To analyze the telemetry for a device group:
113113

114114
You can customize the view, change the time period shown, and export the data as CSV or view data as table.
115115

116-
:::image type="content" source="media/tutorial-use-device-groups/export-data.png" alt-text="Screenshot that shows how to export data for the Contoso devices" lightbox="media/tutorial-use-device-groups/export-data.png":::
116+
:::image type="content" source="media/tutorial-use-device-groups/export-data.png" alt-text="Screenshot that shows how to export data for the Contoso devices." lightbox="media/tutorial-use-device-groups/export-data.png":::
117117

118118
To learn more about analytics, see [How to use data explorer to analyze device data](howto-create-analytics.md).
119119

includes/iot-central-monitor-thermostat.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ As an operator in your Azure IoT Central application, you can:
1414

1515
* View the telemetry sent by the two thermostat components on the **Overview** page:
1616

17-
:::image type="content" source="media/iot-central-monitor-thermostat/view-telemetry.png" alt-text="View device telemetry" lightbox="media/iot-central-monitor-thermostat/view-telemetry.png":::
17+
:::image type="content" source="media/iot-central-monitor-thermostat/view-telemetry.png" alt-text="Screenshot that shows the device overview page." lightbox="media/iot-central-monitor-thermostat/view-telemetry.png":::
1818

1919
* View the device properties on the **About** page. This page shows the properties from the device information component and the two thermostat components:
2020

21-
:::image type="content" source="media/iot-central-monitor-thermostat/about-properties.png" alt-text="View device properties" lightbox="media/iot-central-monitor-thermostat/about-properties.png":::
21+
:::image type="content" source="media/iot-central-monitor-thermostat/about-properties.png" alt-text="Screenshot that dows the device properties view." lightbox="media/iot-central-monitor-thermostat/about-properties.png":::
2222

2323
## Customize the device template
2424

@@ -62,7 +62,7 @@ The thermostat components in the **Temperature Controller** model include the **
6262

6363
1. Save your changes.
6464

65-
:::image type="content" source="media/iot-central-monitor-thermostat/properties-view.png" alt-text="View for updating property values" lightbox="media/iot-central-monitor-thermostat/properties-view.png":::
65+
:::image type="content" source="media/iot-central-monitor-thermostat/properties-view.png" alt-text="Screenshot that shows a view for updating property values." lightbox="media/iot-central-monitor-thermostat/properties-view.png":::
6666

6767
## Publish the device template
6868

@@ -74,10 +74,10 @@ An operator can now use the **Properties** view to update the property values, a
7474

7575
* Update writable property values on the **Properties** page:
7676

77-
:::image type="content" source="media/iot-central-monitor-thermostat/update-properties.png" alt-text="Update the device properties" lightbox="media/iot-central-monitor-thermostat/update-properties.png":::
77+
:::image type="content" source="media/iot-central-monitor-thermostat/update-properties.png" alt-text="Screenshot that shows updating the device properties." lightbox="media/iot-central-monitor-thermostat/update-properties.png":::
7878

7979
* Call the commands from the **Commands** page. If you run the status report command, select a date and time for the **Since** parameter before you run it:
8080

81-
:::image type="content" source="media/iot-central-monitor-thermostat/call-command.png" alt-text="Call the command" lightbox="media/iot-central-monitor-thermostat/call-command.png":::
81+
:::image type="content" source="media/iot-central-monitor-thermostat/call-command.png" alt-text="Screenshot that shows calling a command." lightbox="media/iot-central-monitor-thermostat/call-command.png":::
8282

83-
:::image type="content" source="media/iot-central-monitor-thermostat/command-response.png" alt-text="View the command response" lightbox="media/iot-central-monitor-thermostat/command-response.png":::
83+
:::image type="content" source="media/iot-central-monitor-thermostat/command-response.png" alt-text="Screenshot tha shows a command response." lightbox="media/iot-central-monitor-thermostat/command-response.png":::

0 commit comments

Comments
 (0)