Clean up
Please don’t forget to delete your cluster when you are done with the recipes so that no unnecessary costs will occur. You can use the script destroy-azure.sh
in the repo and run it locally or just run the following command in the Azure Cloud Shell (https://shell.azure.com):
$ az group delete --resource-group AKSCluster --yes
Just check that you did not change the name of the resource group when setting everything up.