Skip to content

Commit a98a7d8

Browse files
authored
Merge pull request #282931 from anthonychu/20240731-aca-revert-remove-env
[Container Apps] Revert env create include changes
2 parents 79d4c5c + c0d6355 commit a98a7d8

File tree

2 files changed

+63
-10
lines changed

2 files changed

+63
-10
lines changed

articles/container-apps/quickstart-portal.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Deploy your first container app using the Azure portal'
33
description: Deploy your first application to Azure Container Apps using the Azure portal.
44
services: container-apps
55
author: craigshoemaker
6-
ms.service: container-apps
6+
ms.service: azure-container-apps
77
ms.topic: quickstart
88
ms.date: 07/23/2024
99
ms.author: cshoe
@@ -24,12 +24,41 @@ In this quickstart, you create a secure Container Apps environment and deploy yo
2424

2525
## Setup
2626

27-
<!-- Create -->
28-
[!INCLUDE [container-apps-create-portal-steps.md](../../includes/container-apps-create-portal-steps.md)]
27+
Begin by signing in to the [Azure portal](https://portal.azure.com).
2928

30-
3. Select the **Container** tab.
29+
## Create a container app
3130

32-
4. Select *Use quickstart image*.
31+
To create your container app, start at the Azure portal home page.
32+
33+
1. Search for **Container Apps** in the top search bar.
34+
35+
1. Select **Container Apps** in the search results.
36+
37+
1. Select the **Create** button.
38+
39+
### Basics tab
40+
41+
In the *Basics* tab, do the following actions.
42+
43+
1. Enter the following values in the *Project details* section.
44+
45+
| Setting | Action |
46+
|---|---|
47+
| Subscription | Select your Azure subscription. |
48+
| Resource group | Select **Create new** and enter **my-container-apps**. |
49+
| Container app name | Enter **my-container-app**. |
50+
| Deployment source | Select **Container image**. |
51+
52+
1. Enter the following values in the "Container Apps Environment" section.
53+
54+
| Setting | Action |
55+
|---|---|
56+
| Region | Select a region near you. |
57+
| Container Apps Environment | Use the default value. |
58+
59+
1. Select the **Container** tab.
60+
61+
1. Select *Use quickstart image*.
3362

3463
<!-- Deploy the container app -->
3564
[!INCLUDE [container-apps-create-portal-deploy.md](../../includes/container-apps-create-portal-deploy.md)]

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

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,33 @@ In the *Basics* tab, do the following actions.
2929
| Container app name | Enter **my-container-app**. |
3030
| Deployment source | Select **Container image**. |
3131

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

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

0 commit comments

Comments
 (0)