Skip to content

Commit 0c9dddb

Browse files
updates
1 parent 902e0ce commit 0c9dddb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/container-apps/functions-usage.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This article shows you how to create an [Azure Functions app in Azure Container
2121
- An Azure account with an active subscription.
2222
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
2323

24+
## Create a Functions app
25+
2426
1. Go to the Azure portal and search for **Container Apps** in the search bar.
2527

2628
1. Select **Container Apps**.
@@ -29,7 +31,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
2931

3032
1. Select **Container App**
3133

32-
1. In the *Basics* tab, enter the following values.
34+
1. In the *Basics* section, enter the following values.
3335

3436
Under *Project details*:
3537

@@ -52,14 +54,14 @@ This article shows you how to create an [Azure Functions app in Azure Container
5254

5355
| Property | Value |
5456
|---|---|
55-
| Environment name | Enter **my-aca-functions-environment**. |
57+
| Environment name | Enter **my-aca-functions-environment** |
5658
| Zone redundancy | Disabled |
5759

5860
1. Select **Create** to save your values.
5961

60-
1. Select **Next: Container** to switch to the *Container* tab.
62+
1. Select **Next: Container** to switch to the *Container* section.
6163

62-
1. In the *Container* tab, enter the following values:
64+
1. In the *Container* section, enter the following values:
6365

6466
1. Next to *Use quickstart image*, leave this box unchecked.
6567

@@ -76,7 +78,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
7678

7779
1. For *Development stack*, select **.NET**
7880

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.
8082

8183
| Property | Value |
8284
|---|---|
@@ -107,7 +109,7 @@ This article shows you how to create an [Azure Functions app in Azure Container
107109
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
108110
- Install the [Azure CLI](/cli/azure/install-azure-cli).
109111

110-
## Setup
112+
## Create a Functions App
111113

112114
To sign in to Azure from the CLI, run the following command and follow the prompts to complete the authentication process.
113115

0 commit comments

Comments
 (0)