Skip to content

Commit 2d07f91

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#48024
Typo changed **@activity('web').output.value**. => **@activity('web1').output.value**.
1 parent 42ac4db commit 2d07f91

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('web1').output.value**.
6565

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

0 commit comments

Comments
 (0)