Skip to content

Copilot steps

phaledang edited this page Dec 30, 2023 · 1 revision

az group create --name aks-demo --location ukwest

ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa_aks

az aks create --resource-group aks-demo --name aks-cluster-name --ssh-key-value ~/.ssh/id_rsa_aks.pub

Clone this wiki locally