Windows Server on Azure Issues

1nf1n1t3 46 Reputation points
2021-02-22T21:52:13.5+00:00

Whenever I spin up a Windows Server data center I have issues using the CLI to download/install and cannot install most things using Internet explorer. I cannot install Edge or IDEs etc. This may be a simple thing as I'm new to this. I try to get WSL downloaded through the cli and it will not work. I turn off the ie advanced security settings in Server Manager so I do not get issues with that security pop up every time however I seem to be missing something here. I was expecting a similar experience in this respect to something like Windows 10. Are there some dependencies required to use a windows server vm in azure normally or some security settings I need to turn off? Am I using the wrong image?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,036 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Andreas Baumgarten 123.5K Reputation points MVP Volunteer Moderator
    2021-02-22T22:42:33.923+00:00

    Hi @1nf1n1t3 ,

    After deploying a Windows Server 2019 or 2016 in Azure I am connecting via RDP and I am able to do everything (after turning of the IE adv. security settings ;-) ) like on a on-premises Windows Server.
    For me there is no difference with downloads in IE/Chrome/Firefox. Using PowerShell is possible without any problem. Not sure what you mean with CLI.

    I am using the Windows Server images from Microsoft.
    Which images did you choose?

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.

  2. Andreas Baumgarten 123.5K Reputation points MVP Volunteer Moderator
    2021-02-23T00:12:41.303+00:00

    Hi @1nf1n1t3 ,
    Is there any reason or requirement you picked the "Windows Server 2019 with Container" image?
    I would recommend to use the "normal" Windows Server 2019 image.

    To get a list of all Windows Server 2019 images with available versions you can get this in PowerShell (Az module required).
    Just change the location to your needs.

    $locName = "westus"  
    $offerName="WindowsServer"  
    $pubName = "MicrosoftWindowsServer"  
    $sku = "2019-Datacenter"  
    Get-AzVMImage -Location $locName -PublisherName $pubName -Offer $offerName -Sku $sku  | select skus,version  
    

    Result should look like this:
    Skus ------------- Version

    2019-Datacenter 17763.1039.2002091844
    2019-Datacenter 17763.1098.2003062342
    2019-Datacenter 17763.1158.2004131759
    2019-Datacenter 17763.1217.2005081535
    2019-Datacenter 17763.1282.2006061952
    2019-Datacenter 17763.1339.2007101755
    2019-Datacenter 17763.1397.2008070242
    2019-Datacenter 17763.1457.2009030514
    2019-Datacenter 17763.1518.2010132039
    2019-Datacenter 17763.1577.2011031610
    2019-Datacenter 17763.1579.2011180054
    2019-Datacenter 17763.1637.2012040632
    2019-Datacenter 17763.1697.2101090203
    2019-Datacenter 17763.1757.2102060435
    2019-Datacenter 2019.0.20181107
    2019-Datacenter 2019.0.20181122
    2019-Datacenter 2019.0.20181218
    2019-Datacenter 2019.0.20190115
    2019-Datacenter 2019.0.20190214
    2019-Datacenter 2019.0.20190314
    2019-Datacenter 2019.0.20190410

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.

  3. JessicaH-MSFT 251 Reputation points Microsoft Employee
    2021-02-22T22:58:07.323+00:00

    @1nf1n1t3

    I'd like to piggyback off of Andreas question for you above and also ask if you're seeing any errors when you attempt the downloads from either command line or in the browser. If so, please let us know what errors you're receiving.


  4. Anonymous
    2021-02-23T02:52:22.223+00:00

    Its doubtful you'll be able to install it on the GUI LTSC version of Server 2019
    https://github.com/MicrosoftDocs/WSL/issues/678

    https://www.thomasmaurer.ch/2019/08/how-to-install-wsl-2-on-windows-server/

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.