Open main menu

DAVE Developer's Wiki β

Changes

Created page with "{{InfoBoxTop}} {{AppliesToSBCX}} {{AppliesToAxel}} {{AppliesToAxelLite}} {{AppliesToAxelEsatta}} {{InfoBoxBottom}} {{WarningMessage|text=This technical note was validated agai..."
{{InfoBoxTop}}
{{AppliesToSBCX}}
{{AppliesToAxel}}
{{AppliesToAxelLite}}
{{AppliesToAxelEsatta}}
{{InfoBoxBottom}}
{{WarningMessage|text=This technical note was validated against specific versions of hardware and software. It may not work with other versions.}}
== History ==
{| class="wikitable" border="1"
!Version
!Date
!Notes
|-
|1.0.0
|August 2019
|First public release
|}

==Introduction==
This Technical Note (TN for short) is based on this previous TN: [[SBCX-TN-002:_Running_Microsoft_Azure_IoT_Edge_runtime|''SBCX-TN-002: Running Microsoft Azure IoT Edge runtime'']]. As such, reading of SBCX-TN-002 is highly recommended.

The goal of this TN is to show how to deploy modules to the SBCX board where the Azure IoT Edge runtime is running. It is recalled that, according to Microsoft documentation, modules are

''the smallest computation units managed by IoT Edge, and can contain Microsoft services (such as Azure Stream Analytics), 3rd-party services or your own solution-specific code''.

There are different methods to deploy such modules to the IoT Edge-enabled devices. This TN will describe how to use [https://code.visualstudio.com/ Visual Studio Code (VSC)] to carry out this operation on SBCX single-board computer.

==Setting up VSC==

==Deploying a simple module==
4,650
edits