-
Notifications
You must be signed in to change notification settings - Fork 495
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
"Install the Azure CLI on Linux" should focus on that and tell URL #3183
Comments
Adding doc metadata info: Document Details⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
|
@sdettmer |
Install script means this page: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=script It actually installs from PyPI (https://pypi.org/) with |
Thank you for clarifying.
In meantime I noticed that this "script", which I needed to perform
essentially a HTTP POST to upload a file, is 70 Megabytes huge. There is an
installer script that appears to ask the user for consent for each action
against the system, but in fact it has hard-coded "consent everything"
built-in (funny detail: a comment in the installer says it would be
hardcoded because of some "review comments"). The "script" installer
contains many many files and even includes binaries, possibly a python
runtime, who knows. I'm afraid it is beyond repair, so providing a direct
download URL to this ugly installer of a 70 MB "script" indeed seems not
needed. So whatever it is, it is not a script.
(I'm afraid the installed I used does not installs via PIP but it extracts
a complete run time including python binaries, but possibly there are so
many versions and variants flying around that surely it's hard to keep
track of them).
|
sdettmer, Thanks for providing feedback that helps improve our documentation. We are in the process of freshening this article, and your feedback is very helpful. |
Prerequisites
Azure CLI version being used
bash: az: command not found
Link to affected document
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
Description of the documentation error
The article "Install the Azure CLI on Linux" does not mention the URL where to download packages in case "you may manually install the Azure CLI on Linux by selecting the Install script option" (I like the "az" script (or binary?) as TGZ). This makes it very time consuming: instead of "Browse downloads [here]" and a two minutes job, it is a "25 minutes to read" (!!!) posting which forgets to mention the URL where to download a tarbal from.
Suggested fix
The article should focus on installing and for example mention the URL where to download the "az" script (or binary?) in case "you may manually install the Azure CLI on Linux by selecting the Install script option", but instead it repeats APT basics like proxy configuration, where a link would be suited better. This would save readers time and if reading time would be 2 minutes instead 25 minutes, it would be ten times more efficient!
The text was updated successfully, but these errors were encountered: