Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.27 KB

azure-cli-prepare-your-environment-h3.md

File metadata and controls

21 lines (18 loc) · 1.27 KB
ms.topic ms.date author ms.author manager ms.technology ms.service ms.devlang ms.custom
include
09/10/2020
dbradish-microsoft
dbradish
barbkess
azure-cli
azure-cli
azurecli
devx-track-azurecli

Prepare your environment for the Azure CLI

  • Use Azure Cloud Shell using the bash environment.

    Embed launch

  • If you prefer, install the Azure CLI to run CLI reference commands.

    • If you're using a local install, sign in with Azure CLI by using the az login command. To finish the authentication process, follow the steps displayed in your terminal. See Sign in with Azure CLI for additional sign-in options.
    • When you're prompted, install Azure CLI extensions on first use. For more information about extensions, see Use extensions with Azure CLI.
    • Run az version to find the version and dependent libraries that are installed. To upgrade to the latest version, run az upgrade.