複数のAzure IoTハブを含むAzure IoTソリューションがあります。 新しいアラート機能が最近IoTデバイスに追加されました。この機能は、alertConditionという名前の新しいデバイスツインレポートプロパティを使用します。 MessageAlertsという名前のAzure Service Busキューにアラートを送信する必要があります。アラートには、alertConditionとIoTハブの名前を含める必要があります。 どの2つのアクションを実行する必要がありますか?各回答はソリューションの一部を示しています。 注:それぞれの正しい選択は1ポイントの価値があります。
正解:B,D
Explanation B: 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. D: Applying enrichments The messages can come from any data source supported by IoT Hub message routing, including the following examples: -->device twin change notifications -- changes in the device twin device telemetry, such as temperature or pressure device life-cycle events, such as when the device is created or deleted Reference: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-message-enrichments-overview