I can not monitoring IoT Hub messages after migration to Standard Plan

Juan García 21 Reputation points
2021-01-27T13:18:39.287+00:00

Hello,

I'm trying to monitor the messages that I am sending form iotedge to iothub.

Firstly I had an IoT Hub with a basic plan in which I can monitor and consume the events for the endpoint by default without problems.

When I had migrating to a standard plan (S1) of IoT Hub, I don't get any output wen i am trying to monitoring or consume these messages from iothub:

Basic Plan

61006-image.png

Standard Plan

60930-image.png

The modules, devices and routes are the same in both cases but it does not work with the Standard Plan.

I have checked the statistics and there are Telemetry messages reaching the IoT Hub, however, for some reason they do not reach the endpoint.

60946-image.png

Could someone please help me?

Thank you very much in advance.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
580 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,216 questions
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 33,636 Reputation points MVP
    2021-01-27T22:46:00.74+00:00

    Hello @Juan García ,

    Monitoring messages is something that should work with S1 too.

    Could it be that VS Code is mixing up something from the B1 situation with the S1?

    Can you remove the IoHub registration from VS Code and add it again?

    Are you able to check if you can see incoming messages from another S1 IoTHub?

    Keep in mind the tooling is using the 'eventhub compatible' endpoint.

    So there are two things important:

    1. Use a separate consumergroup (See VS Code extension preferences)
    2. If you combine using this default endpoint together with IoTHub message routing, Create default 'event' route.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.