Skip to content

Commit 4525fa7

Browse files
authored
Add missing word "service" in Creating Linked Services section.
1 parent 9f130b6 commit 4525fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/tutorial-bulk-copy-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For both SQL Database and SQL Data Warehouse, allow Azure services to access SQL
103103
![Get started page](./media/tutorial-bulk-copy-portal/get-started-page.png)
104104

105105
## Create linked services
106-
You create linked services to link your data stores and computes to a data factory. A linked has the connection information that the Data Factory service uses to connect to the data store at runtime.
106+
You create linked services to link your data stores and computes to a data factory. A linked service has the connection information that the Data Factory service uses to connect to the data store at runtime.
107107

108108
In this tutorial, you link your Azure SQL Database, Azure SQL Data Warehouse, and Azure Blob Storage data stores to your data factory. The Azure SQL Database is the source data store. The Azure SQL Data Warehouse is the sink/destination data store. The Azure Blob Storage is to stage the data before the data is loaded into SQL Data Warehouse by using PolyBase.
109109

@@ -413,4 +413,4 @@ You performed the following steps in this tutorial:
413413

414414
Advance to the following tutorial to learn about copy data incrementally from a source to a destination:
415415
> [!div class="nextstepaction"]
416-
>[Copy data incrementally](tutorial-incremental-copy-portal.md)
416+
>[Copy data incrementally](tutorial-incremental-copy-portal.md)

0 commit comments

Comments
 (0)