DataFactory Deployment : DeploymentFailed: At least one resource deployment operation failed.

Aayush Suresh Jain 136 Reputation points
2022-11-24T15:15:09.473+00:00

I am trying to deploy Data Factory from dev to test and production instances using Azure DevOps. The pipeline consists of the following steps: See Image below

263890-image.png

Since, I am using linked templates my first step is to copy the templates to a storage account. The deployment completed successfully for Dev to Test.
However, when I tried to deploy it to Production, I am getting the following error:

There were errors in your deployment. Error code: DeploymentFailed.
2022-11-24T14:20:51.2337688Z ##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2022-11-24T14:20:51.2339819Z ##[debug]Processed: ##vso[task.issue type=error;]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2022-11-24T14:20:51.2340752Z ##[error]Details:
2022-11-24T14:20:51.2341700Z ##[debug]Processed: ##vso[task.issue type=error;]Details:
2022-11-24T14:20:51.2343511Z ##[error]DeploymentFailed: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2022-11-24T14:20:51.2345765Z ##[debug]Processed: ##vso[task.issue type=error;]DeploymentFailed: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
2022-11-24T14:20:51.2347852Z ##[error]Check out the troubleshooting guide to see if your issue is addressed: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2022-11-24T14:20:51.2349942Z ##[debug]Processed: ##vso[task.issue type=error;]Check out the troubleshooting guide to see if your issue is addressed: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting
2022-11-24T14:20:51.2350788Z ##[debug]task result: Failed
2022-11-24T14:20:51.2351532Z ##[error]Task failed while creating or updating the template deployment.
2022-11-24T14:20:51.2352528Z ##[debug]Processed: ##vso[task.issue type=error;]Task failed while creating or updating the template deployment.
2022-11-24T14:20:51.2361768Z ##[debug]Processed: ##vso[task.complete result=Failed;]Task failed while creating or updating the template deployment.

I have checked the Resource Group, override template parameters for Production task and they all are correct.
There is not much detail about why it failed. How do I resolve this?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
636 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,538 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Aayush Suresh Jain 136 Reputation points
    2022-11-29T08:04:22.13+00:00

    Hello @HimanshuSinha-msft ,
    Thank you for directing me to the DevOps related forum. I found the cause of the issue and have resolved it.
    Thanks,
    Aayush

    0 comments No comments