8. Clean up resources
Remove the Azure Container registry and the App service by removing the resource group which contains them.
Delete resource group
The App Service you created for the container includes a backing App Service Plan that can incur costs. Use the Visual Studio Code extension, Azure Resource Groups, to delete the resource group and all resources within the group.
Find the resource group name in the list.
Right-click the resource group name and select Delete.
Next steps
Congratulations, you've successfully completed this walkthrough! You're ready to check out the other Azure extensions.
You can install all the Azure extensions together by installing the Node for Azure extension pack.
To learn more about working with Azure using Node.js, visit the resources below:
- Azure for Node.js developer center.
- Azure Cosmos DB bindings for Azure Functions 2.x
- Azure Functions JavaScript Developer Guide
- Blog Post: Creating CRUD application with Azure Functions & MongoDB - Dev.to
- Video: Migrating Your API to Serverless using Azure Functions - YouTube
- Official YouTube Channel – Azure Functions