Skip to content

Commit affa25e

Browse files
Merge pull request #126494 from sulabh-msft/sulabh-msft-patch-3-2
Update the azure load testing roles content
2 parents 533064a + 27001b0 commit affa25e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/load-testing/how-to-assign-roles.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ In Azure Load Testing, access is granted by assigning the appropriate Azure role
3232

3333
| Role | Description |
3434
| --- | --- |
35-
| **Load Test Reader** | Read-only actions in the Load Testing resource. Readers can list and view tests and test runs in the resource. Readers can't create, update, or run tests. |
36-
| **Load Test Contributor** | View, create, edit, or delete (where applicable) tests and test runs in a Load Testing resource. |
35+
| **Load Test Reader** | Read-only actions in the Load Testing resource. Readers can list and view tests, test runs, test profiles and test profile runs in the resource. Readers can't create, update, or run tests and test profiles. |
36+
| **Load Test Contributor** | View, create, edit, or delete (where applicable) tests, test runs, test profiles and test profile runs in a Load Testing resource. |
3737
| **Load Test Owner** | Full access to the Load Testing resource, including the ability to view, create, edit, or delete (where applicable) assets in a resource. For example, you can modify or delete the Load Testing resource. |
3838

3939
If you have the **Owner**, **Contributor**, or **Load Test Owner** role at the subscription level, you automatically have the same permissions as the **Load Test Owner** at the resource level.
@@ -59,7 +59,7 @@ A Load Test Owner can manage everything, including access. The following table s
5959

6060
| DataActions | Description |
6161
| ------- | ----------- |
62-
| Microsoft.LoadTestService/loadtests/* | Start, stop, and manage load tests. |
62+
| Microsoft.LoadTestService/loadtests/* | Start, stop, manage load tests and test profiles. |
6363

6464
### Load Test Contributor
6565

@@ -76,6 +76,8 @@ A Load Test Contributor can manage everything except access. The following table
7676
| DataActions | Description |
7777
| ------- | ----------- |
7878
| Microsoft.LoadTestService/loadtests/* | Start, stop, and manage load tests. |
79+
| Microsoft.LoadTestService/testProfiles/* | Create and manage load test profiles. |
80+
| Microsoft.LoadTestService/testProfileRuns/* | Start, stop, and manage load test profile runs. |
7981

8082
### Load Test Reader
8183

@@ -92,6 +94,8 @@ A Load Test Reader can view all the resources in a load testing resource but can
9294
| DataActions | Description |
9395
| ------- | ----------- |
9496
| Microsoft.LoadTestService/loadtests/readTest/action | Read load tests. |
97+
| Microsoft.LoadTestService/testProfiles/read | Read load test profiles. |
98+
| Microsoft.LoadTestService/testProfileRuns/read | Read load test profile runs. |
9599

96100
## Configure Azure RBAC for your load testing resource
97101

0 commit comments

Comments
 (0)