A Kubernetes cluster can be an expensive business. To be clear, it's usually much cheaper than buying and running the services yourself; however, if you're playing around with these things, you can quickly run up a hefty bill. To remove the resources that we've created in this chapter, let's start with the cluster:
- Start by opening the Kubernetes services blade and selecting your cluster:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/2a6cf590-5d08-4531-b520-2200023d3ffc.png)
This is definitely not a fast process, but once it's complete, it should remove the virtual machines that were created, too.
- Next, open the Storage account blade and find the account that you created for the storage queue:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/d54d3382-8e41-41a5-82d9-d0793570a5c2.png)
- Our next stop is the Container registry blade. We'll need to locate our registry and delete that:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/8f964cfc-25fe-477b-b99d-20237c2c9298.png)
- Last, but not least, is our database. In the SQL database blade, find and delete the database that we created:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/846a8f3e-0c83-41e9-8b91-f18e95b77f0a.png)
Now that we&apos...