Skip to content

Commit 8bf2cdb

Browse files
authored
Apply suggestions from code review
1 parent 0dd1d7b commit 8bf2cdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-testing/how-to-optimize-azure-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212

1313
# Optimize Azure Functions for Performance and Costs using Azure Load Testing
1414

15-
In this article, you learn how optimize Azure Functions for performance and costs using Azure Load Testing. The Azure Functions Flex Consumption plan gives you flexibility and custom features that include private networking, fast and large scale-out features, and instance memory size selection based on a serverless model.
15+
In this article, you learn how to optimize Azure Functions for performance and costs using Azure Load Testing. The Azure Functions Flex Consumption plan gives you flexibility and custom features that include private networking, fast and large scale-out features, and instance memory size selection based on a serverless model.
1616

1717
The Azure Load Testing performance optimizer tool helps you decide which configuration is right your app by running load tests among different Functions configurations. The tool helps you to understand the performance and cost implications of different configurations to help you make more informed decisions.
1818

@@ -32,11 +32,11 @@ The performance optimizer enables the following capabilities:
3232
* Microsoft.Web/sites/write
3333
* Microsoft.Web/sites/slots/read
3434
* Microsoft.Web/sites/slots/write
35-
By default, the [Website Contributor](/azure/role-based-access-control/built-in-roles/web-and-mobile#website-contributor) role have these permissions already.
35+
By default, the [Website Contributor](/azure/role-based-access-control/built-in-roles/web-and-mobile#website-contributor) role has these permissions already.
3636

3737
## Running Performance Optimizer on your Azure Functions
3838

39-
Performance optimizer allows you to test different configurations to help you find the right balance of performance vs. cost. For instance, you can test metrics like instance size and HTTP concurrency amounts for you Functions app. The performance optimizer uses Azure Load Testing to help you identify your app's optimal configuration for performance and scalability. You can run the performance optimizer on your functions with HTTP triggers. Once you deploy your code to Azure Functions, use the following steps to run the optimizer.
39+
Performance optimizer allows you to test different configurations to help you find the right balance of performance vs. cost. For instance, you can test metrics like instance size and HTTP concurrency amounts for your Functions app. The performance optimizer uses Azure Load Testing to help you identify your app's optimal configuration for performance and scalability. You can run the performance optimizer on your functions with HTTP triggers. Once you deploy your code to Azure Functions, use the following steps to run the optimizer.
4040

4141
1. Sign in to the [Azure portal](https://portal.azure.com).
4242

0 commit comments

Comments
 (0)