Create your first Azure Function
You did it!
You have created an Azure Function app with a simple HTTP triggered function.
Clean up resources
In the preceding steps, you created Azure resources in a resource group. If you don’t expect to need these resources in the future, you can delete them by deleting the resource group.
- Go to the Azure portal
- From the left menu, select Resource groups
- Select the resource group you created (e.g. myResourceGroup).
- On the resource group page, make sure that the listed resources are the ones you want to delete.
- Select Delete
- Type the name of the resource group, and then select Delete.
Learn how to create functions with other kinds of triggers or how to integrate functions with other Azure services.
I want to learn more