Azure CLI and DevOps Extension

Azure CLI Package is required to download lexbizz Application Artifacts. This package is used along with an extnsion i.e. “Azure DevOps Extension” which should be installed after the installation of the Azure CLI package.

Azure CLI Package can be installed like any other package. Steps to install a package can be found at How to Install a Package?

Manual Installation

Using choco package manager.

1choco install azure-cli

OR

Manually install - Using Microsoft Website - Azure CLI

⚡ IMPORTANT ⚡
Restart your system after installation of Azure CLI

Azure DevOps Extension

Azure DevOps Extension is shown under the Azure CLI package as a child node. The extension status is also shown similar to other packages. The status ✔️ indicates that the extension is installed on the system.

Azure DevOps Extension can be installed using “Actions” menu present on the package line. Use Actions -> Install Extensions option to install the extension.

This menu option can also be used to reinstall or to upgrade the extension.

install_extension
⚡ IMPORTANT ⚡
Manual Installation of Azure DevOps Extension will not have effect on the Tool. You have to install the extension using the tool.

Issues and Solutions

  • ERROR: The command requires the extension azure-devops. Unable to prompt for extension install confirmation as no tty available. Run ‘az config set extension.use_dynamic_install=yes_without_prompt’ to allow installing extensions without prompt

    -> Install/Reinstall Azure DevOps Extension using the tool