Cleaning up Resources in Azure
Deleting Cosmos DB
When testing in Azure, always remember to delete the resources once you’re done as they might keep generating costs and draining your account for credits.
Deleting Function app
- To delete your Function app you navigate to Azure Portal, search for resource groups and click on the resourcegroup you want to delete.
- After that you click on the “Delete resource group” button.
- Finally, you have to confirm that you want to delete the resourcegroup. This is done by writing the name of the resourcegroup you desire to delete and then press the “Delete” button.