Skip to content

Commit dac3e90

Browse files
authored
Merge pull request #300608 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 5dae990 + 98d41df commit dac3e90

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Azure NetApp Files datastores for Azure VMware Solution are currently supported
7979

8080
* AV36
8181
* AV36P
82+
* AV48
8283
* AV52
8384
* AV64
8485

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ In Azure Load Testing, access is granted by assigning the appropriate Azure role
3232

3333
| Role | Description |
3434
| --- | --- |
35-
| **Load Test Reader** | Read-only actions in the Load Testing resource. Readers can list and view tests and test runs in the resource. Readers can't create, update, or run tests. |
36-
| **Load Test Contributor** | View, create, edit, or delete (where applicable) tests and 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. |
3737
| **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. |
3838

3939
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
5959

6060
| DataActions | Description |
6161
| ------- | ----------- |
62-
| Microsoft.LoadTestService/loadtests/* | Start, stop, and manage load tests. |
62+
| Microsoft.LoadTestService/loadtests/* | Start, stop, manage load tests and test profiles. |
6363

6464
### Load Test Contributor
6565

@@ -76,6 +76,8 @@ A Load Test Contributor can manage everything except access. The following table
7676
| DataActions | Description |
7777
| ------- | ----------- |
7878
| 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. |
7981

8082
### Load Test Reader
8183

@@ -92,6 +94,8 @@ A Load Test Reader can view all the resources in a load testing resource but can
9294
| DataActions | Description |
9395
| ------- | ----------- |
9496
| Microsoft.LoadTestService/loadtests/readTest/action | Read load tests. |
97+
| Microsoft.LoadTestService/testProfiles/read | Read load test profiles. |
98+
| Microsoft.LoadTestService/testProfileRuns/read | Read load test profile runs. |
9599

96100
## Configure Azure RBAC for your load testing resource
97101

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.topic: how-to
1212

1313
# Compare load test runs in Azure Load Testing
1414

15-
In this article, you learn how you can compare test runs in Azure Load Testing. You can view trends across the last 10 test runs, or you can select and compare up to five individual test runs. Optionally, you can mark a test run as a baseline to compare against.
15+
In this article, you learn how you can compare test runs in Azure Load Testing. You can view trends across the last 10 test runs, or you can select and compare up to ten individual test runs. Optionally, you can mark a test run as a baseline to compare against.
1616

1717
To identify regressions over time, you can use the client-side metrics trends of the last 10 test runs, such as the response time, error rate, and more. In combination with [CI/CD integration](./quickstart-add-load-test-cicd.md), the trends data might help you identify which application build introduced a performance issue.
1818

1919
When you want to compare the client-side metrics trends against a specific reference test run, you can mark that test run as your baseline. For example, before you implement performance optimizations in your application, you might first create a baseline load test run, and then validate the effects of your optimizations against your baseline.
2020

21-
To compare both client-side and server-side metrics, you can select up to five test runs, and compare them in the Azure Load Testing dashboard. The dashboard overlays the client-side and server-side metric graphs for each test run. By also comparing server-side application metrics in the dashboard, you can identify which application component was the root cause for a sudden performance degradation.
21+
To compare both client-side and server-side metrics, you can select up to ten test runs, and compare them in the Azure Load Testing dashboard. The dashboard overlays the client-side and server-side metric graphs for each test run. By also comparing server-side application metrics in the dashboard, you can identify which application component was the root cause for a sudden performance degradation.
2222

2323
## Prerequisites
2424

@@ -28,7 +28,7 @@ To compare both client-side and server-side metrics, you can select up to five t
2828

2929
## Compare multiple load test runs
3030

31-
To compare test runs in Azure Load Testing, you first have to select up to five runs within a load test. You can only compare runs that belong to the same load test. After you select the test runs you want to compare, you can visually compare the client-side and server-side metrics for each test run in the load test dashboard.
31+
To compare test runs in Azure Load Testing, you first have to select up to ten runs within a load test. You can only compare runs that belong to the same load test. After you select the test runs you want to compare, you can visually compare the client-side and server-side metrics for each test run in the load test dashboard.
3232

3333
A test run needs to be in the *Done*, *Stopped*, or *Failed* state to compare it.
3434

@@ -45,7 +45,7 @@ Use the following steps to select the test runs:
4545

4646
1. Select two or more test runs, and then select **Compare** to compare test runs.
4747

48-
You can choose a maximum of five test runs to compare.
48+
You can choose a maximum of ten test runs to compare.
4949

5050
:::image type="content" source="media/how-to-compare-multiple-test-runs/compare-test-results-from-list.png" alt-text="Screenshot that shows a list of test runs and the 'Compare' button in the Azure portal." lightbox="media/how-to-compare-multiple-test-runs/compare-test-results-from-list.png":::
5151

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ Azure Load Testing uses the customer-managed key to encrypt the following data i
4141

4242
- Azure Load Testing can't automatically rotate the customer-managed key to use the latest version of the encryption key. You should update the key URI in the resource after the key is rotated in the Azure Key Vault.
4343

44-
## Configure your Azure key vault
44+
## Configure your Azure Key Vault
4545

4646
To use customer-managed encryption keys with Azure Load Testing, you need to store the key in Azure Key Vault. You can use an existing key vault or create a new one. The load testing resource and key vault may be in different regions or subscriptions in the same tenant.
4747

4848
Make sure to configure the following key vault settings when you use customer-managed encryption keys.
4949

5050
### Configure key vault networking settings
5151

52-
If you restricted access to your Azure key vault by a firewall or virtual networking, you need to grant access to Azure Load Testing for retrieving your customer-managed keys. Follow these steps to [grant access to trusted Azure services](/azure/key-vault/general/overview-vnet-service-endpoints#grant-access-to-trusted-azure-services).
52+
If you restricted access to your Azure Key Vault by a firewall or virtual networking, you need to grant access to Azure Load Testing for retrieving your customer-managed keys. Follow these steps to [grant access to trusted Azure services](/azure/key-vault/general/overview-vnet-service-endpoints#grant-access-to-trusted-azure-services).
5353

5454
> [!IMPORTANT]
55-
> Retrieving customer-managed keys from a private Azure key vault that has access restrictions is currently not supported in **US Gov Virginia** region.
55+
> Retrieving customer-managed keys from a private Azure Key Vault that has access restrictions is currently not supported in **US Gov Virginia** region.
5656
5757
### Configure soft delete and purge protection
5858

@@ -147,7 +147,7 @@ az keyvault key create \
147147

148148
When you use customer-managed encryption keys, you have to specify a user-assigned managed identity. The user-assigned managed identity for accessing the customer-managed keys in Azure Key Vault must have appropriate permissions to access the key vault.
149149

150-
1. In the [Azure portal](https://portal.azure.com), go to the Azure key vault instance that you plan to use to host your encryption keys.
150+
1. In the [Azure portal](https://portal.azure.com), go to the Azure Key Vault instance that you plan to use to host your encryption keys.
151151

152152
1. Select **Access Policies** from the left menu.
153153

0 commit comments

Comments
 (0)