Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2 KB

az.asciidoc

File metadata and controls

45 lines (31 loc) · 2 KB

Azure CLI

The Azure CLI commandlet allows to install and use Azure CLI. Currently, the command works only for Windows.

ATTENTION: Currently this feature is new and therefore experimental. It may change in incompatible ways in the next releases until we reach a stable state. We hope that all is working fine for you. However, do not expect everything to work out of the box.

The arguments (devon az «args») are explained by the following table:

Table 1. Usage of devon az
Argument(s) Meaning

setup

setup Azure CLI (install and verify) as per above flow.

«args»

call Azure CLI with the specified arguments. Call az help for details or use az directly as preferred." («args»)

Setup

The az commandlet will install Azure CLI automatically. Windows user must confirm the User Access Control to run the installation as administrator. Please note that besides the sandbox concept of devonfw-ide this is a global installation on your system. When uninstalling Azure CLI, you may have to manually uninstall.

Uninstall process instructions:

Requirements

Windows users requires the following software:

Configuration File

The configuration file is located at conf/.azure. Don’t forget to set the environment variables of your IDE with devon before setting new configurations for Azure.

Usage

After the installation is complete, you may need to restart the console. Run az help from any shell of your OS directly to get started and use the online documentations and resources on the web to get familiar with Azure CLI. It is not our intention to repeat this here.

Please note that the az commandlet is a command wrapper.