| author | ggailey777 |
|---|---|
| ms.service | azure-functions |
| ms.topic | include |
| ms.date | 03/17/2025 |
| ms.author | glenga |
Now that you have deployed a function app and related resources to Azure, can continue to the next step of publishing project code to your app. Otherwise, use these commands to delete the resources, when you no longer need them.
az group delete --name exampleRG
Remove-AzResourceGroup -Name exampleRG
You can also remove resources by using the Azure portal.