Clean up

When you are done with your lab, you can delete your resource-group. Replace resource group with the name of the group you have created in Lab 1

# Delete the group for your Custom Vision project
az group delete --name <resource-group-name>

# Delete the group for your function
az group delete --name SimpsonsFunc_RG

Last updated