Skip to content

Commit e041f56

Browse files
authored
Merge pull request #281566 from anthonychu/20240723-aca-update-quickstart
[Container Apps] Update container app creation steps in portal quickstart guide
2 parents 71b7b4c + fae0867 commit e041f56

File tree

2 files changed

+10
-35
lines changed

2 files changed

+10
-35
lines changed

articles/container-apps/quickstart-portal.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: quickstart
8-
ms.date: 01/10/2024
8+
ms.date: 07/23/2024
99
ms.author: cshoe
1010
ms.custom: mode-ui
1111
---
@@ -27,11 +27,9 @@ In this quickstart, you create a secure Container Apps environment and deploy yo
2727
<!-- Create -->
2828
[!INCLUDE [container-apps-create-portal-steps.md](../../includes/container-apps-create-portal-steps.md)]
2929

30-
7. Select the **Container** tab.
30+
3. Select the **Container** tab.
3131

32-
8. Check the box next to the *Use quickstart image* box.
33-
34-
9. Select the **Create** button at the bottom of the *Create Container Apps Environment* page.
32+
4. Select *Use quickstart image*.
3533

3634
<!-- Deploy the container app -->
3735
[!INCLUDE [container-apps-create-portal-deploy.md](../../includes/container-apps-create-portal-deploy.md)]
@@ -46,7 +44,7 @@ Select the link next to *Application URL* to view your application. The followin
4644

4745
## Clean up resources
4846

49-
If you're not going to continue to use this application, you can delete the Azure Container Apps instance and all the associated services by removing the resource group.
47+
If you're not going to continue to use this application, you can delete the container app and all the associated services by removing the resource group.
5048

5149
1. Select the **my-container-apps** resource group from the *Overview* section.
5250
1. Select the **Delete resource group** button at the top of the resource group *Overview*.

includes/container-apps-create-portal-steps.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,11 @@ In the *Basics* tab, do the following actions.
2727
| Subscription | Select your Azure subscription. |
2828
| Resource group | Select **Create new** and enter **my-container-apps**. |
2929
| Container app name | Enter **my-container-app**. |
30+
| Deployment source | Select **Container image**. |
3031

31-
#### Create an environment
32+
1. Enter the following values in the "Container Apps Environment" section.
3233

33-
Next, create an environment for your container app.
34-
35-
1. Select the appropriate region.
36-
37-
| Setting | Value |
38-
|--|--|
39-
| Region | Select **Central US**. |
40-
41-
1. In the *Create Container Apps environment* field, select the **Create new** link.
42-
1. In the *Create Container Apps Environment* page on the *Basics* tab, enter the following values:
43-
44-
| Setting | Value |
45-
|--|--|
46-
| Environment name | Enter **my-environment**. |
47-
| Environment type | Select **Consumption only**. |
48-
| Zone redundancy | Select **Disabled** |
49-
50-
1. Select the **Monitoring** tab to create a Log Analytics workspace.
51-
1. Select **Azure Log Analytics** as the *Logs Destination*.
52-
1. Select the **Create new** link in the *Log Analytics workspace* field and enter the following values.
53-
54-
| Setting | Value |
55-
|--|--|
56-
| Name | Enter **my-container-apps-logs**. |
57-
58-
The *Location* field is prefilled with *Central US* for you.
59-
60-
1. Select **OK**.
34+
| Setting | Action |
35+
|---|---|
36+
| Region | Select a region near you. |
37+
| Container Apps Environment | Use the default value. |

0 commit comments

Comments
 (0)