Skip to content

Commit 9cf3252

Browse files
authored
Fixed the OS row
1 parent 71c99f7 commit 9cf3252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-create-function-app-portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: include file
2323
| **App name** | Globally unique name | Name that identifies your new function app. Valid characters are `a-z`, `0-9`, and `-`. |
2424
| **Subscription** | Your subscription | The subscription under which this new function app is created. |
2525
| **[Resource Group](../articles/azure-resource-manager/resource-group-overview.md)** | myResourceGroup | Name for the new resource group in which to create your function app. |
26-
| **OS** | Windows | Serverless hosting is currently only available when running on Windows. For Linux hosting, see [Create your first function running on Linux using the Azure CLI](../articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md). |
26+
| **OS** | Windows | Serverless hosting on Linux is currently in preview. For more information, see [this considerations article](https://aka.ms/funclinux).|
2727
| **[Hosting plan](../articles/azure-functions/functions-scale.md)** | Consumption plan | Hosting plan that defines how resources are allocated to your function app. In the default **Consumption Plan**, resources are added dynamically as required by your functions. In this [serverless](https://azure.microsoft.com/overview/serverless-computing/) hosting, you only pay for the time your functions run. When you run in an App Service plan, you must manage the [scaling of your function app](../articles/azure-functions/functions-scale.md). |
2828
| **Location** | West Europe | Choose a [region](https://azure.microsoft.com/regions/) near you or near other services your functions access. |
2929
| **Runtime stack** | Preferred language | Choose a runtime that supports your favorite function programming language. Choose **.NET** for C# and F# functions. |

0 commit comments

Comments
 (0)