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/tutorial-identify-performance-regression-with-cicd.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Before you configure the CI/CD pipeline to run a load test, you'll grant the CI/
53
53
54
54
# [Azure Pipelines](#tab/pipelines)
55
55
56
-
To access your Azure Load Testing resource from the Azure Pipelines workflow, you first create a service connection in your Azure DevOps project. The service connection creates an Azure Active Directory [service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object). This service principal represents your Azure Pipelines workflow in Azure Active Directory.
56
+
To access your Azure Load Testing resource from the Azure Pipelines workflow, you first create a service connection in your Azure DevOps project. The service connection creates an Azure Active Directory [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object). This service principal represents your Azure Pipelines workflow in Azure Active Directory.
57
57
58
58
Next, you grant permissions to this service principal to create and run a load test with your Azure Load Testing resource.
59
59
@@ -112,7 +112,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
112
112
113
113
# [GitHub Actions](#tab/github)
114
114
115
-
To access your Azure Load Testing resource from the GitHub Actions workflow, you first create an Azure Active Directory [service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object). This service principal represents your GitHub Actions workflow in Azure Active Directory.
115
+
To access your Azure Load Testing resource from the GitHub Actions workflow, you first create an Azure Active Directory [service principal](/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object). This service principal represents your GitHub Actions workflow in Azure Active Directory.
116
116
117
117
Next, you grant permissions to the service principal to create and run a load test with your Azure Load Testing resource.
118
118
@@ -195,7 +195,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
195
195
196
196
You'll now create a CI/CD workflow to create and run a load test for the sample application. The sample application repository already contains a CI/CD workflow definition that first deploys the application to Azure, and then creates a load test based on JMeter test script (*SampleApp.jmx*). You'll update the sample workflow definition file to specify the Azure subscription and application details.
197
197
198
-
On the first CI/CD workflow run, it creates a new Azure Load Testing resource in your Azure subscription by using the *ARMTemplate/template.json* Azure Resource Manager (ARM) template. Learn more about [ARM templates](../azure-resource-manager/templates/overview.md).
198
+
On the first CI/CD workflow run, it creates a new Azure Load Testing resource in your Azure subscription by using the *ARMTemplate/template.json* Azure Resource Manager (ARM) template. Learn more about [ARM templates](/azure/azure-resource-manager/templates/overview).
199
199
200
200
# [Azure Pipelines](#tab/pipelines)
201
201
@@ -466,4 +466,4 @@ You've now created a CI/CD workflow that uses Azure Load Testing to automate run
466
466
* Learn more about [Configuring server-side monitoring](./how-to-monitor-server-side-metrics.md).
467
467
* Learn more about [Comparing results across multiple test runs](./how-to-compare-multiple-test-runs.md).
468
468
* Learn more about [Parameterizing a load test](./how-to-parameterize-load-tests.md).
469
-
* Learn more about [Defining test fail criteria](./how-to-define-test-criteria.md).
469
+
* Learn more about [Defining test fail criteria](./how-to-define-test-criteria.md).
0 commit comments