{"tool":"az","tool_display":"Az","intent":"list-aks-clusters","intent_display":"list aks clusters","title":"Az Command: list aks clusters","command_string":"az aks list -g <resource_group>","raw_command_string":"az aks list {{[-g|--resource-group]}} {{resource_group}}","description":"Exact CLI syntax to list aks clusters using Az.","usage_scenario":"During infrastructure audits or inventory assessments.","scenario_context":"Quickly view available AKS clusters in your specified Azure resource group.","simulated_output":"| Name               | ResourceGroup        | Location     | ProvisioningState |\n|--------------------|----------------------|--------------|-------------------|\n| MyAKSCluster1      | myResourceGroup      | eastus       | Succeeded         |\n| MyAKSCluster2      | myOtherResourceGroup | westus       | Succeeded         |","how_to_steps":["Run the command: az aks list --resource-group myResourceGroup","Verify output shows the expected AKS clusters in the specified resource group."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/az/list-aks-clusters"}