Skip to content

Commit 3ea90c0

Browse files
Update quickstart-create-run-load-test-with-locust.md
1 parent abc1964 commit 3ea90c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/load-testing/quickstart-create-run-load-test-with-locust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ To create a load test for a Locust-based test in the Azure portal:
8787
import subprocess
8888
subprocess.check_output("python3 -m pip install your_wheel.whl", shell=True)
8989
```
90+
> [!NOTE]
91+
> Include the code snippets to install dependencies and supporting files in the import section of your Locust script. Do not include these in the load test section.
9092

9193
1. On the **Load** tab, enter the details for the amount of load to generate:
9294

0 commit comments

Comments
 (0)