Skip to content

Commit 6a74a5b

Browse files
Apply suggestions from code review
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 5a17f80 commit 6a74a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/get-started-existing-container-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Now that you have an environment created, you can deploy your first container ap
7373

7474
1. Create the key vault.
7575

76-
It is recommended to store your container registry password using a service such as [Azure Key Vault](/azure/key-vault/general/basic-concepts). The steps in this section show how to create a key vault, store your container registry password as a secret in the key vault, and then retrieve the password for use in your code.
76+
Storing your container registry password using a service such as [Azure Key Vault](/azure/key-vault/general/basic-concepts) keeps the values secure at all times. The steps in this section show how to create a key vault, store your container registry password the Key Vault, and then retrieve the password for use in your code.
7777

7878
# [Bash](#tab/bash)
7979

@@ -83,7 +83,7 @@ Now that you have an environment created, you can deploy your first container ap
8383

8484
# [Azure PowerShell](#tab/azure-powershell)
8585

86-
First make sure you have installed the [KeyVault](https://www.powershellgallery.com/packages/Az.KeyVault) module.
86+
Install the [Key Vault](https://www.powershellgallery.com/packages/Az.KeyVault) module.
8787

8888
```azurepowershell-interactive
8989
Install-Module Az.KeyVault -Repository PSGallery -Force

0 commit comments

Comments
 (0)