This example assumes you have previously completed the following examples:
To delete the Azure App Service Plan use the following command line:
az appservice plan delete \
--resource-group $RESOURCE_GROUP \
--name $APPSERVICE_PLAN \
--yes
Do NOT forget to remove the resources once you are done running the example.