Updating linkedService: LaptopFiles

This commit is contained in:
Paul Andrew 2023-06-08 07:04:29 +01:00
parent 920003d3d3
commit 103b047d79

View File

@ -1,17 +1,24 @@
{ {
"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": "localadmin", "userId": "ADFIRUser",
"encryptedCredential": "eyJDcmVkZW50aWFsSWQiOiJhMTc2NTAxMi1jMjExLTRmODAtOTk0My1mZGMxYzQ2MzIwZjYiLCJWZXJzaW9uIjoiMi4wIiwiQ2xhc3NUeXBlIjoiTWljcm9zb2Z0LkRhdGFQcm94eS5Db3JlLkludGVyU2VydmljZURhdGFDb250cmFjdC5DcmVkZW50aWFsU1UwNkNZMTQifQ==" "password": {
"type": "AzureKeyVaultSecret",
"store": {
"referenceName": "TrainingKeys01",
"type": "LinkedServiceReference"
},
"secretName": "ADFIRUser"
}
}, },
"connectVia": { "connectVia": {
"referenceName": "AzureVM", "referenceName": "Laptop",
"type": "IntegrationRuntimeReference" "type": "IntegrationRuntimeReference"
} }
} },
"type": "Microsoft.DataFactory/factories/linkedservices"
} }