For this challenge you will need the following:
Azure IoT Tools extension for Visual Studio Code
A SSH client installed. On Windows, this is available out-of-the-box in recent builds of Windows 10 and in the Windows Subsystem for Linux (both 1 and 2). You can also download a simple client if needed, such as PuTTY. It should also be available out-of-the-box in most Linux distributions and MacOS.
This is the first step of getting an environment setup to work from. This will be a straightforward challenge to ensure you have your subscription setup and to devise a plan to work with your team if you’re working as part of a group. This will be used to work as the starting point for IoT Edge communication in subsequent modules.
In this challenge you will establish all necessary cloud components needed to deploy an Edge device. Consideration should be given to using automated deployment/provisioning capabilities of Azure IoT hub as a means to gain insight into activity occurring within the plant with an Edge endpoint & provision of a virtual IoT edge device.
Azure IoT Hub will be needed that is created in one of the regions where Device Streams are available. At the time of writing, these are:
Check for the updated list of supported regions here: Device Streams: Regional availability.
Consider using Device Provisioning service as a means to provision/attest the IoT Edge device to connect to a hub. There are a number of ways in which this can be done and would demonstrate how this could be implemented to better support provisioning devices at scale.