-1

I am pretty new regarding IoT EDGE server setups, I am looking for suggestions or any tutorials that can guide me to set up IoT-EDGE servers on my desktop

AshokPeddakotla
  • 1,010
  • 7
  • 18
A.M.Usmani
  • 23
  • 7
  • Just checking back, let me know if you need further assistance, please mark helpful responses as answer, which may be helpful to other community members. – SatishBoddu May 11 '20 at 15:57

1 Answers1

2

Azure IoT Edge extends IoT Hub. Analyze device data locally instead of in the cloud to send less data to the cloud, react to events quickly, and operate offline.

For more information on complete Azure IoT Edge quickstart tutorials, please visit the below mentioned Microsoft's portal.

Azure IoT Edge documentation.

Microsoft's learning paths which gives a step by step learning.

Introduction to Azure IoT Edge.

The below article lists the steps to install the Azure IoT Edge runtime on your Windows x64 (AMD/Intel) system using Windows containers.

Install the Azure IoT Edge runtime on Windows.

The below article lists the steps to install the Azure IoT Edge runtime on an X64, ARM32, or ARM64 Linux device.

Install the Azure IoT Edge runtime on Debian-based Linux systems.

If you are stuck or have any questions on your learning journey please follow below link to get connected with wonderful community groups and forums.

Azure IoT support and help options.

SatishBoddu
  • 752
  • 6
  • 13