Skip to content

Commit 0762adc

Browse files
author
RoseHJM
committed
Edited for clarity
1 parent 99e790e commit 0762adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-box/how-to-use-secrets-customization-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks:
4444
parameters:
4545
command: MyCommand –MyParam '{{KEY_VAULT_SECRET_URI}}'
4646
```
47-
This example shows an image definition file, but the same syntax applies to user customizations. The `KEY_VAULT_SECRET_URI` is the URI of the secret in your key vault.
47+
This example shows an image definition file. The `KEY_VAULT_SECRET_URI` is the URI of the secret in your key vault.
4848

4949
You can reference the secret in your YAML customization in the following format, which uses the `git-clone` task as an example:
5050

0 commit comments

Comments
 (0)