Skip to content

Commit 2c42ea3

Browse files
committed
small fixes
1 parent 0564c40 commit 2c42ea3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The azcmagent tool is used to configure the Azure Connected Machine agent during
2929

3030
* **-h or --help** - Shows available command-line parameters
3131

32-
For example, to see detailed help for the **Connect** parameter, type `azcmagent connect -h`.
32+
For example, to see detailed help for the **Connect** parameter, type `azcmagent connect -h`.
3333

3434
* **-v or --verbose** - Enable verbose logging
3535

@@ -220,7 +220,7 @@ Actions of the [apt](https://help.ubuntu.com/lts/serverguide/apt.html) command,
220220
sudo yum update azcmagent
221221
```
222222
223-
Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command, such as installation and removal of packages, are logged in the `/var/log/yum.log` log file.
223+
Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command, such as installation and removal of packages, are logged in the `/var/log/yum.log` log file.
224224
225225
#### Upgrade the agent on SUSE Linux Enterprise
226226
@@ -238,7 +238,7 @@ Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command
238238
239239
Actions of the [zypper](https://en.opensuse.org/Portal:Zypper) command, such as installation and removal of packages, are logged in the `/var/log/zypper.log` log file.
240240
241-
## Renaming an Azure Arc-enabled sever resource
241+
## Renaming an Azure Arc-enabled server resource
242242
243243
When you change the name of the Linux or Windows machine connected to Azure Arc-enabled servers, the new name is not recognized automatically because the resource name in Azure is immutable. As with other Azure resources, you have to delete the resource and re-create it in order to use the new name.
244244
@@ -319,19 +319,19 @@ To uninstall the agent manually from the Command Prompt or to use an automated m
319319
320320
To uninstall the Linux agent, the command to use depends on the Linux operating system.
321321
322-
- For Ubuntu, run the following command:
322+
* For Ubuntu, run the following command:
323323
324324
```bash
325325
sudo apt purge azcmagent
326326
```
327327
328-
- For RHEL, CentOS, Oracle Linux, and Amazon Linux, run the following command:
328+
* For RHEL, CentOS, Oracle Linux, and Amazon Linux, run the following command:
329329
330330
```bash
331331
sudo yum remove azcmagent
332332
```
333333
334-
- For SLES, run the following command:
334+
* For SLES, run the following command:
335335
336336
```bash
337337
sudo zypper remove azcmagent

0 commit comments

Comments
 (0)