Skip to content

Commit 7a463b3

Browse files
Merge pull request #230416 from ntrogh/alt-tutorial-screenshot
[Azure Load Testing] Update screenshot for creating a test
2 parents b3a5e5a + d8a3415 commit 7a463b3

File tree

8 files changed

+63
-9
lines changed

8 files changed

+63
-9
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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+
1. Sign in to the [Azure portal](https://portal.azure.com) by using the credentials for your Azure subscription.
14+
15+
1. Select the menu button in the upper-left corner of the portal, and then select **+ Create a resource**.
16+
17+
:::image type="content" source="../../media/azure-load-testing-create-in-portal/create-resource.png" alt-text="Screenshot that shows the button for creating a resource.":::
18+
19+
1. Use the search bar to find **Azure Load Testing**.
20+
21+
1. Select **Azure Load Testing**.
22+
23+
1. On the **Azure Load Testing** pane, select **Create**.
24+
25+
:::image type="content" source="../../media/azure-load-testing-create-in-portal/create-azure-load-testing.png" alt-text="Screenshot that shows the Azure Load Testing pane.":::
26+
27+
1. Provide the following information to configure your new Azure Load Testing resource:
28+
29+
|Field |Description |
30+
|---------|---------|
31+
|**Subscription** | Select the Azure subscription that you want to use for this Azure Load Testing resource. |
32+
|**Resource group** | Select an existing resource group. Or select **Create new**, and then enter a unique name for the new resource group. |
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+
|**Location** | Select a geographic location to host your Azure Load Testing resource. <BR>This location also determines where the test engines are hosted and where the JMeter client requests originate from. |
35+
36+
> [!NOTE]
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.
38+
39+
1. After you're finished configuring the resource, select **Review + Create**.
40+
41+
1. Review all the configuration settings and select **Create** to start the deployment of the Azure Load Testing resource.
42+
43+
When the process has finished, a deployment success message appears.
44+
45+
1. To view the new resource, select **Go to resource**.
46+
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.":::
48+
49+
1. Optionally, [manage access to your Azure Load Testing resource](../../how-to-assign-roles.md).
50+
51+
Azure Load Testing uses role-based access control (RBAC) to manage permissions for your resource. If you encounter this message, your account doesn't have the necessary permissions to manage tests.
52+
53+
:::image type="content" source="../../media/azure-load-testing-create-in-portal/azure-load-testing-not-authorized.png" lightbox="../../media/azure-load-testing-create-in-portal/azure-load-testing-not-authorized.png" alt-text="Screenshot that shows an error message in the Azure portal that you're not authorized to use the Azure Load Testing resource.":::
54+
48.6 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you already have a Load Testing resource, skip this section and continue to [
3232

3333
To create a Load Testing resource:
3434

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

3737
## Create a load test
3838

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@ The sample application's source repo includes an Apache JMeter script named *Sam
9696
> [!NOTE]
9797
> The sample Apache JMeter script requires two plugins: ```Custom Thread Groups``` and ```Throughput Shaping Timer```. To open the script on your local Apache JMeter instance, you need to install both plugins. You can use the [Apache JMeter Plugins Manager](https://jmeter-plugins.org/install/Install/) to do this.
9898
99-
### Create the Azure Load Testing resource
99+
### Create the Azure load testing resource
100100

101-
The Load Testing resource is a top-level resource for your load-testing activities. This resource provides a centralized place to view and manage load tests, test results, and related artifacts.
101+
The Azure load testing resource is a top-level resource for your load-testing activities. This resource provides a centralized place to view and manage load tests, test results, and related artifacts.
102102

103-
If you already have a Load Testing resource, skip this section and continue to [Create a load test](#create_test).
103+
If you already have a load testing resource, skip this section and continue to [Create a load test](#create-a-load-test).
104104

105-
If you don't yet have a Load Testing resource, create one now:
105+
If you don't yet have an Azure load testing resource, create one now:
106106

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

109-
### <a name="create_test"></a> Create a load test
109+
### Create a load test
110110

111-
To create a load test in the Load Testing resource for the sample app:
111+
Next, you create a load test in your load testing resource for the sample app. You create the load test by using an existing JMeter script in the sample app repository.
112112

113-
1. Go to the Load Testing resource and select **Create new test** on the command bar.
113+
1. Go to your load testing resource, and select **Create** on the **Overview** page.
114114

115115
:::image type="content" source="./media/tutorial-identify-bottlenecks-azure-portal/create-test.png" alt-text="Screenshot that shows the button for creating a new test." :::
116116

0 commit comments

Comments
 (0)