Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 670f70a

Browse files
authored
Merge pull request #644 from rob-foulkrod/M08_L14_Fix
M08 l14 fix JMX file already exists error
2 parents b9edfb3 + ac2fb10 commit 670f70a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Instructions/Labs/AZ400_M08_L14_Monitor_Application_Performance_with_Azure_Load_Testing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ Perform the following steps to download the input files for an existing load tes
378378
1. From the **Folder structure**, navigate to the new created **jmeter** subfolder. Click the **ellipsis(...)** and select **Upload File(s)**.
379379
1. Using the **Browse** option, navigate to the location of the extracted zip-file, and select both **config.yaml** and **quick_test.jmx**.
380380
1. Click **Commit** to confirm the file upload into source control.
381+
1. Within Repos, browse to the **/tests/jmeter** subfolder just created.
382+
1. Open the Load Testing **config.yaml** file. Click **Edit** to allow editing of the file.
383+
1. Replace the **displayName** and **testId** attributes with the value **ado_load_test**
384+
385+
![Screenshot of the edited config file.](images/config_edit.png)
381386

382387
#### Task 4: Update the CI/CD workflow YAML definition file
383388

@@ -467,7 +472,7 @@ In this task, You'll use load test fail criteria to get alerted (have a failed p
467472
1. From Azure DevOps, navigate to the eShopOnWeb Project, and open **Repos**.
468473
1. Within Repos, browse to the **/tests/jmeter** subfolder created and used earlier.
469474
1. Open the Load Testing \*config.yaml** file. Click **Edit\*\* to allow editing of the file.
470-
1. Replace `failureCriteria: []` with the following snippet of code:
475+
1. Replace `failureCriteria: []` if present, otherwise append the following snippet of code:
471476

472477
```text
473478
failureCriteria:
5.18 KB
Loading

0 commit comments

Comments
 (0)