.NET Tutorial - Deploy a microservice to Azure

Clean up resources

When you're done testing the microservice, you can delete all resources that you created with the following command:

Command prompt
az group delete -n MyMicroserviceResources
Continue