Skip to content

Setting Microsoft Azure CLI Environment

yogita edited this page May 23, 2022 · 3 revisions

You can use either the Microsoft Azure Cloud Shell or Microsoft Azure command-line interface (CLI) for running the Microsoft Azure commands. In the following sections, the procedures are provided for the Azure CLI.

You must have a Microsoft Azure account with an active subscription. If required, create a new Azure account.

  1. Install the Microsoft Azure command-line interface (CLI). For installation instructions, see Microsoft Azure CLI documentation

  2. In Microsoft Azure CLI, sign in to Microsoft Azure by using the login command.

    az login
    

    The CLI opens a browser and loads the sign-in page.

  3. Sign in with your account credentials in the browser.

    For details, see Get started with Azure CLI.

Next Topic: Continue to setup cluster

Clone this wiki locally