Forum Discussion

PatrikHansson's avatar
PatrikHansson
Brass Contributor
May 05, 2021

Azure Monitor "Upgrade available" doesn't go away

Hi

All my VM:s have status "Upgrade Available" and though I select a VM and click upgrade and upgrade is reported as successful the status doesn't go away.

Waited a couple of days but status is still "Upgrade available"

 

Anyone else seen this issue ? This upgrade appeared sometime last week I believe.

3 Replies

  • Seshadrr's avatar
    Seshadrr
    Iron Contributor

    I have same situation in my current subscription. Make sure you have all the selected resources upgraded and also ensure the Log Workspace -> VM -> connection status is healthy.

     

     

    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 VM insights in the Azure portal.

     

    Use powershell to update the insight

     

    Set-AzOperationalInsightsIntelligencePack -ResourceGroupName <resource-group-name> -WorkspaceName <workspace-name> -IntelligencePackName "VMInsights" -Enabled $True

     

    Note: If any of the VM which has customized image , template provision based appliance (for eg: Zscaler appliance) might not enabled the extension of VM Insight that could be one of the reason the machine state "Not connected" and upgrade option shows as "Upgrade available" 

    • PatrikHansson's avatar
      PatrikHansson
      Brass Contributor

      Seshadrr 

      Can't see that the dependency agent gets upgraded. Folder says version 9.10.8.14350 wich is same on servers I haven't tried to upgrade.

       

      Can see that the Microsoft.Azure.Diagnostics.IaaSDiagnostics is getting installed when triggering upgrade though:
      Beginning a Windows Installer transaction: C:\Packages\Plugins\Microsoft.Azure.Diagnostics.IaaSDiagnostics\1.18.0.5\InstrumentationEngine\InstrumentationEngine.Installer.msi

       

      If I check with Get-AzOperationalInsightsIntelligencePack I can see that the VMInsights already is enabled.
      Ran the Set command anyway, nothing happened.

      • PatrikHansson's avatar
        PatrikHansson
        Brass Contributor
        Someone must have done something in the background because today all upgrade notifications are gone. Regardless if I tried to upgrade a VM or not, they are all fine as of 06:00 UTC today.

Resources