Download VHD from LCS
1. Login LCS. 2. Go to "Shared Asset Library" >> "Downloadable VHD" 3.Select the latest version. Each version has a multiple part. 4.Select the part one by one and click the "Generate SAS Link". Note: if you click the Hyper link it takes more time for downloading. So, we have an alternative option for Generate SAS Link. 5.link copied to your clipboard. 6.Open the Power shell comment prompt. 7. Download the "Azcopy" from microsoft. Link for download: " Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Learn " 8.Copy and paste it in one folder. 9.In PowerShell go to the folder using the change directory command "cd" 10. Run the following copy command. Syntax: go to the .\azcopy copy "XXX" "YYY" Note : "XXX" is your clipboard value of "Generate SAS link" "YYY" is your local saving directory. 11. if azcopy not executing, install the ...