Skip to content

Commit 603cd60

Browse files
committed
fixing blocking issues
1 parent 78277b6 commit 603cd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/migrate/discovery-methods-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The appliance-based discovery method involves deploying a virtual appliance that
4141

4242
Import-based discovery is a simpler and faster alternative, relying on manual upload of inventory data in a structured format.
4343

44-
**Key features**:
44+
### Key features
4545

4646
- Manual data entry via CSV file uploads.
4747
- Add output inventory from CMDB tools to CSV templates.

articles/migrate/tutorial-discover-physical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For discovering Linux servers, you can set up a least privileged sudo account by
6969
- For example, you can add an entry like this in the `/etc/sudoers` file.
7070

7171
```
72-
AzMigrateLeastprivuser ALL=(ALL) NOPASSWD: /usr/sbin/dmidecode -s system-uuid, /usr/sbin/dmidecode -t 1, /usr/sbin/dmidecode -s system-manufacturer, /usr/sbin/fdisk -l, /usr/sbin/fdisk -l *, /usr/bin/ls -l /proc/*/exe, /usr/bin/netstat -atnp, /usr/sbin/lvdisplay ""
72+
AzMigrateLeastprivuser ALL=(ALL) NOPASSWD: /usr/sbin/dmidecode, /usr/sbin/fdisk -l, /usr/sbin/fdisk -l *, /usr/bin/ls -l /proc/*/exe, /usr/bin/netstat -atnp, /usr/sbin/lvdisplay ""
7373
Defaults:AzMigrateLeastprivuser !requiretty
7474
7575
```

0 commit comments

Comments
 (0)