Questions tagged [azure-iot-suite]

32 questions
6
votes
4 answers

Azure IOT suites vs IOT hubs

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!
Ravi Solanki
  • 87
  • 1
  • 9
3
votes
2 answers

How many numbers of device can be registered by Azure IoT Hub?

Is there any max numbers of device registering by Azure IoT Hub? I find this article but there are informations only for the total number of messages Same question for the service Device Provisioning.
davide.ferrari
  • 221
  • 2
  • 10
2
votes
3 answers

An unhandled exception of type 'System.FormatException' occurred in Microsoft.Azure.Devices.dll

I'm referring this tutorial to create a device identity. However, getting an exception as below: Here is my config file: Edit: What is this Instrumentation key and value in App.Config? I just copied from the sample code. However, from where can I…
AskMe
  • 2,495
  • 8
  • 49
  • 102
2
votes
3 answers

Is there a way to backup or export Azure IOT components?

I've got a large Azure IOT Suite implementation and I'd like to back it up or export the various jobs/components for safe keeping. We had a few instances where someone deleted something incorrectly and it took some time to recreate it. Thanks! …
2
votes
1 answer

NodeJS - MS Azure IoT

I was doing a bit of research on Azure IoT Hub and was pleasantly surprised to see that it doesn't have the SDK for Objective C. How do you propose we get around this? One option could be : 1) Create our own Web Server using NodeJS. 2) Use Azure…
iOSer
  • 2,241
  • 1
  • 18
  • 26
1
vote
1 answer

Do leaf/downstream devices connect directly to iot-hub even when edge is used as gateway?

I am trying to setup an iot-edge device as an edge gateway. We wouldn't want our leaf/sensor/downstream devices directly connecting to the internet/cloud, and thus I would expect the iot-edge-gateway(as it name suggests) to bridge the connection…
Shahab Uddin
  • 101
  • 1
  • 11
1
vote
2 answers

How can I handle exception in Azure Logic App

I'm using Azure Logic App. This is the architecture: I have a Scope Insert Row that include an insert statement in database. I would like to send via mail the message of the exception of the insertion. For example if the Insert statement failed…
davide.ferrari
  • 221
  • 2
  • 10
1
vote
1 answer

How to correctly configure IoTEdge Module to report data to Remote Monitoring

As the title says, whats the correct way to configure an IoTEdge Module to report data to Remote Monitoring? Actually I have a custom module running on an IoTEdge device that is working correctly (I can check that is working properly by looking at…
FabioEnne
  • 732
  • 1
  • 14
  • 43
1
vote
1 answer

IoT Hub C# Devices SDK crashes with "Could not load file or assembly 'Validation, Version=2.2.0.0"

I am trying to run some integration test on visual studio that test sending data to IoT Hub. When trying to send data using the DeviceClient.SendEventAsync() method, the application crashes with the following exception: {"Could not load file or…
Luis Delgado
  • 3,644
  • 4
  • 34
  • 54
1
vote
1 answer

How can I have a aws iot rule-engine type of scenario in Azure IoT hub?

I actually wanted a conditional statement varying an output. For example, if temperature<0 do something, likewise if temperature>50 do something. I wanted to know how is it possible to have this conditional case in Azure Iot? What should i follow?…
0
votes
1 answer

Azure IoT Explorer No Longer Getting Device Telemetry

My Azure IoT Explorer used to work but all of a sudden it stopped working. The device says its connected in Connection State but it is no longer Receiving Telemetry Data in the Telemetry. I know that the device though is receiving real data as my…
Ziggy
  • 491
  • 1
  • 6
  • 17
0
votes
2 answers

How to create alert on the azure iot device on disconnect status

I have many azure IOT central devices among them 2 of the devices are getting disconnected frequently, But could someone please tell me if there is a way to create a genuine alert if event_status is disconnected for more than 5 mins. Thank you
0
votes
1 answer

Azure IoT Hub - fail to create a layered deploy

I'm try to create a layered deploy for an Azure IoT Hub. Base full deployment goes ok. Here the configuration: { "content": { "modulesContent": { "$edgeAgent": { "properties.desired": { "schemaVersion": "1.0", …
0
votes
3 answers

Send huge data bytes approx 1000 MB from Module A to Module B in Azure IoT Edge

I need to send a huge data bytes approx 1000 MB from Module A to Module B in Azure IoT Edge. (Module A and Module B are in same edge device) Message Routes allows max 262143 bytes and Direct method allows approx 160 KB. Is there any other options to…
user891818
  • 175
  • 1
  • 8
0
votes
1 answer

Why should I restore the keys in Azure Device Provisioning?

I'm using the service Device Provisioning for my Azure IoT solution. I've created a group of registration with Symmetric key attestation. From the guide: By default, the Device Provisioning Service creates new symmetric keys with a default length of…
1
2 3