Skip to content

Commit 20ae998

Browse files
authored
Merge pull request #102984 from bwren/am-vm-faq
VM Insights fix to upgrade FAQ
2 parents ed783d4 + a60344e commit 20ae998

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/insights/vminsights-ga-release-faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice:
66
ms.topic: conceptual
77
author: bwren
88
ms.author: bwren
9-
ms.date: 01/24/2020
9+
ms.date: 01/31/2020
1010

1111
---
1212

@@ -33,7 +33,9 @@ In the past, we enabled the ServiceMap solution on your workspace and setup perf
3333

3434

3535
## How do I upgrade?
36-
Each VM requiring upgrade will be identified in the **Get Started** tab in Azure Monitor for VMs in the Azure portal. You can upgrade a single VM or select multiple to upgrade together. Use the following command to upgrade using PowerShell:
36+
When a Log Analytics workspace is upgraded to the latest version of Azure Monitor to VMs, it will upgrade the dependency agent on each of the VMs attached to that workspace. Each VM requiring upgrade will be identified in the **Get Started** tab in Azure Monitor for VMs in the Azure portal. When you choose to upgrade a VM, it will upgrade the workspace for that VM along with any other VMs attached to that workspace. You can select a single VM or multiple VMs, resource groups, or subscriptions.
37+
38+
Use the following command to upgrade a workspace using PowerShell:
3739

3840
```PowerShell
3941
Set-AzureRmOperationalInsightsIntelligencePack -ResourceGroupName <resource-group-name> -WorkspaceName <workspace-name> -IntelligencePackName "VMInsights" -Enabled $True

0 commit comments

Comments
 (0)