Skip to content

Commit c4fcc78

Browse files
committed
edits
1 parent 0e1e15d commit c4fcc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/extensions/features-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Each Azure VM extension has a specific use case. Here are some examples:
2626

2727
- Apply PowerShell desired state configurations (DSCs) to a VM by using the [DSC extension for Windows](dsc-overview.md).
2828

29-
- Configure monitoring of a VM by using the [Azure Monitor agent](/azure/azure-monitor/vm/monitor-virtual-machine.md) and [VM insights](/azure/azure-monitor/vm/vminsights-overview).
29+
- Configure monitoring of a VM by using the [Azure Monitor agent](/azure/azure-monitor/vm/monitor-virtual-machine) and [VM insights](/azure/azure-monitor/vm/vminsights-overview).
3030

3131
- Configure an Azure VM by using [Chef](/azure/developer/chef/windows-vm-configure).
3232

@@ -38,7 +38,7 @@ In addition to process-specific extensions, a Custom Script Extension is availab
3838

3939
Review the following prerequisites for working with Azure VM extensions.
4040

41-
### Azure Virtual Machine Agent
41+
### Azure VM Agent
4242

4343
To handle extensions on the VM, you need the [Azure Virtual Machine Agent for Windows](agent-windows.md) installed. This agent is also referred to as the Azure VM Agent or the Windows Guest Agent. As you prepare to install extensions, keep in mind that some extensions have individual prerequisites, such as access to resources or dependencies.
4444

@@ -93,7 +93,7 @@ Azure VM extensions run on existing VMs, which is useful when you need to make c
9393
You can use the following methods to run an extension against an existing VM.
9494

9595
> [!NOTE]
96-
> Some of the following examples uses `"<placeholder>"` parameter values in the commands. Before you run each command, make sure to replace any `"<placeholder>"` values with specific values for your configuration.
96+
> Some of the following examples use `"<placeholder>"` parameter values in the commands. Before you run each command, make sure to replace any `"<placeholder>"` values with specific values for your configuration.
9797
9898
### PowerShell
9999

0 commit comments

Comments
 (0)