Questions tagged [azure-iot-central]

Azure IoT Central (formerly Microsoft IoT Central) is a fully managed IoT SaaS (software-as-a-service) solution that makes it easy to connect, monitor and manage IoT assets at scale.

175 questions
40
votes
7 answers

What is the difference between Azure IoT Hub and Azure IoT Central?

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 explain me the difference and which one is better between…
lazyCoder
  • 2,544
  • 3
  • 22
  • 41
5
votes
2 answers

Provide timestamp in message to IoT central

I want to connect a 'real device' with Azure IoT Central and connect a local source application to it using MQTT. I use this code for the connection and replace. However, I cannot find any information on how to provide the timestamp. This thread…
mkiesner
  • 635
  • 5
  • 20
2
votes
3 answers

When Azure IoT Hub can be preferred over Iot Central?

I am not understanding when Azure IoT Hub can be preferred over Azure IoT Central. From the readings done so far, IoT central seems better over all the aspects. Anybody can explain me where are the situations where IoT hub is better than IoT…
2
votes
1 answer

Azure: How to connect to IOT-Central directly, via API or Webhook?

I would like to to know if there is a way to directly connect to IOT-Centrals Rest-API, I would like to create a web-application from the telemetry data which are displayed there. As far as my knowledge gets, I believe i need to get that Json string…
Cat
  • 73
  • 6
2
votes
2 answers

Iot central and TPM provisioning

Can a Device with a TPM Chip be connected to Iot central using a TPM Chip? If so how? I can not find any docu. I only see SAS and certificate. It should be also possible to add an enrollment in the dps
moinster
  • 133
  • 6
2
votes
2 answers

Rule to check when device stops sending messages to IoT Central

I want to create a rule to check when my device stops sending messages to IoT Central. For example, when I have a power outage and my device stops working I want to be able to fire an action: send email, run an Azure Function, etc. I was thinking…
2
votes
2 answers

What is the correct format for location that works with azure iot central's device property?

I updated a device property with location floating points like (11.111, -116.11) and in dms format but seems like the Azure map in dashboard doesn't get updated. Does anyone have any ideas ?
2
votes
1 answer

How to use MQTT.fx to connect to IOT central?

I am trying to use MQTT directly to connect to IOT central. I just followed below…
Raj
  • 735
  • 1
  • 7
  • 24
2
votes
2 answers

IoT Hub Device Provisioning Service (DPS) for Azure IoT Central (SaaS)

How to provision devices into IoT Central using DPS? Documentation says that there is an advanced option available to provision device directly to IoT central. But when i check in DPS application, there is no option to link to IOT contral. I am new…
Raj
  • 735
  • 1
  • 7
  • 24
2
votes
4 answers

Storing Data Azure Iot Central

can I access to the Iot Hub behind the Azure Iot Central? I need to use: IoT Edge feature Device Provisioning Get to Event-Hub Endpoint to process data Cheers
1
vote
1 answer

Sending commands to an IoT device via REST and IoT Central

Microsoft describes very well how to send a command to an IoT device using a REST call. (https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-direct-methods) This also works as described with an IoT Hub. In the Microsoft example, a…
Init5
  • 23
  • 4
1
vote
1 answer

Azure IoT Central - Query for device group failing on creation

I'm trying to create device groups to eventually create a Job with this particular device group to send a reboot command to all the devices in it. I'm using the IoT Central API REST for this with the URL looking like this (which is how it is on…
Elias Rodelo
  • 51
  • 1
  • 6
1
vote
2 answers

Directly connect to Azure IoT Edge via MQTT as transparent gateway to Azure IoT Central

I am trying to setup Azure IoT Edge as transparent gateway to which I want to connect directly via MQTT (without any IoT SDKs). ###---Short Version---### I want to connect directly to IoT Edge via MQTT like this to IoT Hub. What is the host,…
1
vote
0 answers

Event REST Api Call for Azure Iot Central

Is it possible to get the Event log in Azure IOT Central without exporting your data to Azure Event Hubs, Azure Service Bus, Azure Blob storage, or Webhook like Pipidream? I know its possible to get properties and telemetries with REST API using…
KC_
  • 11
  • 1
1
vote
1 answer

Updating a writable property in IOT Central via mqtt from device

I was able to connect to IOT Cental via Mqtt, and update a read-only property from device to server, and writable property from server to device. I am wondering if it is possible to update a writable property from device to server, and how the…
1
2 3
11 12