Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 617 Bytes

hello-azure.md

File metadata and controls

28 lines (21 loc) · 617 Bytes

Hello, Candle on Azure.

Prerequisites

Install Azure ClI

$ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

Login in to Azure

$ az login 

# if above not working run:  
$ az login --use-device-code
# check your Azure account information
$ az account show

# if you have multiple accounts, you need to set the specific account you want to use: 
$ az account set --subscription <subscription_ID>
  • the subscription ID is the id from result of az account show.