Skip to content

Commit ef4bec7

Browse files
authored
Merge pull request #158143 from andrewbrownmsft/andbrown051121
Adding sample import manifest and update file
2 parents 9dc10e0 + 6bad2db commit ef4bec7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-hub-device-update/device-update-simulator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ PS> wsl --list
7171

7272
## Download Device Update Ubuntu (18.04 x64) Simulator Reference Agent
7373

74-
The Ubuntu update image can be downloaded from the *Assets* section from release notes [here](https://github.com/Azure/iot-hub-device-update/releases).
74+
The Ubuntu reference agent can be downloaded from the *Assets* section from release notes [here](https://github.com/Azure/iot-hub-device-update/releases).
7575

76-
There are two versions of the agent. If you're exercising image-based scenario, use AducIotAgentSim-microsoft-swupdate and if you are exercising package-based scenario, use AducIotAgentSim-microsoft-apt.
76+
There are two versions of the agent. For this tutorial, since you're exercising the image-based scenario, use AducIotAgentSim-microsoft-swupdate. If you were going to exercise the package-based scenario instead, you would use AducIotAgentSim-microsoft-apt.
7777

7878
## Install Device Update Agent simulator
7979

@@ -157,14 +157,14 @@ Agent running. [main]
157157

158158
## Import update
159159

160-
1. Create an Import Manifest following these [instructions](import-update.md).
161-
2. Select the Device Updates option under Automatic Device Management from the left-hand navigation bar.
160+
1. Download the [sample import manifest](https://github.com/Azure/iot-hub-device-update/releases/download/0.7.0-rc1/TutorialImportManifest.json) and [sample image update](https://github.com/Azure/iot-hub-device-update/releases/download/0.7.0-rc1/adu-update-image-raspberrypi3-0.6.5073.1.swu).
161+
2. Log in to the [Azure portal](https://portal.azure.com/) and navigate to your IoT Hub with Device Update. Then, select the Device Updates option under Automatic Device Management from the left-hand navigation bar.
162162

163163
3. Select the Updates tab.
164164

165165
4. Select "+ Import New Update".
166166

167-
5. Select the folder icon or text box under "Select an Import Manifest File". You will see a file picker dialog. Select the Import Manifest you created above. Next, select the folder icon or text box under "Select one or more update files". You will see a file picker dialog. Select the Ubuntu update image that you downloaded earlier.
167+
5. Select the folder icon or text box under "Select an Import Manifest File". You will see a file picker dialog. Select the _sample import manifest_ you downloaded in step 1 above. Next, select the folder icon or text box under "Select one or more update files". You will see a file picker dialog. Select the _sample image update_ that you downloaded in step 1 above.
168168

169169
:::image type="content" source="media/import-update/select-update-files.png" alt-text="Screenshot showing update file selection." lightbox="media/import-update/select-update-files.png":::
170170

0 commit comments

Comments
 (0)