Skip to content

Commit 0fda30b

Browse files
authored
Merge pull request #188598 from ntrogh/alt-rbac-bookmark
Separated Load Testing role-assignment
2 parents 17a0d1a + 7cee982 commit 0fda30b

File tree

6 files changed

+39
-20
lines changed

6 files changed

+39
-20
lines changed

articles/load-testing/quickstart-create-and-run-load-test.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: load-testing
66
ms.topic: quickstart
77
author: ntrogh
88
ms.author: nicktrog
9-
ms.date: 01/11/2022
9+
ms.date: 02/15/2022
1010
ms.custom: template-quickstart, mode-other
1111
adobe-target: true
1212
---
@@ -34,6 +34,10 @@ To create a Load Testing resource:
3434

3535
[!INCLUDE [azure-load-testing-create-portal](../../includes/azure-load-testing-create-in-portal.md)]
3636

37+
## <a name="role_assignment"></a> Configure role-based access
38+
39+
[!INCLUDE [azure-load-testing-role-assignment](../../includes/azure-load-testing-role-assignment.md)]
40+
3741
## <a name="jmeter"></a> Create an Apache JMeter script
3842

3943
In this section, you'll create a sample Apache JMeter script that you'll use in the next section to load test a web endpoint. If you already have a script, you can skip to [Create a load test](#create_test).

articles/load-testing/tutorial-identify-bottlenecks-azure-portal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-testing
66
ms.service: load-testing
77
ms.author: nicktrog
88
author: ntrogh
9-
ms.date: 11/30/2021
9+
ms.date: 02/15/2022
1010
ms.topic: tutorial
1111
#Customer intent: As an Azure user, I want to learn how to identify and fix bottlenecks in a web app so that I can improve the performance of the web apps that I'm running in Azure.
1212
---
@@ -107,6 +107,10 @@ If you don't yet have a Load Testing resource, create one now:
107107

108108
[!INCLUDE [azure-load-testing-create-portal](../../includes/azure-load-testing-create-in-portal.md)]
109109

110+
### <a name="role_assignment"></a> Configure role-based access
111+
112+
[!INCLUDE [azure-load-testing-role-assignment](../../includes/azure-load-testing-role-assignment.md)]
113+
110114
### <a name="create_test"></a> Create a load test
111115

112116
To create a load test in the Load Testing resource for the sample app:

includes/azure-load-testing-create-in-portal.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: load-testing
77
ms.author: nicktrog
88
ms.custom: "include file"
99
ms.topic: "include"
10-
ms.date: 11/30/2021
10+
ms.date: 02/15/2022
1111
---
1212

1313
1. Sign in to the [Azure portal](https://portal.azure.com) by using the credentials for your Azure subscription.
@@ -33,8 +33,6 @@ ms.date: 11/30/2021
3333
|**Name** | Enter a unique name to identify your Azure Load Testing resource.<br>The name can't contain special characters, such as \\/""[]:\|<>+=;,?*@&, or whitespace. The name can't begin with an underscore (_), and it can't end with a period (.) or a dash (-). The length must be 1 to 64 characters. |
3434
|**Location** | Select a geographic location to host your Azure Load Testing resource. |
3535

36-
:::image type="content" source="media/azure-load-testing-create-in-portal/create-azure-load-testing-basics.png" alt-text="Screenshot that shows the Basics tab for creating an Azure Load Testing resource.":::
37-
3836
> [!NOTE]
3937
> Optionally, you can configure more details on the **Tags** tab. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
4038
@@ -47,18 +45,3 @@ ms.date: 11/30/2021
4745
1. To view the new resource, select **Go to resource**.
4846

4947
:::image type="content" source="media/azure-load-testing-create-in-portal/create-azure-load-testing-goto-resource.png" alt-text="Screenshot that shows the deployment completion screen.":::
50-
51-
1. On the Azure Load Testing resource page, select **Access Control (IAM)**, and then select **Add role assignment**.
52-
53-
Before you can manage load tests in the Azure Load Testing resource, you need to have the right access permissions.
54-
55-
:::image type="content" source="media/azure-load-testing-create-in-portal/load-test-access-control.png" alt-text="Screenshot that shows how to configure access control.":::
56-
57-
Assign the **Load Test Contributor** or **Load Test Owner** role to your Azure account. For details about how to assign roles, see [Assign Azure roles using the Azure portal](../articles/role-based-access-control/role-assignments-portal.md).
58-
59-
:::image type="content" source="media/azure-load-testing-create-in-portal/add-role-assignment.png" alt-text="Screenshot that shows the role assignment screen.":::
60-
61-
> [!IMPORTANT]
62-
> To assign Azure roles, you must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](../articles/role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../articles/role-based-access-control/built-in-roles.md#owner).
63-
>
64-
> The role assignments might take a few minutes to become active for your account. Refresh the webpage for the user interface to reflect the updated permissions.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Include file"
3+
description: "Include file"
4+
services: load-testing
5+
author: ntrogh
6+
ms.service: load-testing
7+
ms.author: nicktrog
8+
ms.custom: "include file"
9+
ms.topic: "include"
10+
ms.date: 02/15/2022
11+
---
12+
13+
Before you can manage load tests in the Azure Load Testing resource, you need to have the right access permissions. [Azure role-based access control (Azure RBAC)](/azure/role-based-access-control/overview) is used to manage access to Azure resources, such as the ability to create new resources or use existing ones.
14+
15+
1. In the [Azure portal](https://portal.azure.com), go to your Azure Load Testing resource.
16+
17+
1. On the left pane, select **Access Control (IAM)**, and then select **Add role assignment**.
18+
19+
:::image type="content" source="media/azure-load-testing-role-assignment/load-test-access-control.png" alt-text="Screenshot that shows how to configure access control.":::
20+
21+
1. Assign the **Load Test Contributor** or **Load Test Owner** role to your Azure account. For details about how to assign roles, see [Assign Azure roles using the Azure portal](../articles/role-based-access-control/role-assignments-portal.md).
22+
23+
The role assignments might take a few minutes to become active for your account. Refresh the webpage for the user interface to reflect the updated permissions.
24+
25+
:::image type="content" source="media/azure-load-testing-role-assignment/add-role-assignment.png" alt-text="Screenshot that shows the role assignment screen.":::
26+
27+
> [!IMPORTANT]
28+
> To assign Azure roles, you must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](../articles/role-based-access-control/built-in-roles.md#user-access-administrator) or [Owner](../articles/role-based-access-control/built-in-roles.md#owner).

0 commit comments

Comments
 (0)