diff --git a/Code/DataFactory/linkedService/ADLS_saintegrationpipelines.json b/Code/DataFactory/linkedService/ADLS_saintegrationpipelines.json index e15bbc8..6770d8a 100644 --- a/Code/DataFactory/linkedService/ADLS_saintegrationpipelines.json +++ b/Code/DataFactory/linkedService/ADLS_saintegrationpipelines.json @@ -4,7 +4,15 @@ "annotations": [], "type": "AzureBlobFS", "typeProperties": { - "url": "https://saintegrationpipelines.dfs.core.windows.net/" + "url": "https://traininglake01.dfs.core.windows.net", + "accountKey": { + "type": "AzureKeyVaultSecret", + "store": { + "referenceName": "TrainingKeys01", + "type": "LinkedServiceReference" + }, + "secretName": "traininglake01" + } } } } \ No newline at end of file