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: includes/functions-create-flex-consumption-app-portal.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ author: ggailey777
3
3
ms.service: azure-functions
4
4
ms.date: 05/03/2024
5
5
ms.author: glenga
6
+
ms.topic: include
6
7
---
7
8
1. In the [Azure portal](https://portal.azure.com), from the menu or the **Home** page, select **Create a resource**.
8
9
@@ -14,12 +15,12 @@ ms.author: glenga
14
15
15
16
| Setting | Suggested value | Description |
16
17
| ------------ | ---------------- | ----------- |
17
-
|**Subscription**| Your subscription | The subscription under which you create your new function app. |
18
+
|**Subscription**| Your subscription | The subscription in which you create your new function app. |
18
19
|**[Resource Group](../articles/azure-resource-manager/management/overview.md)**|*myResourceGroup*| Name for the new resource group in which you create your function app. |
19
20
|**Function App name**| Globally unique name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
20
21
|**Region**| Preferred region | Select a [region](https://azure.microsoft.com/regions/) that's near you or near other services that your functions can access. Unsupported regions aren't displayed. For more information, see [View currently supported regions](../articles/azure-functions/flex-consumption-how-to.md#view-currently-supported-regions).|
21
-
|**Runtime stack**| Preferred language | Choose one of the suppored language runtime stacks. In-portal editing using Visual Studio Code for the Web is currently only available for Node.js, PowerShell, and Python apps. C# class library and Java functions must be [developed locally](../articles/azure-functions/functions-develop-local.md#local-development-environments). |
22
+
|**Runtime stack**| Preferred language | Choose one of the supported language runtime stacks. In-portal editing using Visual Studio Code for the Web is currently only available for Node.js, PowerShell, and Python apps. C# class library and Java functions must be [developed locally](../articles/azure-functions/functions-develop-local.md#local-development-environments). |
22
23
|**Version**| Language version | Choose a supported version of your language runtime stack. |
23
24
|**Instance size**| Default | Determines the amount of instance memory allocated for each instance of your app. For more information, see [Instance memory](../articles/azure-functions/flex-consumption-plan.md#instance-memory).|
24
25
25
-
1. Accept the default options in the remaining tabs, including the default behavior of creating a new storage account on the **Storage** tab and a new Application Insight instance on the **Monitoring** tab. You can also choose to use an existing storage account or Application Insights instance.
26
+
1. Accept the default options in the remaining tabs, including the default behavior of creating a new storage account on the **Storage** tab and a new Application Insight instance on the **Monitoring** tab. You can also choose to use an existing storage account or Application Insights instance.
0 commit comments