Skip to content

Commit 748a523

Browse files
authored
Acrolinx
1 parent 239e868 commit 748a523

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

includes/functions-create-flex-consumption-app-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ author: ggailey777
33
ms.service: azure-functions
44
ms.date: 05/03/2024
55
ms.author: glenga
6+
ms.topic: include
67
---
78
1. In the [Azure portal](https://portal.azure.com), from the menu or the **Home** page, select **Create a resource**.
89

@@ -14,12 +15,12 @@ ms.author: glenga
1415

1516
| Setting | Suggested value | Description |
1617
| ------------ | ---------------- | ----------- |
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. |
1819
| **[Resource Group](../articles/azure-resource-manager/management/overview.md)** | *myResourceGroup* | Name for the new resource group in which you create your function app. |
1920
| **Function App name** | Globally unique name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
2021
|**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). |
2223
|**Version**| Language version | Choose a supported version of your language runtime stack. |
2324
|**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).|
2425

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

Comments
 (0)