Azure Kubernetes Service · Arazzo Workflow
Azure Kubernetes Service Stop Cluster
Version 1.0.0
Stop a running AKS cluster and poll until the stop operation finishes provisioning.
Provider
Workflows
stop-cluster
Stop an AKS cluster and wait until the stop operation settles.
Calls ManagedClusters_Stop and then polls ManagedClusters_Get until provisioningState is Succeeded.
1
stopCluster
ManagedClusters_Stop
Request the cluster stop. AKS accepts the request asynchronously and returns 202 Accepted.
2
pollCluster
ManagedClusters_Get
Read the cluster and inspect provisioningState. While the cluster is still Stopping the flow loops back to this step; once it reports Succeeded the workflow ends.