DRAG DROP - You need to install the Azure IoT Edge runtime on a new device that runs Windows 10 IoT Enterprise. In which order should you perform the actions? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place:Â Suggested Answer:
Step 1: From Azure IoT hub, create an IoT Edge device In the Azure Cloud Shell, enter the following command to create a device named myEdgeDevice in your hub. az iot hub device-identity create --device-id myEdgeDevice --edge-enabled --hub-name {hub_name} View the connection string for your device, which links your physical device with its identity in IoT Hub. Copy the value of the connectionString key from the JSON output and save it. This value is the device connection string. You'll use this connection string to configure the IoT Edge runtime in the step 3. Step 2: From an elevated PowerShell prompt, run the Deploy-IoTEdge cmdlet. Install the Azure IoT Edge runtime on your IoT Edge device. 1. Run PowerShell as an administrator. 2. Run the Deploy-IoTEdge command, which performs the following tasks: - Checks that your Windows machine is on a supported version. - Turns on the containers feature. - Downloads the moby engine and the IoT Edge runtime. Step 3: From an elevated PowerShell prompt, run the Initialize-IoTEdge cmdlet Step 4: Enter the IoT Edge device connection string. Configure the IoT Edge device with a device connection string. Reference: https://docs.microsoft.com/en-us/azure/iot-edge/quickstart This question is in AZ-220 Microsoft Azure IoT Developer Exam For getting Microsoft Certified: Azure IoT Developer Specialty Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer