Created
March 6, 2019 15:49
-
-
Save kasunkv/2cbcac9c7640ad4a0904bff913d09f45 to your computer and use it in GitHub Desktop.
Login and Create Resource Group on Azure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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