Skip to content

Commit 9d62a89

Browse files
committed
Minor edits.
1 parent 9922da5 commit 9d62a89

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

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

4242
::: zone pivot="container-apps-private-registry"
4343

44-
1. Set environment variables
44+
1. Set the environment variables.
4545

4646
Replace the \<PLACEHOLDERS\> with your values. Your user principal name will typically be in the format of an email address (for example, `[email protected]`).
4747

@@ -69,9 +69,9 @@ Now that you have an environment created, you can deploy your first container ap
6969

7070
---
7171

72-
1. Create key vault
72+
1. Create the key vault.
7373

74-
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 explain 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.
74+
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.
7575

7676
# [Bash](#tab/bash)
7777

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

9494
---
9595

96-
1. Give your user account permissions to manage secrets in the key vault
96+
1. Give your user account permissions to manage secrets in the key vault.
9797

9898
# [Bash](#tab/bash)
9999

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

112112
---
113113

114-
1. Store container registry password
114+
1. Store your container registry password in the key vault.
115115

116116
Replace the \<PLACEHOLDERS\> with your values.
117117

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

135135
---
136136

137-
1. Retrieve container registry password
137+
1. Retrieve your container registry password from the key vault.
138138

139139
# [Bash](#tab/bash)
140140

@@ -158,9 +158,7 @@ Now that you have an environment created, you can deploy your first container ap
158158

159159
---
160160

161-
1. Create container app
162-
163-
With the `containerapp create` command, deploy a container image to Azure Container Apps.
161+
1. With the `containerapp create` command, deploy a container image to Azure Container Apps.
164162

165163
The example shown in this article demonstrates how to use a custom container image with common commands. Your container image might need more parameters for the following items:
166164

0 commit comments

Comments
 (0)