Skip to content

Commit 25cecd1

Browse files
authored
Merge pull request #91565 from robinsh/robinsh-message-enrichments-ignite
Remove 'preview' from msg enrichments
2 parents 04a9071 + 266cdf4 commit 25cecd1

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview of Azure IoT Hub message enrichments
3-
description: Overview of message enrichments for Azure IoT Hub messages
3+
description: This article shows message enrichments, which give the IoT Hub the ability to stamp messages with additional information before the messages are sent to the designated endpoint.
44
author: robinsh
55
manager: philmea
66
ms.service: iot-hub
@@ -10,7 +10,7 @@ ms.date: 05/10/2019
1010
ms.author: robinsh
1111
#Customer intent: As a developer, I want to be able to add information to messages sent from a device to my IoT Hub, based on the destination endpoint.
1212
---
13-
# Message enrichments for device-to-cloud IoT Hub messages (preview)
13+
# Message enrichments for device-to-cloud IoT Hub messages
1414

1515
*Message enrichments* is the ability of the IoT Hub to *stamp* messages with additional information before the messages are sent to the designated endpoint. One reason to use message enrichments is to include data that can be used to simplify downstream processing. For example, enriching device telemetry messages with a device twin tag can reduce load on customers to make device twin API calls for this information.
1616

@@ -77,10 +77,6 @@ To see how to try out message enrichments, see the [message enrichments tutorial
7777

7878
Message enrichments are available for no additional charge. Currently, you are charged when you send a message to an IoT Hub. You are only charged once for that message, even if the message goes to multiple endpoints.
7979

80-
## Availability
81-
82-
This capability is available in preview, and is available in all regions except East US, West US, West Europe, [Azure Government](/azure/azure-government/documentation-government-welcome), [Azure China 21Vianet](/azure/china), and [Azure Germany](https://azure.microsoft.com/global-infrastructure/germany/).
83-
8480
## Next steps
8581

8682
Check out these articles for more information about routing messages to an IoT Hub:
-611 Bytes
Loading
-587 Bytes
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/10/2019
1010
ms.author: robinsh
1111
# intent: As a customer using IoT Hub, I want to add information to the messages that come through my IoT Hub and are sent to another endpoint. For example, I'd like to pass the iothubname to the application that reads the messages from the final endpoint, such as Azure storage.
1212
---
13-
# Tutorial: Using Azure IoT Hub message enrichments (preview)
13+
# Tutorial: Using Azure IoT Hub message enrichments
1414

1515
*Message enrichments* is the ability of the IoT Hub to *stamp* messages with additional information before the messages are sent to the designated endpoint. One reason to use message enrichments is to include data that can be used to simplify downstream processing. For example, enriching device telemetry messages with a device twin tag can reduce load on customers to make device twin API calls for this information. For more information, see the [Overview of message enrichments](iot-hub-message-enrichments-overview.md).
1616

@@ -246,7 +246,7 @@ At this point, the resources are all set up and the routing is configured. You c
246246

247247
2. Add these values to the list for the ContosoStorageEndpointEnriched endpoint.
248248

249-
| Name | Value | Endpoint (dropdown list) |
249+
| Key | Value | Endpoint (dropdown list) |
250250
| ---- | ----- | -------------------------|
251251
| myIotHub | $iothubname | AzureStorageContainers > ContosoStorageEndpointEnriched |
252252
| DeviceLocation | $twin.tags.location | AzureStorageContainers > ContosoStorageEndpointEnriched |

0 commit comments

Comments
 (0)