How should you configure the enrich message values?

HOTSPOT
You need to use message enrichment to add additional device information to messages sent from the IoT gateway devices when the reported temperature exceeds a critical threshold.
How should you configure the enrich message values? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

microsoft-exams

4 thoughts on “How should you configure the enrich message values?

  1. Checked this personally…

    {“EnqueuedTimeUtc”:”2020-12-17T16:36:18.8790000Z”,”Properties”:{“temperatureAlert”:”false”,”vishalfan”:”$twin.properties.reported.fanSpeed”,”devicelocation”:”$twin.tags.location”,”vishaltemperature”:”$twin.tags.temperature”,”vishalpressure”:”$twin.properties.desired.pressure”,”myiothub”:”iothubvishal”},”SystemProperties”:{“connectionDeviceId”:”testdevvice01″,”connectionAuthMethod”:”{\”scope\”:\”device\”,\”type\”:\”sas\”,\”issuer\”:\”iothub\”,\”acceptingIpFilterRule\”:null}”,”connectionDeviceGenerationId”:”637438181543894756″,”enqueuedTime”:”2020-12-17T16:36:18.8790000Z”},”Body”:”eyJtZXNzYWdlSWQiOjc0MiwiZGV2aWNlSWQiOiJSYXNwYmVycnkgUGkgV2ViIENsaWVudCIsInRlbXBlcmF0dXJlIjoyNy4yNDE2ODA2MzE2NDEyODcsImh1bWlkaXR5Ijo3Ny43MDA3Mjk3NDE1ODc3OH0=”}

  2. Only $iothubname, $twin.tags, $twin.properties.desired, and $twin.properties.reported are supported variables for message enrichment.

    Ref:
    At this time, only $iothubname, $twin.tags, $twin.properties.desired, and $twin.properties.reported are supported variables for message enrichment.
    The name of the IoT hub sending the message. This value is $iothubname.
    Information from the device twin, such as its path. Examples would be $twin.tags.field and $twin.tags.latitude.

    https://docs.microsoft.com/bs-cyrl-ba/azure/iot-hub/iot-hub-message-enrichments-overview

    1. $twin.properties.reported.fanSpeed
      $twin.properties.desired.pressure
      $twin.tags.temperature

      are the answers

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.