Skip to content

Commit 475b781

Browse files
committed
[BULK] Fix code block spacing issues
1 parent b2b9947 commit 475b781

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/data-factory/tutorial-hybrid-copy-powershell.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,9 @@ In this step, you link your Azure storage account to the data factory.
325325
```
326326
327327
1. In PowerShell, switch to the *C:\ADFv2Tutorial* folder.
328+
328329
```powershell
329-
Set-Location 'C:\ADFv2Tutorial'
330+
Set-Location 'C:\ADFv2Tutorial'
330331
```
331332
332333
1. To create the linked service, AzureStorageLinkedService, run the following `Set-AzDataFactoryV2LinkedService` cmdlet:
@@ -429,7 +430,8 @@ In this step, you create input and output datasets. They represent input and out
429430
### Create a dataset for the source SQL Server database
430431
In this step, you define a dataset that represents data in the SQL Server database instance. The dataset is of type SqlServerTable. It refers to the SQL Server linked service that you created in the preceding step. The linked service has the connection information that the Data Factory service uses to connect to your SQL Server instance at runtime. This dataset specifies the SQL table in the database that contains the data. In this tutorial, the **emp** table contains the source data.
431432
432-
1. Create a JSON file named *SqlServerDataset.json* in the *C:\ADFv2Tutorial* folder, with the following code:
433+
1. Create a JSON file named *SqlServerDataset.json* in the *C:\ADFv2Tutorial* folder, with the following code:
434+
433435
```json
434436
{
435437
"name":"SqlServerDataset",
@@ -725,4 +727,4 @@ For a list of data stores that are supported by Data Factory, see [supported dat
725727
To learn about copying data in bulk from a source to a destination, advance to the following tutorial:
726728
727729
> [!div class="nextstepaction"]
728-
>[Copy data in bulk](tutorial-bulk-copy.md)
730+
>[Copy data in bulk](tutorial-bulk-copy.md)

0 commit comments

Comments
 (0)