Skip to content

Commit a84ab3d

Browse files
committed
2 parents 5f2c1ed + 797f92b commit a84ab3d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/iot-central/retail/tutorial-in-store-analytics-create-app.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 12/20/2021
1515

1616
For many retailers, environmental conditions within their stores are a key differentiator from their competitors. Retailers want to maintain pleasant conditions within their stores for the benefit of their customers.
1717

18-
You can use the IoT Central in-store analytics condition monitoring application template to build an end-to-end solution. The application template lets you digitally connect to and monitor a retail store environment using of different kinds of sensor devices. These sensor devices generate telemetry that you can convert into business insights to help the retailer reduce operating costs and create a great experience for their customers.
18+
You can use the IoT Central in-store analytics condition monitoring application template to build an end-to-end solution. The application template lets you digitally connect to and monitor a retail store environment using different kinds of sensor devices. These sensor devices generate telemetry that you can convert into business insights to help the retailer reduce operating costs and create a great experience for their customers.
1919

2020
Use the application template to:
2121

@@ -31,11 +31,11 @@ Use the IoT Central *in-store analytics* application template and the guidance i
3131

3232
:::image type="content" source="media/tutorial-in-store-analytics-create-app/store-analytics-architecture-frame.png" alt-text="Azure IoT Central Store Analytics.":::
3333

34-
- Set of IoT sensors sending telemetry data to a gateway device.
35-
- Gateway devices sending telemetry and aggregated insights to IoT Central.
36-
- Continuous data export to the desired Azure service for manipulation.
37-
- Data can be structured in the desired format and sent to a storage service.
38-
- Business applications can query data and generate insights that power retail operations.
34+
1. Set of IoT sensors sending telemetry data to a gateway device.
35+
1. Gateway devices sending telemetry and aggregated insights to IoT Central.
36+
1. Continuous data export to the desired Azure service for manipulation.
37+
1. Data can be structured in the desired format and sent to a storage service.
38+
1. Business applications can query data and generate insights that power retail operations.
3939

4040
## Condition monitoring sensors
4141

@@ -128,7 +128,7 @@ To create a custom theme:
128128

129129
To update the application image:
130130

131-
1. Select **Administration > Application settings**.
131+
1. Select **Administration > Your Application**.
132132

133133
1. Use the **Select image** button to choose an image to upload as the application image. This image appears on the application tile in the **My Apps** page of the IoT Central application manager.
134134

@@ -140,7 +140,7 @@ To update the application image:
140140

141141
### Create device templates
142142

143-
You can create device templates that enable you and the application operators to configure and manage devices. You create a template by building a custom one, by importing an existing template file, or by importing a template from the Azure IoT device catalog. After you create and customize a device template, use it to connect real devices to your application. Optionally, use a device template to generate simulated devices for testing.
143+
You can create device templates that enable you and the application operators to configure and manage devices. You can create a template by building a custom one, by importing an existing template file, or by importing a template from the Azure IoT device catalog. After you create and customize a device template, use it to connect real devices to your application. Optionally, use a device template to generate simulated devices for testing.
144144

145145
The **In-store analytics - checkout** application template has device templates for several devices. There are device templates for two of the three devices you use in the application. The RuuviTag device template isn't included in the **In-store analytics - checkout** application template. In this section, you add a device template for RuuviTag sensors to your application.
146146

@@ -152,7 +152,7 @@ To add a RuuviTag device template to your application:
152152

153153
1. Find and select the **RuuviTag Multisensor** device template in the Azure IoT device catalog.
154154

155-
1. Select **Next: Customize**.
155+
1. Select **Next: Review**.
156156

157157
:::image type="content" source="media/tutorial-in-store-analytics-create-app/ruuvitag-device-template.png" alt-text="Screenshot that highlights the Next: Customize button.":::
158158

@@ -184,17 +184,17 @@ To customize the built-in interfaces of the RuuviTag device template:
184184

185185
1. Select **Customize** in the RuuviTag device template menu.
186186

187-
1. Scroll in the list of capabilities and find the `humidity` telemetry type. It's the row item with the editable **Display name** value of *humidity*.
187+
1. Scroll in the list of capabilities and find the `RelativeHumidity` telemetry type. It's the row item with the editable **Display name** value of *RelativeHumidity*.
188188

189-
In the following steps, you customize the `humidity` telemetry type for the RuuviTag sensors. Optionally, customize some of the other telemetry types.
189+
In the following steps, you customize the `RelativeHumidity` telemetry type for the RuuviTag sensors. Optionally, customize some of the other telemetry types.
190190

191-
For the `humidity` telemetry type, make the following changes:
191+
For the `RelativeHumidity` telemetry type, make the following changes:
192192

193193
1. Select the **Expand** control to expand the schema details for the row.
194194

195-
1. Update the **Display Name** value from *humidity* to a custom value such as *Relative humidity*.
195+
1. Update the **Display Name** value from *RelativeHumidity* to a custom value such as *Humidity*.
196196

197-
1. Change the **Semantic Type** option from *None* to *Humidity*. Optionally, set schema values for the humidity telemetry type in the expanded schema view. Schema settings allow you to create detailed validation requirements for the data that your sensors track. For example, you could set minimum and maximum operating range values for a given interface.
197+
1. Change the **Semantic Type** option from *Relative humidity* to *Humidity*. Optionally, set schema values for the humidity telemetry type in the expanded schema view. Schema settings allow you to create detailed validation requirements for the data that your sensors track. For example, you could set minimum and maximum operating range values for a given interface.
198198

199199
1. Select **Save** to save your changes.
200200

@@ -258,9 +258,9 @@ To create a rule:
258258

259259
1. Enter *Humidity level* as the name of the rule.
260260

261-
1. Choose the RuuviTag device template in **Scopes**. The rule you define will apply to all sensors based on that template. Optionally, you could create a filter that would apply the rule only to a defined subset of the sensors.
261+
1. Choose the RuuviTag device template in **Target devices**. The rule you define will apply to all sensors based on that template. Optionally, you could create a filter that would apply the rule only to a defined subset of the sensors.
262262

263-
1. Choose `Relative humidity` as the **Telemetry**. It's the device capability that you customized in a previous step.
263+
1. Choose `Humidity` as the **Telemetry**. It's the device capability that you customized in a previous step.
264264

265265
1. Choose `Is greater than` as the **Operator**.
266266

0 commit comments

Comments
 (0)