You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-optimize-azure-functions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
12
12
13
13
# Optimize Azure Functions for Performance and Costs using Azure Load Testing
14
14
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.
16
16
17
17
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.
18
18
@@ -32,11 +32,11 @@ The performance optimizer enables the following capabilities:
32
32
* Microsoft.Web/sites/write
33
33
* Microsoft.Web/sites/slots/read
34
34
* 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.
36
36
37
37
## Running Performance Optimizer on your Azure Functions
38
38
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.
40
40
41
41
1. Sign in to the [Azure portal](https://portal.azure.com).
0 commit comments