Hi, @KimVdd:
I have been trying out the Azure IoT Central Device Bridge and with the help of a few people there solved some of my issues related to the deviceId; you may want to check if your code contains some of the problems I was having, and possibly you might just reinstall the Bridge from scratch. For some reason my bridge was pulling the Device EUI (hardware_serial), not the deviceId (both of which are in the metadata). If you look into their code on lib/engine.js, “measurements” is used to extract the payload.
Once you see your payload decoder in TTN working (mine outputs the following):
and the Azure IoT Central Device Bridge installed, you can setup the http integration on TTN using the “Get function URL” from the Azure IotC dashboad under the function “IoTCIntegration”. After I had my variable issues worked out, and the templates created, it started working smoothly.