Updating pipeline: Get Key Vault Value

This commit is contained in:
Paul Andrew 2022-02-23 14:10:21 +00:00
parent 6f97cfa210
commit e60792efc6

View File

@ -47,9 +47,16 @@
}
},
{
"name": "Lookup1",
"name": "Nested Key Vault URL",
"type": "Lookup",
"dependsOn": [],
"dependsOn": [
{
"activity": "Get Secret",
"dependencyConditions": [
"Succeeded"
]
}
],
"policy": {
"timeout": "7.00:00:00",
"retry": 0,
@ -69,7 +76,8 @@
"type": "DatasetReference",
"parameters": {
"LinkedServiceConnectionSecret": "ConnectionString-trainingdb01",
"SchemaName": "dbo",
"SchemaName": "sys",
"TableName": "objects",
"KeyVaultURL": {
"value": "@concat('https://',pipeline().globalParameters.KeyVaultName,'.vault.azure.net/')",
"type": "Expression"