You have an Azure Data Factory that contains 10 pipelines.
You need to label each pipeline with its main purpose of either ingest, transform, or load. The labels must be available for grouping and filtering when using the monitoring experience in Data Factory.
What should you add to each pipeline?
Click on the arrows to vote for the correct answer
A. B. C. D. E.C
Annotations are additional, informative tags that you can add to specific factory resources: pipelines, datasets, linked services, and triggers. By adding annotations, you can easily filter and search for specific factory resources.
https://www.cathrinewilhelmsen.net/annotations-user-properties-azure-data-factory/To label each pipeline in Azure Data Factory with its main purpose of either ingest, transform, or load, you should add a user property to each pipeline.
User properties are custom name/value pairs that you can add to resources in Azure Data Factory. By adding a user property to each pipeline, you can provide metadata that describes the purpose of the pipeline.
To add a user property to a pipeline in Azure Data Factory, follow these steps:
Once you have added a user property to each pipeline, you can use the monitoring experience in Azure Data Factory to group and filter the pipelines based on their purpose. To do this, follow these steps:
In summary, to label each pipeline in Azure Data Factory with its main purpose of either ingest, transform, or load, you should add a user property to each pipeline. User properties are custom name/value pairs that you can use to provide metadata about resources in Azure Data Factory. Once you have added user properties to your pipelines, you can use them to group and filter pipelines in the monitoring experience in Azure Data Factory.