Skip to content

Commit d41acd0

Browse files
Merge pull request #244846 from ninallam/ninallam-large-files
Add support for zip file
2 parents 645889f + f9a7307 commit d41acd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To create a load test using an existing JMeter script in the Azure portal:
8989
:::image type="content" source="./media/how-to-create-and-run-load-test-with-jmeter-script/create-new-test-test-plan.png" alt-text="Screenshot that shows the Test plan tab." :::
9090

9191
> [!NOTE]
92-
> You can upload additional JMeter configuration files or other files that you reference in the JMX file. For example, if your test script uses CSV data sets, you can upload the corresponding *.csv* file(s). See also how to [read data from a CSV file](./how-to-read-csv-data.md).
92+
> You can upload additional JMeter configuration files or other files that you reference in the JMX file. For example, if your test script uses CSV data sets, you can upload the corresponding *.csv* file(s). See also how to [read data from a CSV file](./how-to-read-csv-data.md). For files other than JMeter scripts and user properties, if the size of the file is greater than 50 MB, zip the file. The size of the zip file should be below 50 MB. Azure Load Testing automatically unzips the file during the test run. Only five zip artifacts are allowed with a maximum of 1000 files in each zip and an uncompressed total size of 1 GB.
9393
9494
1. Select **Review + create**. Review all settings, and then select **Create** to create the load test.
9595

articles/load-testing/how-to-read-csv-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To add a CSV file to your load test by using the Azure portal:
7777

7878
1. On the **Edit test** page, select the **Test plan** tab.
7979

80-
1. Select the CSV file from your computer, and then select **Upload** to upload the file to Azure.
80+
1. Select the CSV file from your computer, and then select **Upload** to upload the file to Azure. If the size of the CSV file is greater than 50 MB, zip the file. The size of the zip file should be below 50 MB. Azure Load Testing automatically unzips the file during the test run. Only five zip artifacts are allowed with a maximum of 1000 files in each zip and an uncompressed total size of 1 GB.
8181

8282
:::image type="content" source="media/how-to-read-csv-data/edit-test-upload-csv.png" alt-text="Screenshot of the Test plan tab on the Edit test pane.":::
8383

@@ -90,7 +90,7 @@ If you run a load test within your CI/CD workflow, you can add a CSV file to the
9090

9191
To add a CSV file to your load test:
9292

93-
1. Commit the CSV file to the source control repository that contains the JMX file and YAML test configuration file.
93+
1. Commit the CSV file to the source control repository that contains the JMX file and YAML test configuration file. If the size of the CSV file is greater than 50 MB, zip the file. The size of the zip file should be below 50 MB. Azure Load Testing automatically unzips the file during the test run. Only five zip artifacts are allowed with a maximum of 1000 files in each zip and an uncompressed total size of 1 GB.
9494

9595
1. Open your YAML test configuration file in Visual Studio Code or your editor of choice.
9696

0 commit comments

Comments
 (0)