We've only used two resources in this chapter; let's start by cleaning the logic app:
- In the Azure portal, select the logic apps blade:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/34e35a5e-f6b4-4b23-809c-930d957e7575.png)
- In this screen, you should now be able to see your app:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/c26f966e-7bbf-45a3-b2ad-ee0fece6eb21.png)
- Next, we can find our function in a similar manner—select the Functions blade, either from the menu options (as you can see, my options don't have Functions), or just search for Functions. The same process applies:
![](https://static.packt-cdn.com/products/9781789612080/graphics/assets/f1a9dd97-cbc2-4260-90cf-b428fa0eaf1a.png)
If you don't tidy the function app, then it is unlikely you will be charged. Functions only execute when they are invoked; however, the logic app is designed to run at a set interval. If you chose not to tidy it, then you will probably incur charges.
Now that we've disposed of our resources, let's review the chapter.