Questions tagged [azure-iot-hub-device-update]

Azure Device Update for IoT Hub is a service that enables you to deploy over-the-air updates (OTA) to your IoT devices.

12 questions
2
votes
1 answer

Can´t create a IoT Hub device group. No supported Device Update tags found

I am currently following this How-to-guide to create a device group to deploy an update to. All Prerequisites are met and worked flawlessly. In short. I created a IoT-Hub and created a device update account following this guide , and i Imported a…
Voxel
  • 55
  • 1
  • 8
1
vote
2 answers

How to receive a device update via azure-iot-sdk-c

I'm currently developing an update strategy for IoT devices running embedded Linux. With Azure Device Update for IoT Hub. I have read a lot of MS documentation regarding this topic. But I am missing the part of how to connect all services together,…
0
votes
1 answer

C# Azure DeviceUpdateClient 403 Forbidden Using ClientSecretCredential

I'm attempting to use DeviceUpdateClient (Azure.IoT.DeviceUpdate) to query Device Update for IoT Hub. MS SDK Doc Hello World Example I'm using the basic hello world example and ClientSecretCredential to get a token for authentication. I have…
Damo
  • 1,898
  • 7
  • 38
  • 58
0
votes
1 answer

Azure Device Update for IoT Hub

I have microcontroller ASUS Tinker Board 2, with Debian 10 on it. I want to implement Device Update, installed deviceupdate-agent on device. Made configuration and can listen for updates. The question is how to create import manifest for updating…
0
votes
1 answer

Azure IotHub deviceTwin property changes

We are currently facing an issue with our configured Event Hub, which is set up to listen for changes in the IoT Hub device twin. Our problem arises when we update the reported section of the device twin. We have noticed that the tags associated…
0
votes
1 answer

Device Update for IoT : Couple of queries

With the help microsoft document I can be able to create the import the changes for image & package base & deploy successfully using simulator. Now I want to deploy the changes Over the Air & verify it if someone already did, please help me…
0
votes
2 answers

Device Update for IoT : I am able to import the changes but not seeing Updates Available under 'Groups And Deployment' Tab, anyone can please help me

I have configured the Device Update Agent into IoT Device. Imported multiple Updates via 'Import a new Update' Option but inside 'Groups and Deployment' Tab I am not seeing any new update. Please see below links for more details
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…
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?
0
votes
1 answer

Azure IoT Hub Package Update for Windows Service

I have a Windows based software written in C# as a BackgroundWorker class, communicating with Azure IoT Hub (bascially a remote control/management endpoint). It runs as a Windows service. I would like to leverage IoT Hub Device Update, for this…
morleyc
  • 2,169
  • 10
  • 48
  • 108
0
votes
1 answer

Authenticate Import Update REST API to upload new updates into Azure IoT Hub

I have a IoT Hub and Device Update Service configured. Now my requirement is to upload the files from Blob container to IoT Hub Updates. This I need to do with REST API. I had the below API. POST…
0
votes
0 answers

Problem with Device Update for Azure IoT Hub "Unable to read connection String from configuration file"

I'am trying to complete this Tutorial (https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-raspberry-pi) about the Device Update for Azure IoT Hub. I got everything to the point where I need to start the daemon. Starting…