{"tool":"az","tool_display":"Az","intent":"create-aks-cluster","intent_display":"create aks cluster","title":"Az Command: create aks cluster","command_string":"az aks create -g <resource_group> -n <name> -c <count> --node-vm-size <size>","raw_command_string":"az aks create {{[-g|--resource-group]}} {{resource_group}} {{[-n|--name]}} {{name}} {{[-c|--node-count]}} {{count}} --node-vm-size {{size}}","description":"Exact CLI syntax to create aks cluster using Az.","usage_scenario":"When deploying new applications that require orchestration services.","scenario_context":"Use this command to quickly set up a scalable Kubernetes cluster.","simulated_output":"Creating AKS cluster...\n\nResource Group: myResourceGroup\nCluster Name: myAKSCluster\nNode Count: 3\nNode VM Size: Standard_DS2_v2\n\nINFO: Successful cluster creation.  \nINFO: You can connect to the AKS cluster with the following command:\n    az aks get-credentials --resource-group myResourceGroup --name myAKSCluster","how_to_steps":["Run: az aks create -g myResourceGroup -n myAKSCluster -c 3 --node-vm-size Standard_DS2_v2","Verify the creation using: az aks show -g myResourceGroup -n myAKSCluster"],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/az/create-aks-cluster"}