Skip to content

Commit 2e60c9b

Browse files
authored
Update tutorial-iot-hub-maps.md
1 parent 20ea116 commit 2e60c9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following diagram gives you a high-level overview of the system.
7171

7272
</center>
7373

74-
The following figure represents the geofence area, highlighted in blue, and the 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, indicated by a green line.
7575

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

@@ -82,24 +82,24 @@ The following figure represents the geofence area, highlighted in blue, and the
8282

8383
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

85-
1. Log in to the [Azure portal](https://portal.azure.com).
85+
1. Sign in to the [Azure portal](https://portal.azure.com).
8686

87-
2. select **Resource groups**.
87+
2. Select **Resource groups**.
8888

8989
![Resource groups](./media/tutorial-iot-hub-maps/resource-group.png)
9090

91-
3. Under Resource groups, select **Add**.
91+
3. Under **Resource groups**, select **Add**.
9292

9393
![Add resource group](./media/tutorial-iot-hub-maps/add-resource-group.png)
9494

9595
4. Enter the following property values:
96-
* **Subscription:** Select you Azure subscription.
96+
* **Subscription:** Select your Azure subscription.
9797
* **Resource group:** Enter "ContosoRental" as the resource group name.
9898
* **Region:** Select a region for the resource group.
9999

100100
![Resource group details](./media/tutorial-iot-hub-maps/resource-details.png)
101101

102-
Click on **Review + create** and choose **Create** on the next page.
102+
Select **Review + create**, and then select **Create** on the next page.
103103

104104
### Create an Azure Maps account
105105

@@ -171,7 +171,7 @@ Open the Postman app and follow the steps below to upload the geofence using the
171171
172172
![Key-Value params Postman](./media/tutorial-iot-hub-maps/postman-key-vals.png)
173173
174-
4. Click **Body** then select **raw** input format and choose **JSON (application/text)** as the input format from the dropdown list. Open the JSON data file [here](https://raw.githubusercontent.com/Azure-Samples/iothub-to-azure-maps-geofencing/master/src/Data/geofence.json?token=AKD25BYJYKDJBJ55PT62N4C5LRNN4), and copy the Json in the body section as the data to upload and click **Send**.
174+
4. Click **Body** then select **raw** input format and choose **JSON (application/text)** as the input format from the drop-down list. Open the JSON data file [here](https://raw.githubusercontent.com/Azure-Samples/iothub-to-azure-maps-geofencing/master/src/Data/geofence.json?token=AKD25BYJYKDJBJ55PT62N4C5LRNN4), and copy the Json in the body section as the data to upload and click **Send**.
175175
176176
![post data](./media/tutorial-iot-hub-maps/post-json-data.png)
177177
@@ -207,7 +207,7 @@ Azure Functions is a serverless compute service that enables us to run code on-d
207207

208208
![create-resource](./media/tutorial-iot-hub-maps/create-resource.png)
209209

210-
2. On the function App creation page, name your function app, under **Resource Group** select **Use existing**, and select "ContosoRental" from the dropdown list. Select ".NET Core" as the Runtime Stack, under **Storage** select **Use existing** and select "contosorentaldata" from the dropdown and click **Review+Create**.
210+
2. On the function App creation page, name your function app, under **Resource Group** select **Use existing**, and select "ContosoRental" from the drop-down list. Select ".NET Core" as the Runtime Stack, under **Storage** select **Use existing** and select "contosorentaldata" from the drop-down and click **Review+Create**.
211211

212212
![create-app](./media/tutorial-iot-hub-maps/rental-app.png)
213213

0 commit comments

Comments
 (0)