From e60792efc67083afe9362314e5e3b9a312e9bbc3 Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Wed, 23 Feb 2022 14:10:21 +0000 Subject: [PATCH] Updating pipeline: Get Key Vault Value --- Code/DataFactory/pipeline/Get Key Vault Value.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Code/DataFactory/pipeline/Get Key Vault Value.json b/Code/DataFactory/pipeline/Get Key Vault Value.json index 6a3f939..644dbd5 100644 --- a/Code/DataFactory/pipeline/Get Key Vault Value.json +++ b/Code/DataFactory/pipeline/Get Key Vault Value.json @@ -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"