Skip to content

Commit da600ae

Browse files
committed
apply review suggestions
1 parent b68e19f commit da600ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Here, a connection string to a queue storage account is declared in the `--secre
9393

9494
## Using secrets
9595

96-
The secret value is mapped to the secret name declared at the application level as described [above](#defining-secrets). The `passwordSecretRef` and `secretRef` parameters are used to reference the secret names as environment variables at the container level. The `passwordSecretRef` provides a descriptive parameter name for secrets containing passwords.
96+
The secret value is mapped to the secret name declared at the application level as described in the [defining secrets](#defining-secrets) section. The `passwordSecretRef` and `secretRef` parameters are used to reference the secret names as environment variables at the container level. The `passwordSecretRef` provides a descriptive parameter name for secrets containing passwords.
9797

9898
## Example
9999

0 commit comments

Comments
 (0)