Skip to content

Commit d9534ac

Browse files
Apply suggestions from code review
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 341ff21 commit d9534ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/manage-secrets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Before you delete a secret, deploy a new revision that no longer references the
2828

2929
## Defining secrets
3030

31-
Secrets are defined as a set of name/value pairs. The value of each secret can be specified directly or as a reference to a secret stored in Azure Key Vault.
31+
Secrets are defined as a set of name/value pairs. The value of each secret is specified directly or as a reference to a secret stored in Azure Key Vault.
3232

3333
### Store secret value in Container Apps
3434

35-
When you define a secret, you can specify its value directly.
35+
When you define secrets through the portal, or via different command line options.
3636

3737
# [Azure portal](#tab/azure-portal)
3838

@@ -117,7 +117,7 @@ Here, a connection string to a queue storage account is declared. The value for
117117

118118
### <a name="reference-secret-from-key-vault"></a>Reference secret from Key Vault (preview)
119119

120-
When you define a secret, you can specify a reference to a secret stored in Azure Key Vault. Container Apps automatically retrieves the secret value from Key Vault and makes it available in your container app's secret.
120+
When you define a secret, you create a reference to a secret stored in Azure Key Vault. Container Apps automatically retrieves the secret value from Key Vault and makes it available as a secret in your container app.
121121

122122
To reference a secret from Key Vault, you must first enable managed identity in your container app and grant the identity access to the Key Vault secrets.
123123

0 commit comments

Comments
 (0)