Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created March 6, 2019 15:49
Show Gist options
  • Save kasunkv/2cbcac9c7640ad4a0904bff913d09f45 to your computer and use it in GitHub Desktop.
Save kasunkv/2cbcac9c7640ad4a0904bff913d09f45 to your computer and use it in GitHub Desktop.
Login and Create Resource Group on Azure.
# Login to Azure using the CLI
az login --use-device-code
# Create the resource group for the AKS cluster
az group create --name "aks-demo-rg" --location "southeastasia"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment