Error while publishing: At least one resource deployment operation failed.

Jeff vG 86 Reputation points
2021-06-23T17:55:54.697+00:00

I have seen this question (https://stackoverflow.com/questions/47492469/azure-create-function-app-at-least-one-resource-deployment-operation-failed) but in my case the Logic Apps being POSTed to are already created. The failure in this case is in publication of the pipeline, pipeline1, below. Everything passes validation.

Publishing the success email Web activity, following this documentation: https://learn.microsoft.com/en-us/azure/data-factory/tutorial-control-flow-portal

When I click publish, I get the rather unhelpful error message:

 Publishing error  
Error while publishing: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.  

I check that link and do some inspections on the resource group's deployment alerts, and I see that there is a [microsoft.alertsmanagement/smartDetectorAlertRules] Failure Anomalies with some descriptions of the alert itself, but no timestamp or detail on how to fix the issue with the publication of the new activities. One of the descriptions says "Failure Anomalies notifies you of an unusual rise in the rate of failed HTTP requests or dependency calls." What do I do?

108733-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,826 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,329 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,464 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Jeff vG 86 Reputation points
    2021-06-23T20:57:57.403+00:00

    I did not have the parameter.receivers assigned in my pipeline parameters yet; once I did this the pipeline published. @MayankBargali-MSFT it would be useful to see this in the error, or better yet have the pipeline fail validation when its referenced parameters are not defined.

    1 person found this answer helpful.

  2. Irina Debowska 1 Reputation point
    2021-11-28T10:06:28.283+00:00

    Hi,
    I have similar issue. Was this case solved?