Skip to content

Commit 62f35f8

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

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
@@ -207,19 +207,19 @@ 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 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**.
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**, select "contosorentaldata" from the drop-down list, and then select **Review+Create**.
211211

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

214-
2. Review the function App details and Select "Create".
214+
2. Review the function app details, and select "Create".
215215

216-
3. Once the app is created, we need to add a function to it. Go to the function app and click **New function** to add a function, choose **In-Portal** as the development environment, and select **Continue**.
216+
3. Once the app is created, we need to add a function to it. Go to the function app and click **New function** to add a function, choose **In-Portal** as the development environment, and then select **Continue**.
217217

218218
![create-function](./media/tutorial-iot-hub-maps/function.png)
219219

220220
4. Choose **More templates** and click **Finish and view templates**.
221221

222-
5. Select the template with an **Azure Event Grid Trigger**. Install extensions if prompted, name the function and hit **Create**.
222+
5. Select the template with an **Azure Event Grid Trigger**. Install extensions if prompted, name the function, and select **Create**.
223223

224224
![function-template](./media/tutorial-iot-hub-maps/eventgrid-funct.png)
225225

0 commit comments

Comments
 (0)