Skip to content

Commit f2dbb9e

Browse files
committed
add note for deploy deletions
1 parent c8f7778 commit f2dbb9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-resource-manager/templates/deployment-quota-exceeded.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.date: 10/04/2019
99

1010
Each resource group is limited to 800 deployments in its deployment history. This article describes the error you receive when a deployment fails because it would exceed the allowed 800 deployments. To resolve this error, delete deployments from the resource group history. Deleting a deployment from the history doesn't affect any of the resources that were deployed.
1111

12+
> [!NOTE]
13+
> Starting in June 2020, Azure Resource Manager automatically deletes deployments from your history as you near the limit. You may still see this error if you opt out of automatic deletions. For more information, see [Automatic deletions from deployment history](deployment-history-deletions.md).
14+
1215
## Symptom
1316

1417
During deployment, you receive an error stating that the current deployment will exceed the quota of 800 deployments.

0 commit comments

Comments
 (0)