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
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,7 @@ This article demonstrates how to deploy an existing container to Azure Container
37
37
38
38
## Create a container app
39
39
40
-
Now that you have an environment created, you can deploy your first container app. With the `containerapp create` command, deploy a container image to Azure Container Apps.
41
-
42
-
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:
43
-
44
-
- Set the revision mode
45
-
- Define secrets
46
-
- Define environment variables
47
-
- Set container CPU or memory requirements
48
-
- Enable and configure Dapr
49
-
- Enable external or internal ingress
50
-
- Provide minimum and maximum replica values or scale rules
40
+
Now that you have an environment created, you can deploy your first container app.
51
41
52
42
::: zone pivot="container-apps-private-registry"
53
43
@@ -165,6 +155,18 @@ For more information, see
165
155
166
156
### Create container app
167
157
158
+
With the `containerapp create` command, deploy a container image to Azure Container Apps.
159
+
160
+
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:
161
+
162
+
- Set the revision mode
163
+
- Define secrets
164
+
- Define environment variables
165
+
- Set container CPU or memory requirements
166
+
- Enable and configure Dapr
167
+
- Enable external or internal ingress
168
+
- Provide minimum and maximum replica values or scale rules
169
+
168
170
# [Bash](#tab/bash)
169
171
170
172
For details on how to provide values for any of these parameters to the `create` command, run `az containerapp create --help` or [visit the online reference](/cli/azure/containerapp#az-containerapp-create). To generate credentials for an Azure Container Registry, use [az acr credential show](/cli/azure/acr/credential#az-acr-credential-show).
0 commit comments