Skip to content

Commit 54b6916

Browse files
committed
laast minute fixes
1 parent 74835aa commit 54b6916

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/azure-functions/flex-consumption-how-to.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,9 @@ You can't currently modify always ready instances using Visual Studio Code.
496496

497497
## Set HTTP concurrency limits
498498

499-
By default, HTTP concurrency defaults for Flex Consumption plan apps are determined based on your instance size setting. For more information, see [HTTP trigger concurrency](functions-concurrency.md#http-trigger-concurrency).
499+
Unless you set specific limits, HTTP concurrency defaults for Flex Consumption plan apps are determined based on your instance size setting. For more information, see [HTTP trigger concurrency](functions-concurrency.md#http-trigger-concurrency).
500+
501+
Here's how you can set HTTP concurrency limits for an existing app:
500502

501503
### [Azure CLI](#tab/azure-cli)
502504

@@ -518,13 +520,13 @@ This example sets the HTTP trigger concurrency level to `10`. After you specific
518520

519521
### [Visual Studio Code](#tab/vs-code)
520522

521-
You can't currently modify always ready instances using Visual Studio Code.
523+
You can't currently set HTTP concurrency limits using Visual Studio Code.
522524

523525
---
524526

525527
## View currently supported regions
526528

527-
During the preview, you're only able to run on the Flex Consumption plan in selected regions. To view the list of regions that currently support Flex Consumption plans:
529+
During the preview, you're only able to run on the Flex Consumption plan onnly in selected regions. To view the list of regions that currently support Flex Consumption plans:
528530

529531
[!INCLUDE [functions-flex-supported-regions-cli](../../includes/functions-flex-supported-regions-cli.md)]
530532

articles/azure-functions/flex-consumption-plan.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ ms.custom: references_regions
1111

1212
# Azure Functions Flex Consumption plan hosting
1313

14-
Flex Consumption is a linux-based Azure Functions hosting plan that builds on the Consumption pay for what you use serverless billing model. It gives you more flexibility and customizability by introducing private networking, instance memory size selection, and fast and large scale-out features on a <em>serverless</em> model.
15-
14+
Flex Consumption is a Linux-based Azure Functions hosting plan that builds on the Consumption _pay for what you use_ serverless billing model. It gives you more flexibility and customizability by introducing private networking, instance memory size selection, and fast/large scale-out features still based on a <em>serverless</em> model.
1615

1716
> [!IMPORTANT]
1817
> The Flex Consumption plan is currently in preview. For a list of current limitations when using this hosting plan, see [Considerations](#considerations). For current information about billing during the preview, see [Billing](#billing).
1918
19+
You can review end-to-end samples that feature the Flex Consumption plan in the [Flex Consumption plan samples repository](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples).
20+
2021
## Benefits
2122

2223
The Flex Consumption plan builds on the strengths of the Consumption plan, which include dynamic scaling and execution-based billing. With Flex Consumption, you also get these extra features:

0 commit comments

Comments
 (0)