327afbcc3b | ||
---|---|---|
.. | ||
README.md |
README.md
Conclusion
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
$RESOURCE_GROUP_NAME
below:
az group delete -g "$RESOURCE_GROUP_NAME" --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 aberrant conditions.
Have a look through the Azure Spring Cloud documentation for more quickstarts, tutorials, and reference materials.
⬅️ Previous section: 05 - Enable Blue-Green Deployment