Skip to content

Commit b63551c

Browse files
Merge pull request #210940 from esha0611/release-device-update-refresh
Release device update refresh
2 parents af1a710 + c6710b7 commit b63551c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub-device-update/migration-pp-to-ppr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For the Public Preview Refresh release, the Device Update agent needs to be upda
3232

3333
4. Remove the old configuration file
3434
```bash
35-
rm -f /etc/adu/adu-conf.txt
35+
sudo rm -f /etc/adu/adu-conf.txt
3636
```
3737

3838
5. Install the new agent
@@ -53,9 +53,9 @@ For the Public Preview Refresh release, the Device Update agent needs to be upda
5353
6. Enter your IoT device's device (or module, depending on how you [provisioned the device with Device Update](device-update-agent-provisioning.md)) primary connection string in the configuration file by running the command below.
5454

5555
```markdown
56-
/etc/adu/du-config.json
56+
sudo nano /etc/adu/du-config.json
5757
```
58-
7. Add your model and manufacturer details in the configuration file
58+
7. Add your model, manufacturer, agent name, connection type and other details in the configuration file
5959

6060
8. Delete the old IoT/IoT Edge device from the public preview portal.
6161

0 commit comments

Comments
 (0)