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"