Forum Discussion
nilkenmistry
Aug 07, 2019Copper Contributor
How to update UWP app remotely run on windows 10 Iot core ?
I have created UWP c# application that run on Raspberry pi 3 with windows 10 Iot core OS.It has program that read sensor data and send data to Azure.We want to make sure that once it deploy to custom...
OlivierBloch
Aug 08, 2019Former Employee
nilkenmistry Azure IoT Edge is for running cloud workloads at the edge and you are able to manage these "modules" from IoT Hub in the cloud, but it won't allow you to manage the underlying OS or applications running on the device out of the box, you would still have to implement your own device management leveraging the infrastructure provided by IoT Hub.
If you want to remotely manage your Windows IoT Core device, you can consider using InTunes as described in this article: https://docs.microsoft.com/en-us/windows/iot-core/manage-your-device/intunedeviceenrollment