You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/functions-usage.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,11 @@ This article shows you how to create an [Azure Functions app in Azure Container
18
18
19
19
## Prerequisites
20
20
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. |
23
26
24
27
## Create a Functions app
25
28
@@ -57,14 +60,12 @@ The following steps show you how to use a sample container image to create your
57
60
| Property | Value |
58
61
|---|---|
59
62
| Environment name | Enter **my-aca-functions-environment**|
60
-
| Zone redundancy | Disabled |
63
+
| Zone redundancy |Select **Disabled**.|
61
64
62
65
1. Select **Create** to save your values.
63
66
64
67
1. Select **Next: Container** to switch to the *Container* section.
65
68
66
-
1. In the *Container* section, enter the following values:
67
-
68
69
1. Next to *Use quickstart image*, leave this box unchecked.
69
70
70
71
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
73
74
|---|---|
74
75
| Name | This box is prefilled with your selection in the last section. |
75
76
| Image source | Select **Docker Hub or other registries**|
76
-
| Subscription | Select your subscription |
77
+
| Subscription | Select your subscription.|
77
78
| Image type | Select **Public**. |
78
79
| Registry login server | Enter **mcr.microsoft.com**|
79
80
| 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
96
97
97
98
| Property | Value |
98
99
|---|---|
99
-
| Ingress | Select the checkbox to enable ingress. |
100
+
| Ingress | Select the **Enabled**checkbox to enable ingress. |
100
101
| Ingress traffic | Select **Accepting traffic from anywhere**. |
0 commit comments