Skip to content

Commit d792caf

Browse files
authored
Merge pull request #103396 from ChiragMishra-MSFT/patch-25
(AzureCXP) fixes MicrosoftDocs/azure-docs#47328
2 parents 8acecfa + c52337f commit d792caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This feature relies on the data factory managed identity. Learn how it works fr
6161
> [!CAUTION]
6262
> 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.
6363
64-
5. To use the value in another activity, use the following code expression **@activity("web").output.value)**.
64+
5. To use the value in another activity, use the following code expression **@activity("web").output.value**.
6565

6666
![Code expression](media/how-to-use-azure-key-vault-secrets-pipeline-activities/usewebactivity.png)
6767

0 commit comments

Comments
 (0)