From 62fcb5529d9eb1ccf65326cd7a8945263aab0a9b Mon Sep 17 00:00:00 2001 From: Paul Andrew <60190428+mrpaulandrew@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:08:52 +0100 Subject: [PATCH] Updating pipeline: Get Key Vault Value --- .../pipeline/Get Key Vault Value.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Code/DataFactory/pipeline/Get Key Vault Value.json b/Code/DataFactory/pipeline/Get Key Vault Value.json index 644dbd5..ffb2025 100644 --- a/Code/DataFactory/pipeline/Get Key Vault Value.json +++ b/Code/DataFactory/pipeline/Get Key Vault Value.json @@ -85,6 +85,37 @@ } } } + }, + { + "name": "Get Secret List", + "type": "WebActivity", + "dependsOn": [ + { + "activity": "Set Key URL", + "dependencyConditions": [ + "Succeeded" + ] + } + ], + "policy": { + "timeout": "7.00:00:00", + "retry": 0, + "retryIntervalInSeconds": 30, + "secureOutput": false, + "secureInput": false + }, + "userProperties": [], + "typeProperties": { + "url": { + "value": "@concat('https://',\npipeline().globalParameters.KeyVaultName,\n'.vault.azure.net/secrets?api-version=7.4')", + "type": "Expression" + }, + "method": "GET", + "authentication": { + "type": "MSI", + "resource": "https://vault.azure.net" + } + } } ], "parameters": {