Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.17 KB

azure-cli-prepare-your-environment.md

File metadata and controls

18 lines (15 loc) · 1.17 KB
ms.topic ms.date author ms.author manager ms.custom
include
09/10/2020
dbradish-microsoft
dbradish
barbkess
devx-track-azurecli

Prerequisites

  • Use Azure Cloud Shell using the bash environment.

    Embed launch

  • If you prefer, install 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.