Global AI Workshops
  • Welcome
  • Getting started
    • Lab 1 - Get Azure Access
    • Lab 2 - Setup Dev Environment
  • The Azure Function that can see
    • Introduction
    • Lab 1 - Train your model
    • Lab 2 - Create the Function
    • Clean up
  • Cognitive Services
    • Lab 1 - Cognitive Search
    • Lab 2 - Bot Composer
  • Azure machine learning
    • Introduction
    • Lab 1 - AML Workspace Setup
    • Lab 2 - Data
    • Lab 3 - Train your model
    • Lab 4 - Deploy to an ACI
      • Lab 4.2 - Deploy to ACI using the Azure Portal
      • Lab 4.1 - Deploy to ACI using Python
    • Lab 5 - Deploy to Managed Endpoint
    • Clean Up
Powered by GitBook
On this page

Was this helpful?

  1. The Azure Function that can see

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
PreviousLab 2 - Create the FunctionNextLab 1 - Cognitive Search

Last updated 3 years ago

Was this helpful?