exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 3 question 5 discussion

Actual exam question from Microsoft's AZ-220
Question #: 5
Topic #: 3
[All AZ-220 Questions]

DRAG DROP -
You need to install the Azure IoT Edge runtime on a new device that runs Windows 10 IoT Enterprise.
Which four actions should you perform in sequence? 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:

Show Suggested Answer Hide Answer
Suggested Answer:
Step 1: From Azure IoT Hub, create an IoT Edge Device

Step 2: Deploy-IoTEdge -
The Deploy-IoTEdge command checks that your Windows machine is on a supported version, turns on the containers feature, and then downloads the moby runtime and the IoT Edge runtime. The command defaults to using Windows containers.
{Invoke-WebRequest -useb https://aka.ms/iotedge-win} | Invoke-Expression; `

Deploy-IoTEdge -

Step 3: Initialize-IoTEdge -
The Initialize-IoTEdge command configures the IoT Edge runtime on your machine. The command defaults to manual provisioning with Windows containers.
{Invoke-WebRequest -useb https://aka.ms/iotedge
Step 4: Enter the IoT Edge device connection string.
When prompted, provide the device connection string that you retrieved in step 1. The device connection string associates the physical device with a device ID in
IoT Hub.
Reference:
https://docs.microsoft.com/en-us/azure/iot-edge/module-composition

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sballmer
Highly Voted 4 years, 4 months ago
Completely unnatural to first Deploy and then Initialize, but Answer are correct... 1. Create edge device in IoT HuB 2. Run Deploy Command 3. Run Initialize Command 4. Enter Edge Device Connection String
upvoted 14 times
...
tita_tovenaar
Highly Voted 3 years, 11 months ago
just to confirm, moby and curl options are applicable for Linux. As this is Windows, answers. are correct.
upvoted 6 times
d0bermannn
3 years, 4 months ago
since pwsh 7+ we can fire it on many *nix boxes)
upvoted 1 times
...
...
liberty123
Most Recent 3 years, 2 months ago
Correct answer
upvoted 1 times
...
angelsrp
4 years, 10 months ago
Ans are correct: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-windows
upvoted 6 times
angelsrp
4 years, 10 months ago
After running the second cmlet you are prompted for the string.
upvoted 4 times
getazusername
4 years, 6 months ago
Thanks for the information. otherwise there would be two possible solutions. accuring your comment, you have to create the device before running the cmdlets
upvoted 3 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...