Skip to content

Commit 857a625

Browse files
committed
auto grooming at tenant and mg level
1 parent 4121267 commit 857a625

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/templates/deployment-history-deletions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deployment history deletions
33
description: Describes how Azure Resource Manager automatically deletes deployments from the deployment history. Deployments are deleted when the history is close to exceeding the limit of 800.
44
ms.topic: conceptual
5-
ms.date: 03/20/2024
5+
ms.date: 06/28/2024
66
ms.custom: devx-track-azurecli, devx-track-arm-template
77
---
88

@@ -58,7 +58,9 @@ If the current user doesn't have the required permissions, automatic deletion is
5858

5959
You can opt out of automatic deletions from the history. **Use this option only when you want to manage the deployment history yourself.** The limit of 800 deployments in the history is still enforced. If you exceed 800 deployments, you'll receive an error and your deployment will fail.
6060

61-
To disable automatic deletions, register the `Microsoft.Resources/DisableDeploymentGrooming` feature flag. When you register the feature flag, you opt out of automatic deletions for the entire Azure subscription. You can't opt out for only a particular resource group. To reenable automatic deletions, unregister the feature flag.
61+
To disable automatic deletions at the tenant or management group level, open a support ticket with the deployment resource provider (RP) team.
62+
63+
To disable automatic deletions at the subscription level, register the `Microsoft.Resources/DisableDeploymentGrooming` feature flag. When you register the feature flag, you opt out of automatic deletions for the entire Azure subscription. You can't opt out for only a particular resource group. To reenable automatic deletions, unregister the feature flag.
6264

6365
# [PowerShell](#tab/azure-powershell)
6466

0 commit comments

Comments
 (0)