Skip to content

Commit 34021c7

Browse files
committed
update
1 parent 538e1a6 commit 34021c7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/iot-hub/iot-hub-how-to-order-connection-state-events.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ In this section, you configure your IoT Hub to publish events as they occur.
261261

262262
4. Fill in **Event Subscription Details**: Provide a descriptive name and select **Event Grid Schema**.
263263

264-
5. Fill in the **Event Types** fields. Uncheck **Subscribe to all event types** and select **Device Connected** and **Device Disconnected** from the menu.
264+
5. Fill in the **Event Types** fields. In the dropdown list, select only **Device Connected** and **Device Disconnected** from the menu. Click anywhere else on the screen to close the list and save your selections.
265265

266266
![Set event types to look for](./media/iot-hub-how-to-order-connection-state-events/set-event-types.png)
267267

@@ -297,11 +297,9 @@ Now that your event subscription is set up, let's test by connecting a device.
297297
298298
![ConnectionString for device](./media/iot-hub-how-to-order-connection-state-events/DeviceConnString.png)
299299
300-
HostName=test-eventgrid-hub.azure-devices.net;DeviceId=Demo-Device-1;SharedAccessKey=cv8uPNixe7E2R9EHtimoY/PlJfBV/lOYCMajVOp/Cuw=
301-
302300
### Start Raspberry Pi simulator
303301
304-
1. Let's use the Raspberry Pi web simulator to simulate device connection.
302+
Let's use the Raspberry Pi web simulator to simulate device connection.
305303

306304
[Start Raspberry Pi simulator](https://azure-samples.github.io/raspberry-pi-web-simulator/#Getstarted)
307305

@@ -335,7 +333,7 @@ Instead of using the [Azure portal](https://portal.azure.com), you can accomplis
335333
336334
## Clean up resources
337335
338-
This tutorial used resources that incur charges on your Azure subscription. When you're done trying out the tutorial and testing your results, disable or delete resources that you don't want to keep.
336+
This tutorial used resources that incur charges on your Azure subscription. When you're finished trying out the tutorial and testing your results, disable or delete resources that you don't want to keep.
339337
340338
If you don't want to lose the work on your logic app, disable it instead of deleting it.
341339

27.4 KB
Loading

0 commit comments

Comments
 (0)