-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZIP release to GitHub releases too #28856
Comments
Thank you for opening this issue, we will look into it. |
One more reason to add the ZIP to GitHub releases: Download speed from your Azure Storage Account is much slower than from GitHub. Example for latest MSI x86:
Downloading from GitHub takes 1-3 seconds on 1/1gbps fiber, while downloading from Storage Account takes ~60 seconds. Geolocation might affect this. Because of this huge difference in download speed: Please add x64 MSI release ( https://azcliprod.blob.core.windows.net/msi/azure-cli-2.60.0-x64.msi ) to GitHub releases too. |
This is because the storage account https://azcliprod.blob.core.windows.net/ is not cached by a CDN. This feature request is tracked by #19447. |
Why not piggyback some existing MS system to speed up downloads, rather than creating and maintaining Azure infrastructure just for Azure CLI? Why not use GitHub? |
zip has been available since 2.63.0. |
Much faster. ZIPs were recently added to GitHub releases, ref: <Azure/azure-cli#28856>
Related command
Is your feature request related to a problem? Please describe.
The MSI installer is (way too) slow, upgrade from v2.59 to v2.60 took 15-20 minutes.
ZIP releases already exists after #27911, but are not added to GitHub releases. Instead can be downloaded from:
Describe the solution you'd like
Add ZIP release to GitHub releases too.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: