@@ -21,6 +21,8 @@ This article shows you how to create an [Azure Functions app in Azure Container
21
21
- An Azure account with an active subscription.
22
22
- If you don't have one, you [ can create one for free] ( https://azure.microsoft.com/free/ ) .
23
23
24
+ ## Create a Functions app
25
+
24
26
1 . Go to the Azure portal and search for ** Container Apps** in the search bar.
25
27
26
28
1 . Select ** Container Apps** .
@@ -29,7 +31,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
29
31
30
32
1 . Select ** Container App**
31
33
32
- 1 . In the * Basics* tab , enter the following values.
34
+ 1 . In the * Basics* section , enter the following values.
33
35
34
36
Under * Project details* :
35
37
@@ -52,14 +54,14 @@ This article shows you how to create an [Azure Functions app in Azure Container
52
54
53
55
| Property | Value |
54
56
| ---| ---|
55
- | Environment name | Enter ** my-aca-functions-environment** . |
57
+ | Environment name | Enter ** my-aca-functions-environment** |
56
58
| Zone redundancy | Disabled |
57
59
58
60
1 . Select ** Create** to save your values.
59
61
60
- 1 . Select ** Next: Container** to switch to the * Container* tab .
62
+ 1 . Select ** Next: Container** to switch to the * Container* section .
61
63
62
- 1 . In the * Container* tab , enter the following values:
64
+ 1 . In the * Container* section , enter the following values:
63
65
64
66
1 . Next to * Use quickstart image* , leave this box unchecked.
65
67
@@ -76,7 +78,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
76
78
77
79
1 . For * Development stack* , select ** .NET**
78
80
79
- 1 . Select the ** Ingress** to switch to the Ingress section and enter the following values.
81
+ 1 . Select ** Next > Ingress** to switch to the Ingress section and enter the following values.
80
82
81
83
| Property | Value |
82
84
| ---| ---|
@@ -107,7 +109,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
107
109
- If you don't have one, you [ can create one for free] ( https://azure.microsoft.com/free/ ) .
108
110
- Install the [ Azure CLI] ( /cli/azure/install-azure-cli ) .
109
111
110
- ## Setup
112
+ ## Create a Functions App
111
113
112
114
To sign in to Azure from the CLI, run the following command and follow the prompts to complete the authentication process.
113
115
0 commit comments