24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"name": "LaptopFiles",
|
|
"properties": {
|
|
"annotations": [],
|
|
"type": "FileServer",
|
|
"typeProperties": {
|
|
"host": "C:\\ADFRoot\\",
|
|
"userId": "ADFIRUser",
|
|
"password": {
|
|
"type": "AzureKeyVaultSecret",
|
|
"store": {
|
|
"referenceName": "TrainingKeys01",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"secretName": "ADFIRUser"
|
|
}
|
|
},
|
|
"connectVia": {
|
|
"referenceName": "Laptop",
|
|
"type": "IntegrationRuntimeReference"
|
|
}
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/linkedservices"
|
|
} |