Skip to content

Commit 549e069

Browse files
committed
update
1 parent a9306db commit 549e069

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
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: 04/28/2025
5+
ms.date: 05/21/2025
66
ms.custom: devx-track-azurecli, devx-track-arm-template
77
---
88

@@ -12,6 +12,18 @@ Every time you deploy a template, information about the deployment is written to
1212

1313
Azure Resource Manager automatically deletes deployments from your history as you near the limit. Automatic deletion is a change from past behavior. Previously, you had to manually delete deployments from the deployment history to avoid getting an error. This change was implemented on August 6, 2020.
1414

15+
16+
17+
18+
Every time you deploy a template, information about the deployment is written to the deployment history. Each resource group is limited to 800 deployments in its deployment history.
19+
20+
Azure Resource Manager automatically deletes deployments from your history as you near the limit. **Automatic deployment deletion applies to all scopes: resource group, subscription, and management group.** Automatic deletion is a change from past behavior. Previously, you had to manually delete deployments from the deployment history to avoid getting an error. This change was implemented on August 6, 2020.
21+
22+
23+
24+
25+
26+
1527
> [!NOTE]
1628
> Deleting a deployment from the history doesn't affect any of the resources that were deployed.
1729

includes/azure-resource-groups-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.topic: include
55
ms.date: 10/25/2024
66
ms.author: jgao
77
---
8+
89
| Resource | Limit |
910
| --- | --- |
1011
| Resources per [resource group](../articles/azure-resource-manager/management/overview.md#resource-groups) | Resources aren't limited by resource group. Instead, they're limited by resource type in a resource group. See next row. |

0 commit comments

Comments
 (0)