You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/vminsights-enable-at-scale-powershell.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ To enable Azure Monitor for VMs for multiple VMs or virtual machine scale sets,
199
199
- The scoped resource group that's specified by *ResourceGroup*.
200
200
- A single VM or virtual machine scale set that's specified by *Name*.
201
201
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.
203
203
204
204
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.
205
205
@@ -209,7 +209,7 @@ To get a list of the script's argument details and example usage, run `Get-Help`
209
209
Get-Help .\Install-VMInsights.ps1 -Detailed
210
210
211
211
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.
213
213
214
214
215
215
SYNTAX
@@ -221,7 +221,7 @@ SYNTAX
221
221
DESCRIPTION
222
222
This script installs or reconfigures the following on VMs and virtual machine scale sets:
223
223
- Log Analytics VM extension configured to supplied Log Analytics workspace
0 commit comments