Skip to content

Commit fefe8ba

Browse files
Merge pull request #300245 from whhender/patch-905087
Resolving version listing
2 parents 418e6be + 341e0b4 commit fefe8ba

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)