Skip to content

Commit d38892a

Browse files
committed
Moved paragraph up
1 parent c2da566 commit d38892a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/load-testing/tutorial-cicd-github-actions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ First, you'll create an Azure Active Directory [service principal](/azure/active
9393
9494
1. Copy this JSON object, which you can use to authenticate from GitHub.
9595
96-
1. Grant permissions to the service principal to create and run tests with Azure Load Testing.
96+
1. Grant permissions to the service principal to create and run tests with Azure Load Testing. The Load Test Contributor role grants permissions to create, manage and run tests in an Azure Load Testing resource.
9797
9898
First, retrieve the ID of the service principal object by running this Azure CLI command:
9999
@@ -111,8 +111,6 @@ First, you'll create an Azure Active Directory [service principal](/azure/active
111111
112112
In the previous command, replace the placeholder text `<sp-object-id>` with the `ObjectId` value from the previous Azure CLI command. Also, replace `<subscription-id>` with your Azure subscription ID.
113113
114-
The Load Test Contributor role grants permissions to create, manage and run tests in an Azure Load Testing resource.
115-
116114
### Configure the GitHub secret
117115
118116
You'll add a GitHub secret to your repository for the service principal you created in the previous step. The Azure Login action uses this secret to authenticate with Azure.

0 commit comments

Comments
 (0)