|
1 | 1 | ---
|
2 |
| -title: 'Quickstart: Deploy your first container app' |
| 2 | +title: 'Tutorial: Deploy your first container app' |
3 | 3 | description: Deploy your first application to Azure Container Apps.
|
4 | 4 | services: container-apps
|
5 | 5 | author: craigshoemaker
|
6 | 6 | ms.service: container-apps
|
7 |
| -ms.topic: quickstart |
| 7 | +ms.topic: tutorial |
8 | 8 | ms.date: 03/21/2022
|
9 | 9 | ms.author: cshoe
|
10 | 10 | ms.custom: ignite-fall-2021, mode-api, devx-track-azurecli, event-tier1-build-2022
|
11 | 11 | ms.devlang: azurecli
|
12 | 12 | ---
|
13 | 13 |
|
14 |
| -# Quickstart: Deploy your first container app |
| 14 | +# Tutorial: Deploy your first container app |
15 | 15 |
|
16 | 16 | The Azure Container Apps service enables you to run microservices and containerized applications on a serverless platform. With Container Apps, you enjoy the benefits of running containers while you leave behind the concerns of manually configuring cloud infrastructure and complex container orchestrators.
|
17 | 17 |
|
18 |
| -In this quickstart, you create a secure Container Apps environment and deploy your first container app. |
| 18 | +In this tutorial, you create a secure Container Apps environment and deploy your first container app. |
| 19 | + |
| 20 | +> [!NOTE] |
| 21 | +> You can also deploy this app using the [az containerapp up](/cli/azure/containerapp#az_containerapp_up) by following the instructions in the [Quickstart: Deploy your first container app with containerapp up |
| 22 | +](get-started.md) article. The `az containerapp up` command is a fast and convenient way to build and deploy your app to Azure Container Apps using a single command. However, it doesn't provide the same level of customization for your container app. |
| 23 | + |
19 | 24 |
|
20 | 25 | ## Prerequisites
|
21 | 26 |
|
@@ -147,10 +152,10 @@ Copy this location to a web browser.
|
147 | 152 |
|
148 | 153 | ## Clean up resources
|
149 | 154 |
|
150 |
| -If you're not going to continue to use this application, run the following command to delete the resource group along with all the resources created in this quickstart. |
| 155 | +If you're not going to continue to use this application, run the following command to delete the resource group along with all the resources created in this tutorial. |
151 | 156 |
|
152 | 157 | >[!CAUTION]
|
153 |
| -> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this quickstart exist in the specified resource group, they will also be deleted. |
| 158 | +> The following command deletes the specified resource group and all resources contained within it. If resources outside the scope of this tutorial exist in the specified resource group, they will also be deleted. |
154 | 159 |
|
155 | 160 | # [Bash](#tab/bash)
|
156 | 161 |
|
|
0 commit comments