Updating linkedService: LaptopFiles

This commit is contained in:
Paul Andrew 2023-04-28 09:35:02 +01:00
parent f82936dbd2
commit db126971e2

View File

@ -1,24 +1,17 @@
{ {
"name": "LaptopFiles", "name": "LaptopFiles",
"type": "Microsoft.DataFactory/factories/linkedservices",
"properties": { "properties": {
"annotations": [], "annotations": [],
"type": "FileServer", "type": "FileServer",
"typeProperties": { "typeProperties": {
"host": "C:\\ADFRoot\\", "host": "C:\\ADFRoot\\",
"userId": "ADFIRUser", "userId": "ADFIRUser",
"password": { "encryptedCredential": "eyJDcmVkZW50aWFsSWQiOiJhYTA4YmZjYy1hZDc2LTRlNTAtYjE2Ny1kZTQzNTM3NmY5MDMiLCJWZXJzaW9uIjoiMi4wIiwiQ2xhc3NUeXBlIjoiTWljcm9zb2Z0LkRhdGFQcm94eS5Db3JlLkludGVyU2VydmljZURhdGFDb250cmFjdC5DcmVkZW50aWFsU1UwNkNZMTQifQ=="
"type": "AzureKeyVaultSecret",
"store": {
"referenceName": "TrainingKeys01",
"type": "LinkedServiceReference"
},
"secretName": "ADFIRUser"
}
}, },
"connectVia": { "connectVia": {
"referenceName": "Laptop", "referenceName": "Laptop",
"type": "IntegrationRuntimeReference" "type": "IntegrationRuntimeReference"
} }
}, }
"type": "Microsoft.DataFactory/factories/linkedservices"
} }