Skip to content

Commit af2d3a7

Browse files
committed
add a few improvements
1 parent bd21ec3 commit af2d3a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/containerapp-up.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services: container-apps
55
author: cebundy
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 10/25/2022
8+
ms.date: 11/08/2022
99
ms.author: v-bcatherine
1010
---
1111

1212
# Deploy Azure Container Apps with the az containerapp up command
1313

14-
The `az containerapp up` (or `up`) command is the fastest way to deploy an Azure Container App from an existing image, local source code or a GitHub repo. With this single command, you can have your container app up and running in minutes.
14+
The `az containerapp up` (or `up`) command is the fastest way to deploy an app in Azure Container Apps from an existing image, local source code or a GitHub repo. With this single command, you can have your container app up and running in minutes.
1515

16-
The `az containerapp up` command is a streamlined way to create and deploy container apps that primarily use default settings. You'll need to use the `az containerapp create` command to create apps with customizations such as:
16+
The `az containerapp up` command is a streamlined way to create and deploy container apps that primarily use default settings. However, you'll need to use the `az containerapp create` command to for apps with customizations such as:
1717

1818
- Dapr configuration
1919
- Secrets
@@ -28,7 +28,7 @@ The `up` command can create or use existing resources including:
2828
- Resource group
2929
- Azure Container Registry
3030
- Container Apps environment and Log Analytics workspace
31-
- the container app
31+
- Your container app
3232

3333
The command can build and push a container image to an Azure Container Registry (ACR) when you provide local source code or a GitHub repo. When you're working from a GitHub repo, it creates a GitHub Actions workflow that automatically builds and pushes a new container image when you commit changes to your GitHub repo.
3434

0 commit comments

Comments
 (0)