current instructions ask to use Iot Central Data Export (Legacy), we have tested it with newer version of Data Export and it worked with following changes:
{
"templateType": "CollectionContent",
"template": [
{
"templateType": "IotCentralJsonPathContent",
"template": {
"typeName": "heartrate",
"typeMatchExpression": "$..[?(@telemetry.HeartRate)]",
"values": [
{
"required": "true",
"valueExpression": "$.telemetry.HeartRate",
"valueName": "hr"
}
]
}
}
]
}
current instructions ask to use Iot Central Data Export (Legacy), we have tested it with newer version of Data Export and it worked with following changes:
Add destinattion pointing to IotConnector EventHubs Connection String and export Telemetry: