Skip to content

Commit e8f615f

Browse files
committed
fixing validation error
1 parent 8e16202 commit e8f615f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Upgrade to the latest release of the Log Analytics agent for Windows and Linux m
2020

2121
| Environment | Installation method | Upgrade method |
2222
|--------|----------|-------------|
23-
| Azure VM | Log Analytics agent VM extension for Windows/Linux | The agent is automatically upgraded [after the VM model changes](../../virtual-machines/extensions/features-linux.md#how-agents-and-extensions-are-updated), unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to **true**. Only Linux agent supports automatic update post deployment with `enableAutomaticUpgrade` property. (See [Enable Auto-update for the Linux Agent](#enable-auto-update-for-the-linux-agent)). Major version upgrade is always manual. (See [VirtualMachineExtensionInner.AutoUpgradeMinorVersion Property](https://docs.azure.cn/dotnet/api/microsoft.azure.management.compute.fluent.models.virtualmachineextensioninner.autoupgrademinorversion?view=azure-dotnet)). |
23+
| Azure VM | Log Analytics agent VM extension for Windows/Linux | The agent is automatically upgraded [after the VM model changes](../../virtual-machines/extensions/features-linux.md#how-agents-and-extensions-are-updated), unless you configured your Azure Resource Manager template to opt out by setting the property `autoUpgradeMinorVersion` to **false**. Once deployed, however, the extension won't upgrade minor versions unless redeployed, even with this property set to **true**. Only the Linux agent supports automatic update post deployment with `enableAutomaticUpgrade` property. (See [Enable Auto-update for the Linux agent](#enable-auto-update-for-the-linux-agent)). Major version upgrade is always manual. (See [VirtualMachineExtensionInner.AutoUpgradeMinorVersion Property](https://docs.azure.cn/dotnet/api/microsoft.azure.management.compute.fluent.models.virtualmachineextensioninner.autoupgrademinorversion?view=azure-dotnet)). |
2424
| Custom Azure VM images | Manual installation of Log Analytics agent for Windows/Linux | Updating VMs to the newest version of the agent must be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle.|
2525
| Non-Azure VMs | Manual installation of Log Analytics agent for Windows/Linux | Updating VMs to the newest version of the agent must be performed from the command line running the Windows installer package or Linux self-extracting and installable shell script bundle. |
2626

2727
### Upgrade the Windows agent
2828

29-
To update the agent on a Windows VM to the latest version not installed by using the Log Analytics VM extension, you either run from the command prompt, script, or other automation solution or use the MMASetup-\<platform\>.msi Setup Wizard.
29+
To update the agent on a Windows VM to the latest version not installed by using the Log Analytics VM extension, you either run from the command prompt, script, or other automation solution or use the **MMASetup-\<platform\>.msi Setup Wizard**.
3030

3131
To download the latest version of the Windows agent from your Log Analytics workspace:
3232

@@ -48,9 +48,9 @@ To download the latest version of the Windows agent from your Log Analytics work
4848

4949
1. Sign on to the computer with an account that has administrative rights.
5050

51-
1. Execute **MMASetup-\<platform\>.exe** to start the Setup Wizard.
51+
1. Execute **MMASetup-\<platform\>.exe** to start the **Setup Wizard**.
5252

53-
1. On the first page of the Setup Wizard, select **Next**.
53+
1. On the first page of the **Setup Wizard**, select **Next**.
5454

5555
1. In the **Microsoft Monitoring Agent Setup** dialog, select **I agree** to accept the license agreement.
5656

@@ -78,7 +78,7 @@ Run the following command to upgrade the agent:
7878
7979
`sudo sh ./omsagent-*.universal.x64.sh --upgrade`
8080
81-
### Enable auto-update for the Linux Agent
81+
### Enable auto-update for the Linux agent
8282
8383
We recommend that you enable [Automatic Extension Upgrade](../../virtual-machines/automatic-extension-upgrade.md) by using these commands to update the agent automatically.
8484
@@ -276,7 +276,7 @@ Perform the following steps if your Linux computers need to communicate through
276276
277277
## Uninstall agent
278278
279-
Use one of the following procedures to uninstall the Windows or Linux agent by using the command line or Setup Wizard.
279+
Use one of the following procedures to uninstall the Windows or Linux agent by using the command line or **Setup Wizard**.
280280
281281
### Windows agent
282282
@@ -291,7 +291,7 @@ Use the Windows agent.
291291
1. In **Programs and Features**, select **Microsoft Monitoring Agent** > **Uninstall** > **Yes**.
292292
293293
>[!NOTE]
294-
>The Agent Setup Wizard can also be run by double-clicking `MMASetup-\<platform\>.exe`, which is available for download from a workspace in the Azure portal.
294+
>The **Agent Setup Wizard** can also be run by double-clicking `MMASetup-\<platform\>.exe`, which is available for download from a workspace in the Azure portal.
295295
296296
#### Uninstall from the command line
297297
@@ -309,7 +309,7 @@ To remove the agent, run the following command on the Linux computer. The `--pur
309309
310310
`wget https://raw.githubusercontent.com/Microsoft/OMS-Agent-for-Linux/master/installer/scripts/onboard_agent.sh && sh onboard_agent.sh --purge`
311311
312-
## Configure the agent to report to an Operations Manager management group
312+
## Configure agent to report to an Operations Manager management group
313313
314314
Use the Windows agent.
315315

articles/azure-monitor/agents/data-collection-rule-azure-monitor-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To send data to Log Analytics, create the data collection rule in the *same regi
3131

3232
[ ![Screenshot that shows the Create button on the Data Collection Rules screen.](media/data-collection-rule-azure-monitor-agent/data-collection-rules-updated.png) ](media/data-collection-rule-azure-monitor-agent/data-collection-rules-updated.png#lightbox)
3333

34-
1. Enter a **Rule name** and specify a **Subscription**, **Resource Group**, **Region**, and **Platform Type**.
34+
1. Enter a **Rule name** and specify a **Subscription**, **Resource Group**, **Region**, and **Platform Type**:
3535

3636
- **Region** specifies where the DCR will be created. The virtual machines and their associations can be in any subscription or resource group in the tenant.
3737

0 commit comments

Comments
 (0)