InstallAzureCli One Line
Command ?
#30580
Labels
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Milestone
Want to install az command in alpine docker image, the below command is
However, when run from docker image, it fails to install, yet, when manually executing, we are seeing some values to be provided like this :
Question - can we skip the above prompts and go with "silent" install and use all defaults or is there any options to provide the value so that we have one line command execute ? Yes we can use
pip install azure-cli
but we have requirements to not to installpip
orsetuptools
. We want to useInstallAzureCli
.pls provide the information.
The text was updated successfully, but these errors were encountered: