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
## <aname="jmeter"></a> Create an Apache JMeter script
38
42
39
43
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).
Copy file name to clipboardExpand all lines: articles/load-testing/tutorial-identify-bottlenecks-azure-portal.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: load-testing
6
6
ms.service: load-testing
7
7
ms.author: nicktrog
8
8
author: ntrogh
9
-
ms.date: 11/30/2021
9
+
ms.date: 02/15/2022
10
10
ms.topic: tutorial
11
11
#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.
12
12
---
@@ -107,6 +107,10 @@ If you don't yet have a Load Testing resource, create one now:
Copy file name to clipboardExpand all lines: includes/azure-load-testing-create-in-portal.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: load-testing
7
7
ms.author: nicktrog
8
8
ms.custom: "include file"
9
9
ms.topic: "include"
10
-
ms.date: 11/30/2021
10
+
ms.date: 02/15/2022
11
11
---
12
12
13
13
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
33
33
|**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. |
34
34
|**Location**| Select a geographic location to host your Azure Load Testing resource. |
35
35
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
-
38
36
> [!NOTE]
39
37
> 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.
40
38
@@ -47,18 +45,3 @@ ms.date: 11/30/2021
47
45
1. To view the new resource, select **Go to resource**.
48
46
49
47
:::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.
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