Skip to content

Commit 2684b95

Browse files
committed
edit pass: vminsights-enable-at-scale-powershell
1 parent 34dd371 commit 2684b95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/insights/vminsights-enable-at-scale-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To enable Azure Monitor for VMs for multiple VMs or virtual machine scale sets,
199199
- The scoped resource group that's specified by *ResourceGroup*.
200200
- A single VM or virtual machine scale set that's specified by *Name*.
201201

202-
For each VM or virtual machine scale set, the script verifies whether the VM extension is already installed. If the VM extension isn't installed, the script tries to reinstall it. If the VM extension is installed, the script installs the Log Analytics and Dependency Agent VM extensions.
202+
For each VM or virtual machine scale set, the script verifies whether the VM extension is already installed. If the VM extension isn't installed, the script tries to reinstall it. If the VM extension is installed, the script installs the Log Analytics and Dependency agent VM extensions.
203203

204204
This script requires Azure PowerShell module Az version 1.0.0 or later. Run `Get-Module -ListAvailable Az` to find the version. If you need to upgrade, see [Install Azure PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps). If you're running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
205205

@@ -209,7 +209,7 @@ To get a list of the script's argument details and example usage, run `Get-Help`
209209
Get-Help .\Install-VMInsights.ps1 -Detailed
210210
211211
SYNOPSIS
212-
This script installs VM extensions for Log Analytics and the Dependency Agent as needed for VM Insights.
212+
This script installs VM extensions for Log Analytics and the Dependency agent as needed for VM Insights.
213213
214214
215215
SYNTAX
@@ -221,7 +221,7 @@ SYNTAX
221221
DESCRIPTION
222222
This script installs or reconfigures the following on VMs and virtual machine scale sets:
223223
- Log Analytics VM extension configured to supplied Log Analytics workspace
224-
- Dependency Agent VM extension
224+
- Dependency agent VM extension
225225
226226
Can be applied to:
227227
- Subscription
@@ -320,7 +320,7 @@ VMs or virtual machine scale sets matching criteria:
320320
db-ws-1 VM running
321321
db-ws2012 VM running
322322
323-
This operation will install the Log Analytics and Dependency Agent extensions on the previous two VMs or virtual machine scale sets.
323+
This operation will install the Log Analytics and Dependency agent extensions on the previous two VMs or virtual machine scale sets.
324324
VMs in a non-running state will be skipped.
325325
Extension will not be reinstalled if already installed. Use -ReInstall if desired, for example, to update workspace.
326326

0 commit comments

Comments
 (0)