This can only be performed on Azure Virtual Machine Scale set backed clusters.
Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state.
A cluster does not accrue charges while it is stopped.
See stopping a cluster for more details about stopping a cluster.
This can only be performed on Azure Virtual Machine Scale set backed clusters.
Stopping a cluster stops the control plane and agent nodes entirely, while maintaining all object and cluster state.
A cluster does not accrue charges while it is stopped.
See stopping a cluster for more details about stopping a cluster.
Examples
Example 1: Stop Aks cluster with resource group name and cluster name
Stop-AzAksCluster -ResourceGroupName group -Name myCluster
Stop Aks cluster with resource group name and cluster name.
Example 2: Stop Aks cluster with pipeline
Get-AzAksCluster -ResourceGroupName group -Name myCluster | Stop-AzAksCluster
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.