Skip to content

Commit 4a6aa2c

Browse files
authored
Update tutorial-iot-hub-maps.md
1 parent d12e6c0 commit 4a6aa2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-maps/tutorial-iot-hub-maps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: mvc
1515

1616
# Tutorial: Implement IoT spatial analytics using Azure Maps
1717

18-
Tracking and capturing relevant events that occur in space and time is a common IoT scenario. For example, in fleet management, asset tracking, mobility, and smart city applications. This tutorial guides you through a solution pattern for using Azure Maps APIs. Relevant events are captured by IoT Hub, using the event subscription model provided by Event Grid.
18+
Tracking and capturing relevant events that occur in space and time is a common IoT scenario. Example scenarios include fleet management, asset tracking, mobility, and smart city applications. This tutorial guides you through a solution pattern for using Azure Maps APIs. Relevant events are captured by IoT Hub, using the event subscription model provided by Event Grid.
1919

2020
In this tutorial you will:
2121

@@ -33,7 +33,7 @@ In this tutorial you will:
3333

3434
This solution demonstrates a scenario where a car rental company plans to monitor and log events for its rental cars. Often car rental companies rent out cars for a specific geographic region and need to keep track of their whereabouts while rented. Instances of a car leaving the chosen geographic region need to be logged. Logging data ensures policies, fees, and other business aspects would be handled properly.
3535

36-
In our use case, the rental cars are equipped with IoT devices that send telemetry data to Azure IoT Hub on a regular basis. The telemetry includes the current location and indicates whether the car's engine is running or not. The device location schema adheres to the IoT [Plug and Play schema for geospatial data](https://github.com/Azure/IoTPlugandPlay/blob/master/Schemas/geospatial.md). The rental car's device telemetry schema looks like:
36+
In our use case, the rental cars are equipped with IoT devices that send telemetry data to Azure IoT Hub on a regular basis. The telemetry includes the current location and indicates whether the car's engine is running. The device location schema adheres to the IoT [Plug and Play schema for geospatial data](https://github.com/Azure/IoTPlugandPlay/blob/master/Schemas/geospatial.md). The rental car's device telemetry schema looks like:
3737

3838
```JSON
3939
{
@@ -71,7 +71,7 @@ The following diagram gives you a high-level overview of the system.
7171

7272
</center>
7373

74-
The figure below represents the geofence area highlighted in blue and rental vehicle's route as a green line.
74+
The following figure represents the geofence area, highlighted in blue, and the rental vehicle's route as a green line.
7575

7676
![Geofence route](./media/tutorial-iot-hub-maps/geofence-route.png)
7777

@@ -80,7 +80,7 @@ The figure below represents the geofence area highlighted in blue and rental veh
8080

8181
### Create a resource group
8282

83-
To complete the steps in this tutorial, you first need to create a resource group in the Azure portal. To create a resource group, follow the steps below:
83+
To complete the steps in this tutorial, you first need to create a resource group in the Azure portal. To create a resource group, do the following:
8484

8585
1. Log in to the [Azure portal](https://portal.azure.com).
8686

0 commit comments

Comments
 (0)