vFunction Logo

Cleanup

In this section, we will clean up the resources created for this workshop by vfunction-workshop package.

  1. Log in to Azure Portal

  2. Open Cloud Shell and set it to Bash. You can open a cloud shell by clicking the cloud shell icon at the Azure toolbar circled in the screen capture below:

    Azure Cloud Shell Icon

  3. Run the “destroy” script to delete all the resources

    bash ~/vfunction-workshop/destroy.sh

    Wait for the script to complete

  4. Delete the installation files (under your home directory in the cloud shell)

    cd ~
    rm -rf ./vfunction-workshop
    rm vfunction-workshop-azure.tgz

vFunction Logo