Pipeline throws exception as InvalidParameter for the parameter which is not specified

Saxena, Ankit 0 Reputation points
2023-03-12T08:24:36.7933333+00:00

collectionName is not configured in pipeline

ErrorCode=InvalidParameter, Message=The value of the property 'collectionName' is invalid: 'The required property is not specified.\r\nParameter name: collectionName'

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

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 29,266 Reputation points Microsoft Employee
    2023-03-18T02:21:41.4566667+00:00

    Hello Saxena, Ankit,

    As Vinod suggested, the error indicates that the property 'collectionName' is not specified in your pipeline. This property is required for the pipeline to run correctly.

    You can resolve this issue by specifying the value of the 'collectionName' property in your pipeline configuration.

    You can look at the document below to understand the pipeline parameters and variables in ADF

    https://learn.microsoft.com/en-us/azure/data-factory/concepts-parameters-variables

    In case, if this didn't resolve, please provide us with more details to assist you further.

    I hope this helps.

    0 comments No comments