az-aks
Verified for current stable LTS
Az Aks Command: Create Cluster
Use for create cluster with Az Aks. Exact CLI syntax to create cluster using Az Aks.
When to use this: Use for create cluster with Az Aks.
Command Syntax
az aks create -g <resource_group> -n <name> -c <count> --node-vm-size <size> az aks create -g <resource_group> -n <name> -c <count> --node-vm-size <size> Command Breakdown
-g- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
-c- Command Option
- Tool-specific option used by this command invocation.
--node-vm-size- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create cluster using Az Aks.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Aks Command: List Clusters
az aks list -g <resource_group> Az Aks Command: Delete Cluster az aks delete -g <resource_group> -n <name> Az Aks Command: Get Credentials az aks get-credentials -g <resource_group> -n <name> Az Aks Command: Get Upgrades az aks get-upgrades -g <resource_group> -n <name> Az Aks Command: Get Aks Upgrades az aks get-upgrades -g <resource_group> -n <name>