File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
HandsOnLabs/01-CreatingFirstLab Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,12 @@ Note: Start-BitsTransfer is used because invoke-webrequest is slow for big files
6262``` PowerShell
6363#ISO
6464$WindowsServerEvalURL="https://software-static.download.prss.microsoft.com/dbazure/888969d5-f34g-4e03-ac9d-1f9786c66749/26100.1742.240906-0331.ge_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso"
65- $AzureLocal2505URL="http://aka.ms/hcireleaseimage/2505"
65+ #you should download latest image from Azure Portal, this is just an example
66+ $AzureLocal2509URL="http://aka.ms/hcireleaseimage/2509"
6667
6768#download
6869Start-BitsTransfer -Source $WindowsServerEvalURL -Destination $env:userprofile\Downloads\
69- Start-BitsTransfer -Source $AzureLocal2505URL -Destination $env:userprofile\Downloads\AzureLocal2505 .iso
70+ Start-BitsTransfer -Source $AzureLocal2509URL -Destination $env:userprofile\Downloads\AzureLocal2509 .iso
7071
7172```
7273
You can’t perform that action at this time.
0 commit comments