Skip to content

Instantly share code, notes, and snippets.

@lioneltchami
Created July 22, 2022 07:05
Show Gist options
  • Select an option

  • Save lioneltchami/42569cef49e622490d9939eae6d30246 to your computer and use it in GitHub Desktop.

Select an option

Save lioneltchami/42569cef49e622490d9939eae6d30246 to your computer and use it in GitHub Desktop.
az login
$resourcegrouplocation="switzerlandnorth"
$resourcegroupname="aks-gpu-demo-01"
$aksclustername="aks-gpu-demo-01"
$ az group create --name $resourcegroupname --location $resourcegrouplocation
$ az aks create -g $resourcegroupname -n $aksclustername --node-count 1 --generate-ssh-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment