Skip to content

Commit b7b3f2f

Browse files
authored
Merge pull request #90405 from tfitzmac/1002limit
added links to external solutions
2 parents 5630065 + d52dc41 commit b7b3f2f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: tfitzmac
55

66
ms.service: azure-resource-manager
77
ms.topic: troubleshooting
8-
ms.date: 10/01/2019
8+
ms.date: 10/02/2019
99
ms.author: tomfitz
1010
---
1111

@@ -47,3 +47,9 @@ You can get the current count in the deployment history with the following comma
4747
(Get-AzResourceGroupDeployment -ResourceGroupName exampleGroup).Count
4848
```
4949

50+
## Third-party solutions
51+
52+
The following external solutions address specific scenarios:
53+
54+
* [Azure Logic Apps and PowerShell solutions](https://devkimchi.com/2018/05/30/managing-excessive-arm-deployment-histories-with-logic-apps/)
55+
* [AzDevOps Extension](https://github.com/christianwaha/AzureDevOpsExtensionCleanRG)

0 commit comments

Comments
 (0)