Your VM or VMSS deployments are running on images that have been deprecated. I have some consider!!!

Hoang Minh Duc (EBS.ERP) 1 Reputation point
2022-07-20T03:49:24.417+00:00

We received this email last week, I can see I have many VMs using this  image. I understand the VM still working normally and can't use this image. But I have some questions as below:

  1. "but there won’t be any support for these images"-> What kind of Azure support will we not receive? I use PAYG images
  2. Is there any way to keep the support from Azure or SUSE?
  3. If I have a plan for an upgrade from 15sp2 to 15sp3 or 15sp4 (or a major release upgrade in the future), the instance must fully up-to-date with the latest updates and load repository from SMT of Azure for upgrade. Can I still upgrade them, when image deprecated ?

Thanks for all the information and contributions!!
222544-image.png

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,196 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
352 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bjoern Peters 8,781 Reputation points
    2022-07-20T12:08:17.017+00:00

    If you have a list of VMs or you can get a list of possible vms then you might step through that list and search within the ImageReference (in a PowerShell)

    "Quick & Dirty"

    (get-azvm -name *VMName*).StorageProfile.ImageReference   
      
    ## or even parts of machine-name are possible  
    (get-azvm -name *MNam*).StorageProfile.ImageReference   
    

    results in:

     Publisher               : MicrosoftWindowsServer  
     Offer                   : WindowsServer  
     Sku                     : 2019-Datacenter  
     Version                 : latest  
     ExactVersion            : 17763.1282.2006061952  
     SharedGalleryImageId    :   
     CommunityGalleryImageId :   
     Id                      :