[SOLVED] Receiving Errors with Azure webhook

I'm following the docs guide for linking my sensors with the Azure platform. When I run a test in the integration screen, it appears to work fine. However, when an event is published by a sensor, it will give a 404 error:

HTTP/1.1 404 Not Found
Content-Length: 164
Content-Type: application/json; charset=utf-8
Server: Microsoft-HTTPAPI/2.0
iothub-errorcode: DeviceNotFound
Date: Wed, 28 Jun 2017 20:13:41 GMT

{"Message":"ErrorCode:DeviceNotFound;380041000251363131363432","ExceptionMessage":"Tracking ID:2c30fa7d0d1f4948b2abfc7c94bb377b-G:10-TimeStamp:06/28/2017 20:13:42"}

I'm not really sure what's the issue here. I tried looking for it here on the forum but couldn't quite figure it out.

EDIT: Nevermind. Seemed to be an Access Token issue

1 Like

Thanks for posting the update!