For more details see https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-device-management-overview
Questions tagged [azure-iot-hub-device-management]
120 questions
0
votes
1 answer
Can I run Node-Red under docker on VM EFLOW (Azure IoT edge on windows Device)?
I deployed node-red container aka "IoT edge device module" (nodered/node-red:latest) on an Azure IoT edge device installed on Linux VM on Windows device (EFLOW) based on my experience doing it according to node-red deployment on IoT edge device on…

Arseniy Sleptsov
- 103
- 7
0
votes
0 answers
Register-IoTDevice : The term 'Register-IoTDevice' is not recognized as the name of a cmdlet, function, script file, or operable
i'm getting the below error while registering the IoT Device via Powershell Command
Register-IoTDevice : The term 'Register-IoTDevice' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the…

kselva
- 193
- 2
- 3
- 11
0
votes
0 answers
Azure IoT Hub - Device Update Agent for Windows
As the PM on the Device Update for IoT Hub team mentioned in Azure IoT Hub Package Update for Windows Service
What are the steps to create a Device Update Agent for Windows?

Liroy
- 1
0
votes
0 answers
Azure IoTHub device SASToken generated in react-native application failing to authenticate the device with Azure IoTHub
In microsoft document (https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-dev-guide-sas?tabs=node#sas-token-structure) the method to generate the Azure IoTHub device SAS Token is provided for Node.js platform using crypto. But the same method…

nkjs cloud
- 11
- 1
0
votes
1 answer
Node Red Azure IotEdge module always fails
I have installed node-red module on my Azure IoT edge device. However, it always fails to run.
I used the following tutorial
I am using Raspberry Pi 3 with ARM 32v7 processor. Yes, I have set IoT Hub requirement from the tutorial. Other examples on…

Arseniy Sleptsov
- 103
- 7
0
votes
0 answers
How to get host system information Like memory ,cpu utilization etc in azure iot edge device
How to get host system information Like memory ,cpu utilization metrics etc in azure iot edge device.
Is there Azure Java SDK available for this. What azure tools can be used. Does Azure Agent has these details.
Regards
Jayashree

Jayashree Madanala
- 359
- 4
- 16
0
votes
1 answer
Is there a way either via REST APIs or SDKto change a device’s org in IoT Central?
When I create a device via the IoT Hub SDK it assigns the device to the parent org. Is there a way to change the org programmatically via the SDK or the REST (IoT Central or Hub)?

Mike Lenart
- 767
- 1
- 5
- 19
0
votes
1 answer
How come a call to Twin.DeviceId is null after provisioning is successful in IoT Hub using DPS?
I have the following code:
DeviceRegistrationResult dpsRegistrationWithEnrollmentGroupResult = await ProvisionDeviceViaEnrollmentGroupAsync(parameters, devicePrimaryKey, deviceSecondaryKey, cancellationToken);
// Create…

Mike Lenart
- 767
- 1
- 5
- 19
0
votes
0 answers
In the Microsoft.Azure.Devices.Provisioning.ClientProvisioningDeviceClient SDK, what is the JSON structure to set displayName?
I am using C# and using the Microsoft.Azure.Devices.Provisioning.ClientProvisioningDeviceClient SDK and trying to set displayName during the call to RegisterAsync(ProvisioningRegistrationAdditionalData, CancellationToken).
I have:
var…

Mike Lenart
- 767
- 1
- 5
- 19
0
votes
1 answer
In Azure IoT Central, when does the device telemetry data get deleted when the device is deleted?
I am programmatically setting up some tests with IoT Central. I want to be able to delete the devices and then recreate them with the same Device ID and create new telemetry data for the device.
It seems that when i delete the device in the IoT…

Mike Lenart
- 767
- 1
- 5
- 19
0
votes
1 answer
How to set the Device Name in Azure IoT Device Provisioning services when provisioning the device?
I am using IoT Central and I am provisioning a new device with Microsoft.Azure.Devices.Client.ProvisioningDeviceClient() and I cant find a way to set the Device Name at the same time and it is defaulting to the Device ID.
The Parameters…

Mike Lenart
- 767
- 1
- 5
- 19
0
votes
1 answer
Azure IoT Hub Free tier deployment limitation
Situation:
I hit a throttling limitation of free tier IoT Hub where deployments are limited to 10. This limitation is described here
Failed deployments manifests itself
when Azure DevOps CI pipeline is used
Azure Portal
Problem(s):
The error is…

nlv
- 791
- 7
- 28
0
votes
0 answers
Azure iot sdk for node, Enrollment is showing error
I am trying make a API call to Azure iot dps service for individual enrollment form postman but we are receiving, 504 Gateway Timeout.
Headers :
Authentication, and registration is removed for security reasons but were filled as well.
body:
are…

Rohitashav Soni
- 9
- 2
0
votes
2 answers
ARM template for creating a device in azure IOTHub
I am trying to automate the process of device creation in azure IOT Hub. Not able to find the code in ARM templet. Can anyone help me on it?

Manoj R
- 57
- 6
0
votes
1 answer
Authenticate IoT devices registered via DPS group enrollment using TPM
we would like to register our IoT devices using a DPS group enrollment based on an intermediate X509 certificate. Once the device is provisioned, we can authenticate the device at the IoT Hub using X509 attestation. So far, so good and that actually…

Georg
- 5,626
- 1
- 23
- 44