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.
Questions tagged [azure-iot-central]
175 questions
0
votes
0 answers
How can I create a MFA Auth Flow for user login to Azure AD using only WPF/C# controls - no browser is available
I need to create a simple two factor auth flow for users to log in to Azure Ad and retrieve device keys from IoT Central. The devices don't have browsers available - are there any examples of the auth flow for user to log in and then be prompted to…

Duncan Groenewald
- 8,496
- 6
- 41
- 76
0
votes
2 answers
I am trying to create a C# application to access Device IDs from IOTCentral. How can I authenticate the user of the application?
I am currently looking at these examples here but can't get the Example to work as it complains about some invalid format.
The Preview example works find but requires me to have logged in via the azure CLI. I need the users of the application to be…

Duncan Groenewald
- 8,496
- 6
- 41
- 76
0
votes
2 answers
How do I implement the 'const patch = {...}' in the code below equivalent in C#
I am trying to implement this same method in C# but can't find an equivalent for the javascript const patch = {..}
I also don't really understand what is going on here - why does the patch have a property 'rundiagnostics' which seems to be the…

Duncan Groenewald
- 8,496
- 6
- 41
- 76
0
votes
1 answer
Do my Pico W needs a CA certificate if I am using a SAS Token?
I have been trying to connect with Azure IoT Central using the raspberry pico w. My proyect is a Metrology IoT Device which sense a bunch of enviromental parameters and sends the infromation using MQTT currently to a broker. I have set up the LWIP…
0
votes
1 answer
How to generate command output in IoT Central Azure SDK C
I am using IoT Central and am able to successfully send command to the device as well as receive confirmation code. This is executed using the following line:
azure_iot_send_command_response(azure_iot, command.request_id, response_code,…

codehampster
- 1
- 4
0
votes
1 answer
Storing command value in variable with Azure IoT Central SDK C
I have a MQTT device that connects to Central and submits telemetry. I have created some commands on Central that trigger successfully on the device. However, when I send string value via command, I am having troubles finding the right command to…

codehampster
- 1
- 4
0
votes
1 answer
Does my device need to always have status = connected to export data from IoT Central to blob,event hubs,data explorer?
I am trying to export data with my device disconnected but not working for me. I would like to know if my device needs to be always with status = connected to export data from IoT Central to blob, event hubs, data explorer.

Vinicius Oliveira
- 31
- 3
0
votes
1 answer
Azure IoT Plug and play app on Android phone not sharing Geolocation and shows N/A
I am trying to use my smartphone as device using Azure IoT plug and play app.
https://learn.microsoft.com/en-us/azure/iot-central/core/quick-deploy-iot-central
My Iphone is able to share all the details including geo location.
However I am facing…

Krunal Patil
- 3,666
- 5
- 22
- 28
0
votes
1 answer
What is the difference between Microsoft Azure Digital Twins and Microsoft Azure IoT Central? When to use what?
I am trying to understand and try out the IoT Service Stack on Microsoft Azure. When reading through documentations and blogs i came across the Microsoft Azure Digital Twins and Microsoft Azure IoT Central service.
But what i didnt understand…

STORM
- 4,005
- 11
- 49
- 98
0
votes
1 answer
Properly Create a Device Template from a Live Device in Azure IOT Central
I have LoRaWAN IoT devices from the TTN network, which I have brought to Azure IoT Central. I would like to get specific data inside the JSON in order to make alert rules. Here is a sample of the JSON I receive from a Milesight PIR & Light Sensor.…

Ziggy
- 491
- 1
- 6
- 17
0
votes
0 answers
Create IoT Alert in Dynamics 365 Field Service from Azure IoT Central
I have an Azure IoT Central Application with a rule alert. When a rule is triggered, I would like to create an IoT Alert in Dynamics 365 Field Service. The documentation available in Microsoft is outdated:…

Ziggy
- 491
- 1
- 6
- 17
0
votes
3 answers
Is there is a way to connect devices from Azure IoT Hub to Azure IoT Central?
i see so many devices that can easily connect to Azure IoT hub via MQTT. But it is NOT as easy to connect those same devices to Azure IoT Central. Is there a way to send those data from Azure IoT Hub to Azure IoT Central?

Ziggy
- 491
- 1
- 6
- 17
0
votes
1 answer
Is there a way to get sensor data from IoT central a MySQL database?
I created simulated sensors that send the data heartrate, blood pressure and temperature. However, I am not sure how to send this data to a MySQL database. I believe that one of the ways I can do it is use Azure functions to send the data, but I am…

melain
- 1
- 3
0
votes
1 answer
Connect Device from Azure IoT Central to Azure Digital Twin
I have a device in Azure IoT central that has been receiving data. How can I send its telemetry data to its Azure Digital Twin so that they are connected?

Ziggy
- 491
- 1
- 6
- 17
0
votes
1 answer
Error in uploading sensor data to Azure IOT central
I have watched this video and tried to implement the same using all the required components and I have been getting errors in getting connected to the portal and am neither getting output from sensors.
this is the code that I have been…

Utsav Sharma
- 9
- 2