Skip to content

Commit 7f13a74

Browse files
committed
Making some small text updates
1 parent a64c8b3 commit 7f13a74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/agents/azure-monitor-agent-manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Use the following CLI commands to uninstall the Azure Monitor agent on Azure Arc
254254

255255
#### [Resource Manager template](#tab/azure-resource-manager)
256256

257-
*Add uninstall content for the ARM template.*
257+
N/A
258258

259259
---
260260

@@ -284,7 +284,7 @@ We recommend that you enable automatic update of the agent by enabling the [Auto
284284
Set-AzVMExtension -ExtensionName AzureMonitorLinuxAgent -ResourceGroupName <resource-group-name> -VMName <virtual-machine-name> -Publisher Microsoft.Azure.Monitor -ExtensionType AzureMonitorLinuxAgent -TypeHandlerVersion <version-number> -Location <location> -EnableAutomaticUpgrade $true
285285
```
286286

287-
### Upgrade on Azure Arc-enabled servers
287+
### Update on Azure Arc-enabled servers
288288

289289
To perform a one-time upgrade of the agent, use the following PowerShell commands.
290290

@@ -330,7 +330,7 @@ We recommend that you enable automatic update of the agent by enabling the [Auto
330330
az vm extension set -name AzureMonitorLinuxAgent --publisher Microsoft.Azure.Monitor --vm-name <virtual-machine-name> --resource-group <resource-group-name> --enable-auto-upgrade true
331331
```
332332

333-
### Upgrade on Azure Arc-enabled servers
333+
### Update on Azure Arc-enabled servers
334334

335335
To perform a one-time upgrade of the agent, use the following CLI commands.
336336

@@ -358,7 +358,7 @@ To perform a one-time upgrade of the agent, use the following CLI commands.
358358

359359
#### [Resource Manager template](#tab/azure-resource-manager)
360360

361-
*Add update content for the ARM template.*
361+
N/A
362362

363363
---
364364

0 commit comments

Comments
 (0)