Skip to content

Commit 853e2a2

Browse files
authored
Merge pull request #42759 from madmaxlax/patch-1
sentence error change
2 parents 9c980ab + fe64b1d commit 853e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To enable Azure Monitor for VMs for multiple VMs or virtual machine scale sets,
179179
- The scoped resource group that's specified by *ResourceGroup*.
180180
- A single VM or virtual machine scale set that's specified by *Name*.
181181

182-
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.
182+
For each VM or virtual machine scale set, the script verifies whether the VM extension is already installed. If the VM extension is installed, the script tries to reinstall it. If the VM extension isn't installed, the script installs the Log Analytics and Dependency agent VM extensions.
183183

184184
Verify you are using Azure PowerShell module Az version 1.0.0 or later with `Enable-AzureRM` compatibility aliases enabled. 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.
185185

0 commit comments

Comments
 (0)