Deployment template validation failed: 'The number of template resources limit exceeded. Limit: '800' and actual: '814' in Azure devops release

H, Vinutha 0 Reputation points
2024-02-12T15:39:18.21+00:00

When I try for deploying the changes from ADF using CI/CD pipeline, release got failed with this error

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2024-02-12T15:52:08.34+00:00

    800 is the resource limitation in the template. Based on this thread:

    The "Deployments per resource group" in https://learn.microsoft.com/en-gb/azure/azure-subscription-service-limits#resource-group-limits specifies the limit of the deployments history. The deployments history can be accessed in the resource group under Settings > Deployments. Deletion of the resources does not remove the deployments from the history, and the other way round - deleting the deployments history does not affect the state of the resources in the resource group. Once the limit of 800 deployments is reached, further deployments will not be possible. Even if you have no resources in the resource group, the deployments history would need to be cleared in order to proceed with the further deployments.> https://learn.microsoft.com/en-us/answers/questions/954063/why-is-azure-so-broken

    https://stackoverflow.com/questions/68477355/arm-template-800-resource-limitation

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.