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-create-load-test-function-app.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To create a load test for a function app:
38
38
39
39
On this page, you can see the list of tests and the load test runs for this function app.
40
40
41
-
:::image type="content" source="./media/how-to-create-load-test-app-service/app-service-load-testing.png" lightbox="./media/how-to-create-load-test-app-service/app-service-load-testing.png" alt-text="Screenshot that shows Load Testing page in App Service.":::
41
+
:::image type="content" source="./media/how-to-create-load-test-azure-functions/azure-functions-load-testing.png" lightbox="./media/how-to-create-load-test-azure-functions/azure-functions-load-testing.png" alt-text="Screenshot that shows Load Testing page in an app in Azure Functions.":::
42
42
43
43
1. Optionally, select **Create load testing resource** if you don't have a load testing resource yet.
44
44
@@ -68,6 +68,8 @@ To create a load test for a function app:
68
68
|**Headers**| (Optional) Enter HTTP headers to include in the HTTP request. |
69
69
|**Body**| (Optional) Depending on the HTTP method, you can specify the HTTP body content. Azure Load Testing supports the following formats: raw data, JSON view, JavaScript, HTML, and XML. |
70
70
71
+
:::image type="content" source="./media/how-to-create-load-test-azure-functions/azure-functions-create-test-add-requests.png" lightbox="./media/how-to-create-load-test-azure-functions/azure-functions-create-test-add-requests.png" alt-text="Screenshot that shows adding requests to a load test in an app in Azure Functions.":::
72
+
71
73
Learn more about [adding HTTP requests to a load test](./how-to-add-requests-to-url-based-test.md).
72
74
73
75
1. Select the **Load configuration** tab to configure the load parameters for the load test.
@@ -85,7 +87,7 @@ To create a load test for a function app:
85
87
86
88
Learn more about [load testing privately hosted endpoints](./how-to-test-private-endpoint.md).
87
89
88
-
:::image type="content" source="./media/how-to-create-load-test-app-service/app-service-create-test-load-configuration.png" lightbox="./media/how-to-create-load-test-app-service/app-service-create-test-load-configuration.png" alt-text="Screenshot that shows the load configuration page for creating a test in App Service.":::
90
+
:::image type="content" source="./media/how-to-create-load-test-azure-functions/azure-functions-create-test-load-configuration.png" lightbox="./media/how-to-create-load-test-azure-functions/azure-functions-create-test-load-configuration.png" alt-text="Screenshot that shows the load configuration page for creating a test for an app in Azure Functions.":::
89
91
90
92
91
93
1. Select **Review + create** to review the test configuration, and then select **Create** to create the load test.
@@ -109,7 +111,7 @@ You can view the list of test runs and a summary overview of the test results di
109
111
110
112
1. Select a test run to go to the Azure Load Testing dashboard and analyze the test run details.
111
113
112
-
:::image type="content" source="./media/how-to-create-load-test-app-service/app-service-test-runs-list.png" lightbox="./media/how-to-create-load-test-app-service/app-service-test-runs-list.png" alt-text="Screenshot that shows the test runs list in App Service.":::
114
+
:::image type="content" source="./media/how-to-create-load-test-azure-functions/azure-functions-test-runs-list.png" lightbox="./media/how-to-create-load-test-azure-functions/azure-functions-test-runs-list.png" alt-text="Screenshot that shows the test runs list for an app in Azure Functions.":::
0 commit comments