Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 673 Bytes

File metadata and controls

27 lines (19 loc) · 673 Bytes
author ggailey777
ms.service azure-functions
ms.topic include
ms.date 10/18/2020
ms.author glenga

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