Skip to content

Commit e38cb4f

Browse files
update portal steps and prerequs
1 parent 713300f commit e38cb4f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/container-apps/functions-usage.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ This article shows you how to create an [Azure Functions app in Azure Container
1818

1919
## Prerequisites
2020

21-
- An Azure account with an active subscription.
22-
- If you don't have one, you [can create one for free](https://azure.microsoft.com/free/).
21+
| Resource | Description |
22+
|---|---|
23+
| Azure account | An Azure account with an active subscription.<br><br>If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
24+
| Azure Storage account | A [blob storage account](/azure/storage/common/storage-account-create?tabs=azure-portal) to store state for your Azure Functions. |
25+
| Azure Application Insights | An instance of [Azure Application Insights](/azure/azure-monitor/app/create-workspace-resource?tabs=portal) to collect data about your container app. |
2326

2427
## Create a Functions app
2528

@@ -57,14 +60,12 @@ The following steps show you how to use a sample container image to create your
5760
| Property | Value |
5861
|---|---|
5962
| Environment name | Enter **my-aca-functions-environment** |
60-
| Zone redundancy | Disabled |
63+
| Zone redundancy | Select **Disabled**. |
6164

6265
1. Select **Create** to save your values.
6366

6467
1. Select **Next: Container** to switch to the *Container* section.
6568

66-
1. In the *Container* section, enter the following values:
67-
6869
1. Next to *Use quickstart image*, leave this box unchecked.
6970

7071
1. Under the *Container details* section, enter the following values.
@@ -73,7 +74,7 @@ The following steps show you how to use a sample container image to create your
7374
|---|---|
7475
| Name | This box is prefilled with your selection in the last section. |
7576
| Image source | Select **Docker Hub or other registries** |
76-
| Subscription | Select your subscription |
77+
| Subscription | Select your subscription. |
7778
| Image type | Select **Public**. |
7879
| Registry login server | Enter **mcr.microsoft.com** |
7980
| Image and tag | Enter **azure-functions/dotnet8-quickstart-demo:1.0** |
@@ -96,7 +97,7 @@ The following steps show you how to use a sample container image to create your
9697

9798
| Property | Value |
9899
|---|---|
99-
| Ingress | Select the checkbox to enable ingress. |
100+
| Ingress | Select the **Enabled** checkbox to enable ingress. |
100101
| Ingress traffic | Select **Accepting traffic from anywhere**. |
101102
| Ingress type | Select **HTTP**. |
102103
| Target port | Enter **80**. |

0 commit comments

Comments
 (0)