Skip to content

Commit 829ccde

Browse files
committed
IoT Hub EGG
1 parent f42d7db commit 829ccde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/publish-iot-hub-events-to-logic-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ In this section, you configure your IoT Hub to publish events as they occur.
168168

169169
You could save the event subscription here, and receive notifications for every device that is created in your IoT hub. For this tutorial, though, let's use the optional fields to filter for specific devices:
170170

171-
* **Prefix filter**: Enter `devices/Building1_` to filter for device events in building 1.
172-
* **Suffix filter**: Enter `_Temperature` to filter for device events related to temperature.
171+
* **Subject Begins With**: Enter `devices/Building1_` to filter for device events in building 1.
172+
* **Subject Ends With**: Enter `_Temperature` to filter for device events related to temperature.
173173

174174
When you're done, the form should look like the following example:
175175

articles/iot-hub/iot-hub-event-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For a detailed description of each property, see [Azure Event Grid event schema
118118

119119
## Filter events
120120

121-
IoT Hub event subscriptions can filter events based on event type and device name. Subject filters in Event Grid work based on **prefix** and **suffix** matches. The filter uses an `AND` operator, so events with a subject that match both the prefix and suffix are delivered to the subscriber.
121+
IoT Hub event subscriptions can filter events based on event type and device name. Subject filters in Event Grid work based on **Begins With** (prefix) and **Ends With**(suffix) matches. The filter uses an `AND` operator, so events with a subject that match both the prefix and suffix are delivered to the subscriber.
122122

123123
The subject of IoT Events uses the format:
124124

0 commit comments

Comments
 (0)