Skip to content

Commit 9d0fb37

Browse files
authored
Update concepts-annotations-user-properties.md
1 parent 3c2aad4 commit 9d0fb37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-factory/concepts-annotations-user-properties.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ User properties allow you to define dynamic values and can be added to any activ
2929

3030
As we discussed, annotations are static values that you can assign to pipelines, datasets, linked services, and triggers. Let's assume you want to filter for pipelines that belong to the same business unit or project name. We will first create the annotation. Click on the Properties icon, + New button and name your annotation appropriately. We advise being consistent with your naming.
3131

32-
![Screenshot showing how to create an annotation.](/media/concepts-annotations-user-properties/create-annotations.png "Create Annotation")
32+
![Screenshot showing how to create an annotation.](./media/concepts-annotations-user-properties/create-annotations.png "Create Annotation")
3333

3434
When you go to the Monitor tab, you can filter under Pipeline runs for this Annotation:
3535

36-
![Screenshot showing how to monitor an annotations.](/media/concepts-annotations-user-properties/monitor-annotations.png "Monitor Annotations")
36+
![Screenshot showing how to monitor an annotations.](./media/concepts-annotations-user-properties/monitor-annotations.png "Monitor Annotations")
3737

3838
If you want to monitor for dynamic values at the activity level, you can do so by leveraging the User properties. You can add these under any activity by clicking on the Activity box, User properties tab and the + New button:
3939

40-
![Screenshot showing how to create user properties.](/media/concepts-annotations-user-properties/create-user-properties.png "Create User Properties")
40+
![Screenshot showing how to create user properties.](./media/concepts-annotations-user-properties/create-user-properties.png "Create User Properties")
4141

4242
For Copy Activity specifically, you can auto-generate these:
4343

44-
![Screenshot showing User Properties under Copy activity.](/media/concepts-annotations-user-properties/copy-activity-user-properties.png "Copy Activity User Properties")
44+
![Screenshot showing User Properties under Copy activity.](./media/concepts-annotations-user-properties/copy-activity-user-properties.png "Copy Activity User Properties")
4545

4646
To monitor User properties, go to the Activity runs monitoring view. Here you will see all the properties you added.
4747

48-
![Screenshot showing how to use User Properties in the Monitor tab.](/media/concepts-annotations-user-properties/monitor-user-properties.png "Monitor User Properties")
48+
![Screenshot showing how to use User Properties in the Monitor tab.](./media/concepts-annotations-user-properties/monitor-user-properties.png "Monitor User Properties")
4949

5050
You can remove some from the view if you click on the Bookmark sign:
5151

52-
![Screenshot showing how to remove User Properties.](/media/concepts-annotations-user-properties/remove-user-properties.png "Remove User Properties")
52+
![Screenshot showing how to remove User Properties.](./media/concepts-annotations-user-properties/remove-user-properties.png "Remove User Properties")
5353

5454
## Next steps
5555

0 commit comments

Comments
 (0)