Skip to content

Commit 7c8d677

Browse files
authored
Merge pull request #225800 from MicrosoftDocs/release-ga-load-testing
Release ga load testing -- scheduled release at 9AM of 2/01
2 parents d5536f1 + 0a0bcac commit 7c8d677

File tree

93 files changed

+52
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+52
-136
lines changed

articles/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ productDirectory:
845845
- devops
846846
url: /azure/devops/test/
847847
# Card
848-
- title: Azure Load Testing (Preview)
849-
summary: Generate high-scale load and identify app performance bottlenecks
848+
- title: Azure Load Testing
849+
summary: Generate high-scale load and identify performance bottlenecks
850850
imageSrc: https://static.docs.com/ui/media/product/azure/load-testing.svg
851851
azureCategories:
852852
- devops

articles/load-testing/concept-azure-load-testing-vnet-injection.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/03/2022
1212

1313
# Scenarios for deploying Azure Load Testing in a virtual network
1414

15-
In this article, you'll learn about the scenarios for deploying Azure Load Testing Preview in a virtual network (VNET). This deployment is sometimes called VNET injection.
15+
In this article, you'll learn about the scenarios for deploying Azure Load Testing in a virtual network (VNET). This deployment is sometimes called VNET injection.
1616

1717
This functionality enables the following usage scenarios:
1818

@@ -29,9 +29,6 @@ The following diagram provides a technical overview:
2929

3030
:::image type="content" source="media/concept-azure-load-testing-vnet-injection/azure-load-testing-vnet-injection.png" alt-text="Diagram that shows the Azure Load Testing VNET injection technical overview.":::
3131

32-
> [!IMPORTANT]
33-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
34-
3532
## Scenario: Load test an Azure-hosted private endpoint
3633

3734
In this scenario, you've deployed an application endpoint in a virtual network on Azure, which isn't publicly accessible. For example, the endpoint could be behind an internal load balancer, or running on a VM with a private IP address.

articles/load-testing/concept-load-testing-concepts.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ ms.date: 11/03/2022
1010
ms.custom: template-concept
1111
---
1212

13-
# Key concepts for new Azure Load Testing Preview users
13+
# Key concepts for new Azure Load Testing users
1414

15-
Learn about the key concepts and components of Azure Load Testing Preview. This can help you to more effectively set up a load test to identify performance issues in your application.
16-
17-
> [!IMPORTANT]
18-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
15+
Learn about the key concepts and components of Azure Load Testing. This can help you to more effectively set up a load test to identify performance issues in your application.
1916

2017
## General concepts of load testing
2118

articles/load-testing/how-to-appservice-insights.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,12 @@ ms.topic: how-to
1111

1212
---
1313

14-
# Get performance insights from App Service diagnostics and Azure Load Testing Preview
14+
# Get performance insights from App Service diagnostics and Azure Load Testing
1515

16-
Azure Load Testing Preview collects detailed resource metrics across your Azure app components to help identify performance bottlenecks. In this article, you learn how to use App Service Diagnostics to get additional insights when load testing Azure App Service workloads.
16+
Azure Load Testing collects detailed resource metrics across your Azure app components to help identify performance bottlenecks. In this article, you learn how to use App Service Diagnostics to get additional insights when load testing Azure App Service workloads.
1717

1818
[App Service diagnostics](/azure/app-service/overview-diagnostics) is an intelligent and interactive way to help troubleshoot your app, with no configuration required. When you run into issues with your app, App Service diagnostics can help you resolve the issue easily and quickly.
1919

20-
> [!IMPORTANT]
21-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
22-
2320
## Prerequisites
2421

2522
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.custom: template-how-to
1414

1515
In this article, you learn how to manage access (authorization) to an Azure load testing resource. [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md) is used to manage access to Azure resources, such as the ability to create new resources or use existing ones. You can grant role-based access to users using the Azure portal, Azure Command-Line tools, or Azure Management APIs.
1616

17-
> [!IMPORTANT]
18-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
19-
2017
## Prerequisites
2118

2219
To assign Azure roles, you must have:

articles/load-testing/how-to-compare-multiple-test-runs.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@ ms.topic: how-to
1111
ms.custom: contperf-fy22q3
1212
---
1313

14-
# Identify performance regressions by comparing test runs in Azure Load Testing Preview
14+
# Identify performance regressions by comparing test runs in Azure Load Testing
1515

16-
In this article, you'll learn how you can identify performance regressions by comparing test runs in the Azure Load Testing Preview dashboard. The dashboard overlays the client-side and server-side metric graphs for each run, which allows you to quickly analyze performance issues.
16+
In this article, you'll learn how you can identify performance regressions by comparing test runs in the Azure Load Testing dashboard. The dashboard overlays the client-side and server-side metric graphs for each run, which allows you to quickly analyze performance issues.
1717

1818
You can compare load test runs for the following scenarios:
1919

