Updating linkedService: ADLS_saintegrationpipelines

This commit is contained in:
Richard Swinbank 2022-08-30 11:10:52 +01:00
parent c2b7d903cb
commit b82e31bf3a

View File

@ -4,7 +4,15 @@
"annotations": [], "annotations": [],
"type": "AzureBlobFS", "type": "AzureBlobFS",
"typeProperties": { "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"
}
} }
} }
} }