In this section, we will clean up the resources created for this workshop by vfunction-workshop package.
Log in to Azure Portal
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:
Run the “destroy” script to delete all the resources
bash ~/vfunction-workshop/destroy.sh
Wait for the script to complete
Delete the installation files (under your home directory in the cloud shell)
cd ~
rm -rf ./vfunction-workshop
rm vfunction-workshop-azure.tgz