Questions tagged [azure]

For questions relating to Microsoft's Azure cloud platform and its pertinence to the Internet of Things. Use this tag for platform specific questions. If the question is referring to a generic platform consider using cloud computing.

Use this tag for questions that are about For questions relating to Microsoft's Azure cloud platform and its pertinence to the Internet of Things. Use this tag for platform specific questions. If the question is referring to a generic platform consider using cloud computing.

Consider the question check list if your question fits the tag. You can also look at the example questions. If this tag doesn't fit your question have a look below at somehow related tags that might fit your question better.

Question checklist

  • Is the question about cloud computing in the realms of IoT?
  • Is the question NOT about a specific cloud computing platform
  • Does the question describe clearly what the issue is?

Example questions

Not what you are looking for?

  • Use for questions about setting up and configuring networks for your IoT devices in general.
  • Use if your question is specifically about the competitor Amazon Web Services as cloud computing platform.
  • Use for generic questions about cloud computing.
28 questions
6
votes
3 answers

How multitenency with azure IoT is handled?

My company is using Azure IoT services so my question is more specific to azure IoT cloud services. My project is about Azure sphere that sends data to Azure IoT hub and an Azure Event hub reads real time data and publishes data to the hub…
Yatin
  • 61
  • 2
4
votes
2 answers

Where is my sensor data being stored in the IoT Hub?

Context: I am sending temp/humidity data from an NCD.io sensor through a gateway device to Azure, where it is being stored in the IoT Hub, somewhere. Problem: Where is this data? I can access it through the device twin & also see it being sent via…
Andras M.
  • 43
  • 4
4
votes
0 answers

Does events batch count as single or multiple events in Azure's Event Hubs/IoT Hub

Azure Event Hubs and IoT Hub services allows sending messages in batch to optimize sending. Say I am batching 10 messages, will it count as 10 messages or 1 message for billing?
Ingweland
  • 231
  • 1
  • 1
2
votes
0 answers

can I use Azure MXCHIP IoT DevKit with google cloud

https://www.seeedstudio.com/AZ3166-IOT-Developer-Kit.html I am planning to setup a project that can work with both google cloud IoT and Azure IoT. Is it possble to reuse Azure IoT kit for that ?
Jigar Shah
  • 121
  • 1
1
vote
1 answer

What is digital twin/device shadow?

I am confused with the terminology used with digital representation of physical device. Correct me if I am wrong. I understand, Digital twin as it is the JSON doc which is stored in one of file based data base and store information about the current…
1
vote
0 answers

IoT solutions, black box vs white box

I am having the following discussion with my colleagues and wanted to get some other people's opinions on this. We (a major global company) are currently working with several kinds of presence/people counting sensors. Several vendors offer these,…
IoTguy
  • 19
  • 1
0
votes
2 answers

Azure iot module twin update

I want to create an app to update the azure IoT edge module twin configuration. which is the best option? use the 'azure-iothub' package to update the twin directly from react app. create an express node server and react front end, use…
mahone_
  • 9
  • 1