Lab 4: Clean Up

To avoid incurring unnecessary costs, it’s important to clean up any resources that were created during the workshop. This includes deleting any AKS clusters, resource groups, and other Azure resources that are no longer needed.

Task 1 - Clean Up

  1. As all resources have been created in a single resource group, you can delete the entire resource group to clean up all resources at once.
az group delete --name $RESOURCE_GROUP
az group delete --name $RESOURCE_GROUP
  1. Confirm the deletion when prompted. This will remove all resources within the specified resource group, including the AKS cluster, associated networking components, and any other resources created during the workshop. The additional “mc” resource group created by AKS should also have been deleted automatically.