Skip to content

Commit 7930fbc

Browse files
authored
Merge pull request #110923 from Samantha-Yu/adfupdate0410
updated for auth type
2 parents 817b267 + 266b83e commit 7930fbc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/quickstart-create-data-factory-powershell.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm:
1313
ms.devlang: powershell
1414
ms.topic: quickstart
15-
ms.date: 01/22/2018
15+
ms.date: 04/10/2020
1616
ms.author: jingwang
1717
---
1818
# Quickstart: Create an Azure data factory using PowerShell
@@ -107,6 +107,10 @@ Note the following points:
107107
108108
Create linked services in a data factory to link your data stores and compute services to the data factory. In this quickstart, you create an Azure Storage linked service that is used as both the source and sink stores. The linked service has the connection information that the Data Factory service uses at runtime to connect to it.
109109
110+
>[!TIP]
111+
>In this quickstart, you use *Account key* as the authentication type for your data store, but you can choose other supported authentication methods: *SAS URI*,*Service Principal* and *Managed Identity* if needed. Refer to corresponding sections in [this article](https://docs.microsoft.com/azure/data-factory/connector-azure-blob-storage#linked-service-properties) for details.
112+
>To store secrets for data stores securely, it's also recommended to use an Azure Key Vault. Refer to [this article](https://docs.microsoft.com/azure/data-factory/store-credentials-in-key-vault) for detailed illustrations.
113+
110114
1. Create a JSON file named **AzureStorageLinkedService.json** in **C:\ADFv2QuickStartPSH** folder with the following content: (Create the folder ADFv2QuickStartPSH if it does not already exist.).
111115
112116
> [!IMPORTANT]

0 commit comments

Comments
 (0)