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/how-to-assign-roles.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ In Azure Load Testing, access is granted by assigning the appropriate Azure role
32
32
33
33
| Role | Description |
34
34
| --- | --- |
35
-
|**Load Test Reader**| Read-only actions in the Load Testing resource. Readers can list and view testsand test runs in the resource. Readers can't create, update, or run tests. |
36
-
|**Load Test Contributor**| View, create, edit, or delete (where applicable) testsand 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. |
37
37
|**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. |
38
38
39
39
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
59
59
60
60
| DataActions | Description |
61
61
| ------- | ----------- |
62
-
| Microsoft.LoadTestService/loadtests/*| Start, stop, and manage load tests. |
62
+
| Microsoft.LoadTestService/loadtests/*| Start, stop, manage load tests and test profiles. |
63
63
64
64
### Load Test Contributor
65
65
@@ -76,6 +76,8 @@ A Load Test Contributor can manage everything except access. The following table
76
76
| DataActions | Description |
77
77
| ------- | ----------- |
78
78
| 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. |
79
81
80
82
### Load Test Reader
81
83
@@ -92,6 +94,8 @@ A Load Test Reader can view all the resources in a load testing resource but can
0 commit comments