Skip to content

Commit a003724

Browse files
authored
reverting
1 parent b28b04b commit a003724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/load-testing/tutorial-identify-performance-regression-with-cicd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you configure the CI/CD pipeline to run a load test, you'll grant the CI/
5353

5454
# [Azure Pipelines](#tab/pipelines)
5555

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.
5757

5858
Next, you grant permissions to this service principal to create and run a load test with your Azure Load Testing resource.
5959

@@ -112,7 +112,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
112112
113113
# [GitHub Actions](#tab/github)
114114
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.
116116
117117
Next, you grant permissions to the service principal to create and run a load test with your Azure Load Testing resource.
118118
@@ -195,7 +195,7 @@ To grant access to your Azure Load Testing resource, assign the Load Test Contri
195195
196196
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.
197197
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).
199199
200200
# [Azure Pipelines](#tab/pipelines)
201201
@@ -466,4 +466,4 @@ You've now created a CI/CD workflow that uses Azure Load Testing to automate run
466466
* Learn more about [Configuring server-side monitoring](./how-to-monitor-server-side-metrics.md).
467467
* Learn more about [Comparing results across multiple test runs](./how-to-compare-multiple-test-runs.md).
468468
* 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

Comments
 (0)