Skip to content

Commit f635546

Browse files
authored
Merge pull request #104254 from CHEEKATLAPRADEEP-MSFT/patch-81
(AzureCXP) MicrosoftDocs/azure-docs#48024
2 parents 42ac4db + 2d07f91 commit f635546

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)