2020
- [Identify performance regressions](#identify-performance-regressions) between application builds or configurations. You could run a load test at each development sprint to ensure that the previous sprint didn't introduce performance issues.
2121
- [Identify which application component is responsible](#identify-the-root-cause) for a performance problem (root cause analysis). For example, an application redesign might result in slower application response times. Comparing load test runs might reveal that the root cause was a lack of database resources.
2222

23-
> [!IMPORTANT]
24-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25-
2623
## Prerequisites
2724

2825
- An Azure account with an active subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/load-testing/how-to-configure-customer-managed-keys.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 05/10/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Configure customer-managed keys for your Azure Load Testing Preview resource with Azure Key Vault
13+
# Configure customer-managed keys for your Azure Load Testing resource with Azure Key Vault
1414

15-
Azure Load Testing Preview automatically encrypts all data stored in your load testing resource with keys that Microsoft provides (service-managed keys). Optionally, you can add a second layer of security by also providing your own (customer-managed) keys. Customer-managed keys offer greater flexibility for controlling access and using key-rotation policies.
15+
Azure Load Testing automatically encrypts all data stored in your load testing resource with keys that Microsoft provides (service-managed keys). Optionally, you can add a second layer of security by also providing your own (customer-managed) keys. Customer-managed keys offer greater flexibility for controlling access and using key-rotation policies.
1616

1717
The keys you provide are stored securely using [Azure Key Vault](../key-vault/general/overview.md). You can create a separate key for each Azure Load Testing resource you enable with customer-managed keys.
1818

@@ -25,9 +25,6 @@ Azure Load Testing uses the customer-managed key to encrypt the following data i
2525
> [!NOTE]
2626
> Azure Load Testing does not encrypt metrics data for a test run with your customer-managed key, including the JMeter metrics sampler names that you specify in the JMeter script. Microsoft has access to this metrics data.
2727
28-
> [!IMPORTANT]
29-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
30-
3128
## Prerequisites
3229

3330
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/load-testing/how-to-configure-user-properties.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 04/27/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Use JMeter user properties with Azure Load Testing Preview
13+
# Use JMeter user properties with Azure Load Testing
1414

15-
In this article, learn how to configure and use Apache JMeter user properties with Azure Load Testing Preview. With user properties, you can make your test configurable by keeping test settings outside of the JMeter test script. Use cases for user properties include:
15+
In this article, learn how to configure and use Apache JMeter user properties with Azure Load Testing. With user properties, you can make your test configurable by keeping test settings outside of the JMeter test script. Use cases for user properties include:
1616

1717
- You want to use the JMX test script in multiple deployment environments with different application endpoints.
1818
- Your test script needs to accommodate multiple load patterns, such as smoke tests, peak load, or soak tests.
@@ -22,9 +22,6 @@ Azure Load Testing supports the standard [Apache JMeter properties](https://jmet
2222

2323
Alternately, you can also [use environment variables and secrets in Azure Load Testing](./how-to-parameterize-load-tests.md) to make your tests configurable.
2424

25-
> [!IMPORTANT]
26-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
27-
2825
## Prerequisites
2926

3027
- An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/load-testing/how-to-create-and-run-load-test-with-jmeter-script.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.date: 10/02/2022
1111
adobe-target: true
1212
---
1313

14-
# Load test a website by using an existing JMeter script in Azure Load Testing Preview
14+
# Load test a website by using an existing JMeter script in Azure Load Testing
1515

16-
Learn how to use an Apache JMeter script to load test a web application with Azure Load Testing Preview from the Azure portal.
16+
Learn how to use an Apache JMeter script to load test a web application with Azure Load Testing from the Azure portal.
1717

1818
Azure Load Testing enables you to take an existing Apache JMeter script, and use it to run a load test at cloud scale. Alternatively, you can also [create a URL-based load test in the Azure portal](./quickstart-create-and-run-load-test.md).
1919

@@ -23,9 +23,6 @@ Use cases for creating a load test with an existing JMeter script include:
2323
- You want to test multiple endpoints in a single load test.
2424
- You have a data-driven load test. For example, you want to [read CSV data in a load test](./how-to-read-csv-data.md).
2525

26-
> [!IMPORTANT]
27-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
28-
2926
## Prerequisites
3027

3128
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/load-testing/how-to-create-manage-test.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create and manage tests
33
titleSuffix: Azure Load Testing
4-
description: 'Learn how to create and manage tests in your Azure Load Testing Preview resource.'
4+
description: 'Learn how to create and manage tests in your Azure Load Testing resource.'
55
services: load-testing
66
ms.service: load-testing
77
ms.author: nicktrog
@@ -11,12 +11,9 @@ ms.topic: how-to
1111
---
1212
<!-- Intent: As a user I want to configure the test plan for a load test, so that I can successfully run a load test -->
1313

14-
# Create and manage tests in Azure Load Testing Preview
14+
# Create and manage tests in Azure Load Testing
1515

16-
Learn how to create and manage [tests](./concept-load-testing-concepts.md#test) in your Azure Load Testing Preview resource.
17-
18-
> [!IMPORTANT]
19-
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
16+
Learn how to create and manage [tests](./concept-load-testing-concepts.md#test) in your Azure Load Testing resource.
2017

2118
## Prerequisites
2219

0 commit comments

Comments
 (0)