Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 711 Bytes

functions-cleanup-resources-cli.md

File metadata and controls

28 lines (20 loc) · 711 Bytes
author ms.service ms.topic ms.date ms.author ms.custom
ggailey777
azure-functions
include
10/18/2020
glenga
devx-track-azurepowershell

Clean up resources

If you continue to the next step and add an Azure Storage queue output binding, keep all your resources in place as you'll build on what you've already done.

Otherwise, use the following command to delete the resource group and all its contained resources to avoid incurring further costs.

az group delete --name AzureFunctionsQuickstart-rg
Remove-AzResourceGroup -Name AzureFunctionsQuickstart-rg