Skip to content

Commit f55abf2

Browse files
authored
Merge pull request #127205 from changeworld/patch-11
Fix typo: as followings: -> as following:
2 parents 3905d51 + b9e9e48 commit f55abf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/copy-activity-fault-tolerance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To configure fault tolerance in a Copy activity in a pipeline with UI, complete
3535
:::image type="content" source="media/copy-activity-fault-tolerance/configure-fault-tolerance.png" alt-text="Shows the UI for a Copy Data activity on the Settings tab with the Fault Tolerance configuration highlighted.":::
3636

3737
### Configuration
38-
When you copy binary files between storage stores, you can enable fault tolerance as followings:
38+
When you copy binary files between storage stores, you can enable fault tolerance as following:
3939

4040
```json
4141
{
@@ -91,7 +91,7 @@ linkedServiceName | The linked service of [Azure Blob Storage](connector-azure-b
9191
path | The path of the log files. | Specify the path that you use to store the log files. If you do not provide a path, the service creates a container for you. | No
9292

9393
> [!NOTE]
94-
> The followings are the prerequisites of enabling fault tolerance in copy activity when copying binary files.
94+
> The following are the prerequisites of enabling fault tolerance in copy activity when copying binary files.
9595
> For skipping particular files when they are being deleted from source store:
9696
> - The source dataset and sink dataset have to be binary format, and the compression type cannot be specified.
9797
> - The supported data store types are Azure Blob storage, Azure Data Lake Storage Gen1, Azure Data Lake Storage Gen2, Azure Files, File System, FTP, SFTP, Amazon S3, Google Cloud Storage and HDFS.

0 commit comments

Comments
 (0)