Skip to content

Commit 3fec683

Browse files
committed
chore: Update container app creation steps in portal quickstart guide
1 parent 26ec5a2 commit 3fec683

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
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+
4. 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+
5. 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: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ 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

3132
#### Create an environment
3233

@@ -38,23 +39,11 @@ Next, create an environment for your container app.
3839
|--|--|
3940
| Region | Select **Central US**. |
4041

41-
1. In the *Create Container Apps environment* field, select the **Create new** link.
42+
1. In the *Container Apps environment* field, select the **Create new** link.
43+
4244
1. In the *Create Container Apps Environment* page on the *Basics* tab, enter the following values:
4345

4446
| Setting | Value |
4547
|--|--|
4648
| Environment name | Enter **my-environment**. |
47-
| Environment type | Select **Consumption only**. |
4849
| 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**.

0 commit comments

Comments
 (0)