You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
75
75
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.
77
77
78
78
## Install Device Update Agent simulator
79
79
@@ -157,14 +157,14 @@ Agent running. [main]
157
157
158
158
## Import update
159
159
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.
162
162
163
163
3. Select the Updates tab.
164
164
165
165
4. Select "+ Import New Update".
166
166
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.
0 commit comments