Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.58 KB

File metadata and controls

31 lines (17 loc) · 1.58 KB

Conclusion

This guide is part of the Azure Spring Cloud training


Cleaning up

Unless you plan to perform additional tasks with the Azure resources from the workshop (such as tutorials referenced below), it is important to destroy the resources that we created for it to avoid the cost of keeping them provisioned.

The easiest way to do this is to delete the entire resource group.

🛑 Substitute the name of your resource group for $AZ_RESOURCE_GROUP below:

az group delete -g "$AZ_RESOURCE_GROUP" --yes --no-wait

Additional Resources

As an addendum to this workshop, consider taking the tutorial on using alerts and action groups with Azure Spring Cloud to detect and respond to abnormal conditions.

Also, check out our tutorial to Deploy Azure Spring Cloud a virtual network.

Have a look through the Azure Spring Cloud documentation for more quickstarts, tutorials, and reference materials.

Find more about the monitoring power for Spring Cloud with Application Insights.


⬅️ Previous guide: 12 - Making Microservices Talk To Each Other