You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/get-started-existing-container-image.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Now that you have an environment created, you can deploy your first container ap
41
41
42
42
::: zone pivot="container-apps-private-registry"
43
43
44
-
1. Set environment variables
44
+
1. Set the environment variables.
45
45
46
46
Replace the \<PLACEHOLDERS\> with your values. Your user principal name will typically be in the format of an email address (for example, `[email protected]`).
47
47
@@ -69,9 +69,9 @@ Now that you have an environment created, you can deploy your first container ap
69
69
70
70
---
71
71
72
-
1. Create key vault
72
+
1. Create the key vault.
73
73
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.
75
75
76
76
# [Bash](#tab/bash)
77
77
@@ -93,7 +93,7 @@ Now that you have an environment created, you can deploy your first container ap
93
93
94
94
---
95
95
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.
97
97
98
98
# [Bash](#tab/bash)
99
99
@@ -111,7 +111,7 @@ Now that you have an environment created, you can deploy your first container ap
111
111
112
112
---
113
113
114
-
1. Store container registry password
114
+
1. Store your container registry password in the key vault.
115
115
116
116
Replace the \<PLACEHOLDERS\> with your values.
117
117
@@ -134,7 +134,7 @@ Now that you have an environment created, you can deploy your first container ap
134
134
135
135
---
136
136
137
-
1. Retrieve container registry password
137
+
1. Retrieve your container registry password from the key vault.
138
138
139
139
# [Bash](#tab/bash)
140
140
@@ -158,9 +158,7 @@ Now that you have an environment created, you can deploy your first container ap
158
158
159
159
---
160
160
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.
164
162
165
163
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:
0 commit comments