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", "type": "Lookup",
"dependsOn": [], "dependsOn": [
{
"activity": "Get Secret",
"dependencyConditions": [
"Succeeded"
]
}
],
"policy": { "policy": {
"timeout": "7.00:00:00", "timeout": "7.00:00:00",
"retry": 0, "retry": 0,
@ -69,7 +76,8 @@
"type": "DatasetReference", "type": "DatasetReference",
"parameters": { "parameters": {
"LinkedServiceConnectionSecret": "ConnectionString-trainingdb01", "LinkedServiceConnectionSecret": "ConnectionString-trainingdb01",
"SchemaName": "dbo", "SchemaName": "sys",
"TableName": "objects",
"KeyVaultURL": { "KeyVaultURL": {
"value": "@concat('https://',pipeline().globalParameters.KeyVaultName,'.vault.azure.net/')", "value": "@concat('https://',pipeline().globalParameters.KeyVaultName,'.vault.azure.net/')",
"type": "Expression" "type": "Expression"