Skip to content

Commit 10807b4

Browse files
committed
Minor edit.
1 parent bc171b1 commit 10807b4

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,7 @@ This article demonstrates how to deploy an existing container to Azure Container
3737

3838
## Create a container app
3939

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.
5141

5242
::: zone pivot="container-apps-private-registry"
5343

@@ -165,6 +155,18 @@ For more information, see
165155

166156
### Create container app
167157

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+
168170
# [Bash](#tab/bash)
169171

170172
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

Comments
 (0)