Skip to content

Commit a181b13

Browse files
committed
clarified intro
1 parent 4894aac commit a181b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ zone_pivot_groups: functions-hosting-plan-dynamic
88

99
# Create a function app in the Azure portal
1010

11-
This article shows you how to use the Azure portal to create a serverless function app that is hosted in Azure Functions using one of these dynamic hosting plan options:
11+
This article shows you how to use the Azure portal to create a function app that's hosted in Azure Functions. These hosting plan options, which support dynamic, event-driven scaling, are featured:
1212

1313
| Hosting option | Description |
1414
| ----- | ----- |
1515
| [Flex Consumption plan](./flex-consumption-plan.md) | Linux-only plan that provides rapid horizontal scaling with support for managed identities, virtual networking, and pay-as-you-go billing. |
1616
| [Premium plan](./functions-premium-plan.md) | Provides longer execution times, more control over CPU/memory, and support for containers and virtual networks. |
1717
| [Consumption plan](./consumption-plan.md) | Original dynamic hosting plan, which supports portal development for some languages. |
1818

19-
Choose your preferred dynamic scale hosting plan at the [top](#top) of the article.
19+
Choose your preferred hosting plan at the [top](#top) of the article. For more information about all supported hosting options, see [Azure Functions hosting options](functions-scale.md).
2020

2121
## Prerequisites
2222

0 commit comments

Comments
 (0)