Forum Discussion

smm100023's avatar
smm100023
Copper Contributor
Jun 18, 2020

Issue with Azure windows image - 2016-datacenter 2016.127.20190603

Hi, 

 

I have been using this Azure windows image version for a while, however, it has recently been removed and I cannot find out why.

2016-datacenter 2016.127.20190603

Is anyone having similar issues when using this specific version of windows image?

 

Cheers 

  • smm100023 

     

    Azure VM Marketplace images aren't kept forever and it's normal that some older image versions disappear for some reason. To get the list of the currently available images for your region for a specific offer and SKU, use the following PowerShell command:

     

    Get-AzVMImage -Location "westeurope" -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Sku "2016-Datacenter" | Select Version

     

    It produces as output the list of image versions available for WS 2016 Datacenter.

     

    14393.3025.1907191810
    14393.3025.20190604
    14393.3085.1907121547
    14393.3144.1908092220
    14393.3204.1909070001
    14393.3274.1910061629
    14393.3326.1911120150
    14393.3384.1912042333
    14393.3443.2001090113
    14393.3504.2002070914
    14393.3564.2003072353
    14393.3630.2004101604
    14393.3686.2005061700
    14393.3750.2006031549
    2016.127.20180613
    2016.127.20180815
    2016.127.20180912
    2016.127.20181010
    2016.127.20181122
    2016.127.20181218
    2016.127.20190115
    2016.127.20190214
    2016.127.20190315
    2016.127.20190416

Resources