Skip to content

Commit df5565a

Browse files
authored
Merge pull request #85146 from robinsh/robinsh-0812-msgen
Add line explaining use limits.
2 parents 8ef4b58 + 5a3c65b commit df5565a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-message-enrichments-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ A message enrichment has three key elements:
2424

2525
* One or more [endpoints](iot-hub-devguide-endpoints.md) for which the enrichment should be applied.
2626

27-
The key can be any string.
27+
The **key** is a string. A key can only contain alphanumeric characters or these special characters: hyphen (`-`), underscore (`_`), and period (`.`).
2828

29-
The value can be any of the following examples:
29+
The **value** can be any of the following examples:
3030

3131
* Any static string. Dynamic values such as conditions, logic, operations, and functions are not allowed. For example, if you develop a SaaS application that is used by several customers, you can assign an identifier to each customer and make that identifier available in the application. When the application runs, IoT Hub will stamp the device telemetry messages with the customer's identifier, making it possible to process the messages differently for each customer.
3232

0 commit comments

Comments
 (0)