In which order should you perform the actions?

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.

Answer:

Explanation:

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.

✑ Run PowerShell as an administrator.

✑ 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.

Latest AZ-220 Dumps Valid Version with 88 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments