diff --git a/Code/DataFactory/linkedService/LaptopFiles.json b/Code/DataFactory/linkedService/LaptopFiles.json index 99fe8ef..a92f58e 100644 --- a/Code/DataFactory/linkedService/LaptopFiles.json +++ b/Code/DataFactory/linkedService/LaptopFiles.json @@ -1,17 +1,24 @@ { "name": "LaptopFiles", - "type": "Microsoft.DataFactory/factories/linkedservices", "properties": { "annotations": [], "type": "FileServer", "typeProperties": { "host": "C:\\ADFRoot\\", - "userId": "localadmin", - "encryptedCredential": "eyJDcmVkZW50aWFsSWQiOiJhMTc2NTAxMi1jMjExLTRmODAtOTk0My1mZGMxYzQ2MzIwZjYiLCJWZXJzaW9uIjoiMi4wIiwiQ2xhc3NUeXBlIjoiTWljcm9zb2Z0LkRhdGFQcm94eS5Db3JlLkludGVyU2VydmljZURhdGFDb250cmFjdC5DcmVkZW50aWFsU1UwNkNZMTQifQ==" + "userId": "ADFIRUser", + "password": { + "type": "AzureKeyVaultSecret", + "store": { + "referenceName": "TrainingKeys01", + "type": "LinkedServiceReference" + }, + "secretName": "ADFIRUser" + } }, "connectVia": { - "referenceName": "AzureVM", + "referenceName": "Laptop", "type": "IntegrationRuntimeReference" } - } + }, + "type": "Microsoft.DataFactory/factories/linkedservices" } \ No newline at end of file