Skip to content

Commit 341e0b4

Browse files
authored
Resolving version listing
1 parent 8d8f0c5 commit 341e0b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/how-to-use-azure-key-vault-secrets-pipeline-activities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ This feature relies on the data factory managed identity. Learn how it works fr
4646
|Property |Value |
4747
|---------|---------|
4848
|Secure Output |True |
49-
|URL |[Your secret URI value] |
49+
|URL |[Your secret URI value]?api-version=7.5 |
5050
|Method |GET |
5151
|Authentication |System Assigned Managed Identity |
5252
|Resource |https://vault.azure.net |
5353

5454
:::image type="content" source="media/how-to-use-azure-key-vault-secrets-pipeline-activities/webactivity.png" alt-text="Web activity":::
5555

56+
> [!IMPORTANT]
57+
> You must add **?api-version=7.5** to the end of your secret URI.
5658
5759
> [!CAUTION]
5860
> Set the Secure Output option to true to prevent the secret value from being logged in plain text. Any further activities that consume this value should have their Secure Input option set to true.

0 commit comments

Comments
 (0)