azure-iot-hub Questions

2

I am just trying to connect my device to cloud using Azure IOT Hub. But I am getting an error as below. MessagingEntityNotFoundException: The messaging entity 'ihsuprodsgres029dednamespace:even...
Wickham asked 23/6, 2017 at 15:32

4

Solved

How do I setup and configure an IoTHubTrigger correctly to trigger an Azure Function (C#) for my IoTHub messages? Where and how do I plug in my IoTHub's connection string?
Barbrabarbuda asked 10/10, 2018 at 14:58

4

Solved

I have an Azure IoT Hub with a bunch of devices that our team's E2E tests generate. I want to purge the Hub every once in a while using the Azure CLI. I am running the Azure CLI locally on Powers...
Sean asked 12/6, 2019 at 17:11

3

I followed a IOT Hub tutorial and got it working. I then created a Stream Analytics job and used the above as an Input (which upon test connection works). However I do not see any inputs being rec...
Emporium asked 24/1, 2017 at 20:43

4

Solved

I have an event generator connected and publishing messages into an IoT hub. How do I check what message have arrived? I'd be interested in different ways to determine (programmatically, dashboard,...
Taboo asked 13/2, 2016 at 14:49

7

Solved

I used Azure IoT Hub earlier and now I found a new topic Azure IoT Central which looks as same as the Azure IoT Hub. I am confused with the difference between these IoT Services, Can anyone explai...
Angers asked 3/6, 2019 at 10:35

2

Azure IoT Hub Supports AMQP, MQTT, HTTP protocols. In order to customize these protocols we have Azure IoT protocol gateway. I can find good samples on MQTT protocol customization. I need some samp...
Moral asked 16/3, 2017 at 16:28

3

Solved

Expectation: Using a function app with EventHubTrigger-CSharp template runs when a new event is comming in. Implementation: Using the very basic example from https://azure.microsoft.com/en-us/docum...
Antisepticize asked 27/10, 2016 at 0:47

3

Our existing IoT Platform uses Azure Protocol Gateway and is working well. I just realized that MS Azure has launched a newer version for Protocol Gateway called IoT Edge. I was just looking for th...

4

Solved

I am new with Azure, MQTT, and IoT. I have been given a task to create a POC on how to send MQTT message to Azure Event Hub. And from the Event Hub processing, save the message to cloud sql server...
Labored asked 17/5, 2019 at 3:29

1

I have a python project that I want to test. I already have unit test with unittest but I need to do integration tests. For that, I have two applications: the real one that I have to test, and a "...

0

I am trying to setup a basic example of sending a message from the Arduino MKR1000 to the Azure IOT Event Hub but can't seem to get any of the online examples to work and I am new to Arduino. Any ...
Restaurant asked 19/3, 2019 at 1:40

2

In order to write sensor data from an IoT device to a SQL database in the cloud I use an Azure Streaming Analytics job. The SA job has an IoT Hub input and a SQL database output. The query is trivi...

2

Solved

I'm a bit confused regarding the EventHubTrigger for Azure functions. I've got an IoT Hub, and am using its eventhub-compatible endpoint to trigger an Azure function that is going to process and s...

4

Solved

I am working on a IoT solution that will save weather data. I have googled for some days now on how to set up the backend. I am going to use Azure IoT Hub for handling communication, but the next s...

1

so this is a fairly broad question but have run out of ideas. We are currently running 2 worker role instances that does the following : Monitors and processes IoT Hub events by spawning N thread...
Henhouse asked 22/9, 2017 at 8:37

1

Solved

I have created an Azure IoT Edge device by following the steps outlined here: https://learn.microsoft.com/en-us/azure/iot-edge/quickstart-linux When I create a deployment and check the IoT Edge d...
Canzone asked 18/12, 2017 at 19:28

1

Solved

We have a number of devices (around 50-60 devices) connecting via MQTT to IoTHub. To save battery, our devices wake up once every 5 min, stay awake for 1 sec to get any messages and if there is not...
Anandrous asked 4/5, 2017 at 0:57

1

When creating a new Azure IOT Hub you are asked how many device-to-cloud partitions you need. You can select between 2-32 partitions for standard tiers. I understand that the SKU and number of un...
Haematoxylon asked 5/4, 2017 at 9:26

3

Solved

I have an IoTHub with a route that points to an EventHub which triggers a Functions. I'm having problem getting the DeviceId and other IoT Hub properties from the event object without adding thos...
Monitory asked 2/2, 2017 at 13:34

4

Solved

In some of the Microsoft documentation for working with Azure IoT hubs, it mentions that it is possible to multiplex the communication of multiple devices under a single TLS connection (using the A...
Natatorium asked 31/8, 2016 at 20:37

1

I am about to script the deployment of our Azure solution. For that reason I create an Azure IoTHub with a Resource Manager Template. This works very well. But the problem is, I need the Event Hub...
Synodic asked 11/7, 2016 at 5:51

4

what is difference between Azure Internet of things suites and Internet of things hubs and its usage? Please Tell me basics of how .NET works in Internet of things. Thanks for the help!
Tandem asked 22/3, 2016 at 7:19

1

Solved

When creating a shared access policy or registering a device in Azure IoT hub, there will be a Primary key and Secondary key pair generated. And I noticed I can connect a device to IoT hub using ei...
Preform asked 18/1, 2016 at 11:42
1

© 2022 - 2024 — McMap. All rights reserved.