Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I am using Azure IOT connector V3.0.
Azure IOT Device supports 1>sending Telemetry 2>upload file to blobStorage and notify IOT HUB 3>DeviceTwin updates(reported properties)
1> How can Azure IOT Device invoke a local service on my AzureIOTHubThing running on TWX platform
2> Does connector update the individual properties of AzureIOTHubThing when there is updateDeviceTwin event OR it just updates the reportedProperty ?
You should use a subscription either tied to a specific properties DataChange and HistoricalDataLogged (you need both) for a message payload, or a Device Twin or Module Twin... you can also check if there are any specific events created for the Azure IoT devices which would be "life-cycle events" and would need to be forwarded from IoT Hub to the Azure IoT Hub connector.