Skip to content

Commit 87e47a1

Browse files
authored
Spelling and grammar
1 parent 20eed1e commit 87e47a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ You can use Maven to create a Flex Consumption hosted function app and required
226226
227227
You can enable [virtual network integration](functions-networking-options.md#virtual-network-integration) for your app in a Flex Consumption plan. The examples in this section assume that you already have [created a virtual network with subnet](../virtual-network/quick-create-cli.md#create-a-virtual-network-and-subnet) in your account. You can enable virtual network integration when you create your app or at a later time.
228228
229-
To enable virtual networking when you create you app:
229+
To enable virtual networking when you create your app:
230230
231231
### [Azure CLI](#tab/azure-cli)
232232
233-
You can enable virtal network integration by your run the [`az functionapp create`] command by including the `--vnet` and `--subnet` parameters.
233+
You can enable virtual network integration by running the [`az functionapp create`] command and including the `--vnet` and `--subnet` parameters.
234234
235-
1. [Created the virtual network and subnet](../virtual-network/quick-create-cli.md#create-a-virtual-network-and-subnet), if you haven't already done so.
235+
1. [Create the virtual network and subnet](../virtual-network/quick-create-cli.md#create-a-virtual-network-and-subnet), if you haven't already done so.
236236
237237
1. Complete steps 1-4 in [Create a Flex Consumption app](#create-a-flex-consumption-app) to create the resources required by your app.
238238
@@ -316,7 +316,7 @@ You can't currently configure virtual networking in Visual Studio Code.
316316
When choosing a subnet, these considerations apply:
317317

318318
+ The subnet you choose can't already be used for other purposes, such as with private endpoints or service endpoints, or be delegated to any other hosting plan or service.
319-
+ You can share the same subnet with more than one app running in a Flex Consumptionk plan. Because the networking resources are shared across all apps, one function app might impact the performance of others on the same subnet.
319+
+ You can share the same subnet with more than one app running in a Flex Consumption plan. Because the networking resources are shared across all apps, one function app might impact the performance of others on the same subnet.
320320
+ In a Flex Consumption plan, a single function app might use up to 40 IP addresses, even when the app scales beyond 40 instances. While this rule of thumb is helpful when estimating the subnet size you need, it's not strictly enforced.
321321

322322
## Configure the deployment storage account
@@ -526,7 +526,7 @@ You can't currently set HTTP concurrency limits using Visual Studio Code.
526526

527527
## View currently supported regions
528528

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:
529+
During the preview, you're only able to run on the Flex Consumption plan only in selected regions. To view the list of regions that currently support Flex Consumption plans:
530530

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

@@ -537,4 +537,4 @@ When you create an app in the [Azure portal](flex-consumption-how-to.md?tabs=azu
537537
+ [Azure Functions Flex Consumption plan hosting](flex-consumption-plan.md)
538538
+ [Azure Functions hosting options](functions-scale.md)
539539

540-
[`az functionapp create`]: /cli/azure/functionapp#az-functionapp-create
540+
[`az functionapp create`]: /cli/azure/functionapp#az-functionapp-create

0 commit comments

Comments
 (0)