Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8216f39

Browse files
committedDec 15, 2021
Adds UI to delete-activity.md
1 parent 4d16ff5 commit 8216f39

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
 

‎articles/data-factory/delete-activity.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ Here are some recommendations for using the Delete activity:
4747
- [Oracle Cloud Storage](connector-oracle-cloud-storage.md)
4848
- [HDFS](connector-hdfs.md)
4949

50+
## Create a Delete activity with UI
51+
52+
To use a Delete activity in a pipeline, complete the following steps:
53+
54+
1. Search for _Delete_ in the pipeline Activities pane, and drag a Delete activity to the pipeline canvas.
55+
1. Select the new Delete activity on the canvas if it is not already selected, and its **Source** tab, to edit its details.
56+
57+
:::image type="content" source="media/delete-activity/delete-activity.png" alt-text="Shows the UI for a Delete activity.":::
58+
59+
1. Select an existing or create a new Dataset specifying the files to be deleted. If multiple files are selected, optionally enable recursive deletion, which deletes data in any child folders as well. You can also specify a maximum number of concurrent connections for the operation.
60+
1. Optionally configure logging by selecting the **Logging settings** tab and selecting an existing or creating a new logging account linked service location to log results of the delete operations performed.
61+
62+
:::image type="content" source="media/delete-activity/delete-activity-logging-settings.png" alt-text="Shows the  Logging settings  tab for a Delete activity.":::
63+
64+
5065
## Syntax
5166

5267
```json
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.