algo

Azure cloud setup

The easiest way to get started with the Azure CLI is by running it in an Azure Cloud Shell environment through your browser.

Here you can find some information from the official doc. We put the essential commands together for simplest usage.

Install azure-cli

If your OS is missing or to get more information see the official doc

Sign in

  1. Run the login command:
    az login
    

If the CLI can open your default browser, it will do so and load a sign-in page.

Otherwise, you need to open a browser page and follow the instructions on the command line to enter an authorization code after navigating to https://aka.ms/devicelogin in your browser.

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

There are ways to sign in non-interactively, which are covered in detail in Sign in with Azure CLI.

Now you are able to deploy an AlgoVPN instance without hassle