question

KalyanaVadlamani-8907 avatar image
0 Votes"
KalyanaVadlamani-8907 asked KalyanaVadlamani-8907 answered

CI CD pipeline fails with the following error

2021-09-21T10:26:07.6826762Z Deployment name is ARMTemplateForFactory-20210921-102606-bde7
2021-09-21T10:26:24.6867645Z There were errors in your deployment. Error code: DeploymentFailed.
2021-09-21T10:26:24.6926802Z ##[error]The aggregated deployment error is too large. Please list deployment operations to get the deployment details. Please see https://aka.ms/DeployOperations for usage details.
2021-09-21T10:26:24.6943819Z ##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2021-09-21T10:26:24.6945831Z ##[error]Task failed while creating or updating the template deployment.

azure-data-factory
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Any pointers to where we should start looking ?

0 Votes 0 ·

Hello @KalyanaVadlamani-8907 and welcome to Microsoft Q&A.

Unfortunately, I cannot help without more details. In that error stack, it tells you two places to look for more information.

In short it is saying "the real error message is too big to show here, go to this other place to get more details".

Also, what is reporting this? Azure Devops ? or the Azure portal? or the ARM deployment task?

0 Votes 0 ·

1 Answer

KalyanaVadlamani-8907 avatar image
0 Votes"
KalyanaVadlamani-8907 answered

Hello Martin,

This is Azure Devops reporting an issue when we are trying to run a pipeline.
We have changed a parameter in the ARM template json and it went ahead and failed with the following error.

ERROR in Pipeline log:


2021-09-22T15:27:12.2186643Z There were errors in your deployment. Error code: DeploymentFailed.
2021-09-22T15:27:12.2229393Z ##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2021-09-22T15:27:12.2243931Z ##[error]Details:
2021-09-22T15:27:12.2245817Z ##[error]DataFactoryPropertyUpdateNotSupported: Updating property type is not supported.
2021-09-22T15:27:12.2248144Z ##[error]Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2021-09-22T15:27:12.2250570Z ##[error]Task failed while creating or updating the template deployment.
2021-09-22T15:27:12.2336416Z ##[section]Finishing: NEST_DM_DEV_QA_ARM_deployment


ERROR in Resource Group:


Operation nameWrite IntegrationRuntimes
Time stampWed Sep 22 2021 20:56:29 GMT+0530 (India Standard Time)
Event initiated by2c81dc30-9c28-4e4d-aa22-0260906de131
Error codeDataFactoryPropertyUpdateNotSupported
MessageUpdating property type is not supported.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.