1
votes

With an UWP app I can deploy the appx package to a Raspberry Pi in multiple ways.

From Update apps on your Windows 10 IoT Core devices (12/07/2017):

  • Using Microsoft Store
  • Using Device Update Center
  • Using Azure IoT Device Management
  • Using OMA-DM e.g SCCM

Is it possible to package a .NET Core app and use these channels to update it remotely (preferably via IoT Hub Device Management)?

Example scenarios are:

  • Deployment of a new app to existing devices in the field
  • Updating the version of the app already installed in the field
1

1 Answers

0
votes

There are some limitation when using Azure IoT Device Management:

  • Note: Installing a new application from the store is not supported.
  • Note: Updating applications other than the DM application from the store is not supported.

And also, you need create appx package for the app.

So, I am afraid the answer is NO.

Ref: Application Management of Azure IoT Device Management client