Skip to content

Commit 5723a47

Browse files
Merge pull request #215135 from pritamso/Broken-link-fix-ntrogh
Broken link fixed
2 parents 9329478 + e2fda4f commit 5723a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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#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#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 [here](/azure-resource-manager/templates/overview).
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 [here](/azure/azure-resource-manager/templates/overview).
199199
200200
# [Azure Pipelines](#tab/pipelines)
201201

0 commit comments

Comments
 (0)