Skip to content

Commit 2b44d49

Browse files
committed
minor edits
1 parent bd26e81 commit 2b44d49

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/migrate/best-practices-least-privileged-account.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,12 @@ The guest user account needs permission to access the CIMV2 namespace and its su
137137

138138
#### Linux servers
139139

140-
1. Create a user account (e.g., AzMigrateLeastprivuser) on the target Linux server.
141-
1. Grant sudo privileges to the user for only the required commands by adding the following line to the sudoers file using visudo:
140+
1. Create a user account, for example, AzMigrateLeastprivuser.
141+
1. Grant sudo privileges to the user for only the required commands by adding the following line:
142142

143143
```
144-
/usr/sbin/dmidecode, /usr/sbin/fdisk -l, /usr/sbin/fdisk -l , /usr/bin/ls -l /proc//exe, /usr/bin/netstat -atnp, /usr/sbin/lvdisplay "" Defaults:AzMigrateLeastprivuser !requiretty
144+
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 ""
145+
Defaults:AzMigrateLeastprivuser !requiretty
145146
146147
```
147148

articles/migrate/tutorial-discover-hyper-v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Connect from the appliance to Hyper-V hosts or clusters, and start server discov
261261
262262
In **Step 3: Provide server credentials to perform software inventory, agentless dependency analysis, discovery of SQL Server instances and databases in your Microsoft HyperV environment.**, you can provide multiple server credentials. If you don't want to use any of these appliance features, you can disable the slider and proceed with discovery of servers running on Hyper-V hosts/clusters. You can change this option at any time.
263263
264-
:::image type="content" source="./media/tutorial-discover-hyper-v/appliance-server-credentials-mapping.png" alt-text="Screenshot that shows providing credentials for software inventory and dependency analysis.":::
264+
:::image type="content" source="./media/tutorial-discover-hyper-v/appliance-server-credentials-mapping.png" alt-text="Screenshot that shows providing credentials for software inventory and dependency analysis.":::
265265
266266
If you want to use these features, provide server credentials by completing the following steps. The appliance attempts to automatically map the credentials to the servers to perform the discovery features.
267267

0 commit comments

Comments
 (0)