Skip to content

Commit c2e5a88

Browse files
authored
include redis-cache-resource-group-clean-up
1 parent ccaa501 commit c2e5a88

File tree

2 files changed

+26
-18
lines changed

2 files changed

+26
-18
lines changed

articles/azure-cache-for-redis/cache-java-redisson-get-started.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -253,24 +253,7 @@ Cache Command : GET Message
253253
Cache Response : Hello! The cache is working from Java! 2023-12-05T15:45:45.748667
254254
```
255255

256-
## Clean up resources
257-
258-
If you plan to continue with the next tutorial, you can keep the resources created in this quickstart and reuse them.
259-
260-
Otherwise, if you're finished with the quickstart sample application, you can delete the Azure resources created in this quickstart to avoid charges.
261-
262-
> [!IMPORTANT]
263-
> Deleting a resource group is irreversible and that the resource group and all the resources in it are permanently deleted. Make sure that you do not accidentally delete the wrong resource group or resources. If you created the resources for hosting this sample inside an existing resource group that contains resources you want to keep, you can delete each resource individually instead of deleting the resource group.
264-
265-
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Resource groups**.
266-
267-
1. In the **Filter by name** textbox, type the name of your resource group. The instructions for this article used a resource group named `TestResources`. On your resource group in the result list, select **Test Resources** then **Delete resource group**.
268-
269-
:::image type="content" source="media/cache-java-redisson-get-started/redis-cache-delete-resource-group.png" alt-text="Screenshot of the Azure portal that shows the Resource group page with the Delete resource group button highlighted." lightbox="media/cache-java-redisson-get-started/redis-cache-delete-resource-group.png":::
270-
271-
1. Type the name of your resource group to confirm deletion and then select **Delete**.
272-
273-
After a few moments, the resource group and all of its contained resources are deleted.
256+
[!INCLUDE [redis-cache-resource-group-clean-up](includes/redis-cache-resource-group-clean-up.md)]
274257

275258
## Next steps
276259

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
ms.date: 12/20/2024
3+
4+
ms.topic: include
5+
6+
---
7+
8+
## Clean up resources
9+
10+
If you plan to continue with the next tutorial, you can keep the resources created in this quickstart and reuse them.
11+
12+
Otherwise, if you're finished with the quickstart sample application, you can delete the Azure resources created in this quickstart to avoid charges.
13+
14+
> [!IMPORTANT]
15+
> Deleting a resource group is irreversible and that the resource group and all the resources in it are permanently deleted. Make sure that you do not accidentally delete the wrong resource group or resources. If you created the resources for hosting this sample inside an existing resource group that contains resources you want to keep, you can delete each resource individually instead of deleting the resource group.
16+
17+
1. Sign in to the [Azure portal](https://portal.azure.com) and select **Resource groups**.
18+
19+
1. In the **Filter by name** textbox, type the name of your resource group. The instructions for this article used a resource group named `TestResources`. On your resource group in the result list, select **Test Resources** then **Delete resource group**.
20+
21+
:::image type="content" source="../media/cache-java-redisson-get-started/redis-cache-delete-resource-group.png" alt-text="Screenshot of the Azure portal that shows the Resource group page with the Delete resource group button highlighted." lightbox="../media/cache-java-redisson-get-started/redis-cache-delete-resource-group.png":::
22+
23+
1. Type the name of your resource group to confirm deletion and then select **Delete**.
24+
25+
After a few moments, the resource group and all of its contained resources are deleted.

0 commit comments

Comments
 (0)