Skip to content

Commit d4bb0d6

Browse files
Merge pull request #301155 from msftadam/patch-79
Update how-to-delete-operator-resources.md
2 parents 979f3fb + afd10c8 commit d4bb0d6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/operator-service-manager/how-to-delete-operator-resources.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: How to delete operator resources in Azure Operator Service Manager
33
description: Learn how to delete operator services
4-
author: sherrygonz
5-
ms.author: sherryg
6-
ms.date: 09/11/2023
4+
author: msftadam
5+
ms.author: adamdor
6+
ms.date: 06/10/2025
77
ms.topic: how-to
88
ms.service: azure-operator-service-manager
99
---
@@ -78,4 +78,8 @@ While deleting a Site Network Service (SNS) is a straightforward task, here are
7878

7979
:::image type="content" source="media/how-to-delete-operator-resource-delete-site.png" alt-text="Screenshot showing the Site selected for deletion." lightbox="media/how-to-delete-operator-resource-delete-site.png":::
8080

81-
1. Follow the prompts to confirm and complete the deletion.
81+
1. Follow the prompts to confirm and complete the deletion.
82+
83+
## Post Delete Considerations
84+
85+
AOSM does not perform a delete namespace as part of any delete operation. As such, once all resources have been deleted, some artifacts may remain on the cluster. To purge any remaining artifacts, the user should perform a delete namespace on any workload namespaces created on the cluster. Including this delete namespace operation as part of the workflow pipeline is recommended to automate the action.

0 commit comments

Comments
 (0)