@@ -3,7 +3,7 @@ title: 'Quickstart: Deploy your first container app using the Azure portal'
3
3
description : Deploy your first application to Azure Container Apps using the Azure portal.
4
4
services : container-apps
5
5
author : craigshoemaker
6
- ms.service : container-apps
6
+ ms.service : azure- container-apps
7
7
ms.topic : quickstart
8
8
ms.date : 07/23/2024
9
9
ms.author : cshoe
@@ -24,12 +24,41 @@ In this quickstart, you create a secure Container Apps environment and deploy yo
24
24
25
25
## Setup
26
26
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 ) .
29
28
30
- 3 . Select the ** Container ** tab.
29
+ ## Create a container app
31
30
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* .
33
62
34
63
<!-- Deploy the container app -->
35
64
[ !INCLUDE [ container-apps-create-portal-deploy.md] ( ../../includes/container-apps-create-portal-deploy.md )]
0 commit comments