Skip to content

Commit 8d92efa

Browse files
authored
Update how-to-read-csv-data.md
1 parent 8d88480 commit 8d92efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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. If the size of the CSV file is greater than 50 MB, zip the file. The size of the zip should be below 50 MB. Azure Load Testing will automatically unzip the file during the test run.
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 should be below 50 MB. Azure Load Testing will automatically unzip the file during the test run. Only 5 zip artifacts are allowed with a maximum of 1000 files in each and uncompressed 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. If the size of the CSV file is greater than 50 MB, zip the file. The size of the zip should be below 50 MB. Azure Load Testing will automatically unzip the file during the test run.
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 should be below 50 MB. Azure Load Testing will automatically unzip the file during the test run. Only 5 zip artifacts are allowed with a maximum of 1000 files in each and uncompressed 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)