Skip to content

Commit 30f4b30

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into agc-pricing
2 parents e2e89f2 + 11e90bc commit 30f4b30

File tree

473 files changed

+6392
-2644
lines changed

Some content is hidden

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

473 files changed

+6392
-2644
lines changed

articles/api-management/validate-jwt-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The `validate-jwt` policy enforces existence and validity of a supported JSON we
121121
* If used in the policy, the key must be provided inline within the policy in the Base64-encoded form.
122122
* **Asymmetric** - The following encryption algorithms are supported: PS256, RS256, RS512, ES256.
123123
* If used in the policy, the key may be provided either via an OpenID configuration endpoint, or by providing the ID of an uploaded certificate (in PFX format) that contains the public key, or the modulus-exponent pair of the public key.
124+
* If the API Management instance is injected or integrated in a virtual network, any OpenID configuration endpoint URLs configured in the policy must be reachable by the gateway.
124125
* To configure the policy with one or more OpenID configuration endpoints for use with a self-hosted gateway, the OpenID configuration endpoints URLs must also be reachable by the cloud gateway.
125126
* You can use access restriction policies in different scopes for different purposes. For example, you can secure the whole API with Microsoft Entra authentication by applying the `validate-jwt` policy on the API level, or you can apply it on the API operation level and use `claims` for more granular control.
126127
* When using a custom header (`header-name`), the configured required scheme (`require-scheme`) will be ignored. To use a required scheme, JWTs must be provided in the `Authorization` header.

articles/app-service/app-service-configure-premium-v3-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
128128

129129
- [Scale up an app in Azure App Service](manage-scale-up.md)
130130
- [Get started with autoscale in Azure](/azure/azure-monitor/autoscale/autoscale-get-started)
131-
- [Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
131+
- [Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/app-service-configure-premium-v4-tier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ New-AzAppServicePlan -ResourceGroupName <resource_group_name> `
160160
## Related content
161161

162162
- [Scale up an app in Azure App Service](manage-scale-up.md)
163-
- [Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
163+
- [Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/manage-scale-per-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ Follow these steps to configure high-density hosting for your apps:
139139

140140
- [What are Azure App Service plans?](overview-hosting-plans.md)
141141
- [App Service Environment overview](environment/overview.md)
142-
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
142+
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/manage-scale-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For a table of service limits, quotas, and constraints, and supported features i
8787

8888
* [Get started with autoscale in Azure](/azure/azure-monitor/autoscale/autoscale-get-started)
8989
* [Configure Premium V3 tier for App Service](app-service-configure-premium-tier.md)
90-
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
90+
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)
9191
<!-- LINKS -->
9292
[vmsizes]:https://azure.microsoft.com/pricing/details/app-service/
9393
[SQLaccountsbilling]:https://go.microsoft.com/fwlink/?LinkId=234930

articles/app-service/overview-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ Post your questions or feedback at [Share your ideas](https://feedback.azure.com
141141

142142
## Related content
143143

144-
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
144+
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ For information about restrictions for diagnostic settings, see [Destination lim
205205
- [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview)
206206
- [Azure App Service quotas and alerts](web-sites-monitor.md)
207207
- [Troubleshoot an app in Azure App Service by using Visual Studio](troubleshoot-dotnet-visual-studio.md)
208-
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
208+
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/troubleshoot-performance-degradation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ You can also manage your app using Azure PowerShell. For more information, see [
175175
## Related content
176176

177177
- [Troubleshooting intermittent outbound connection errors in Azure App Service](troubleshoot-intermittent-outbound-connection-errors.md)
178-
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
178+
- [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-service/tutorial-troubleshoot-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ What you learned:
268268
* [Query logs with Azure Monitor](/azure/azure-monitor/logs/log-query-overview)
269269
* [Troubleshooting Azure App Service in Visual Studio](troubleshoot-dotnet-visual-studio.md)
270270
* [Analyze app Logs in HDInsight](/azure/hdinsight/hdinsight-hadoop-oms-log-analytics-tutorial)
271-
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../load-testing/tutorial-identify-bottlenecks-azure-portal.md)
271+
* [Tutorial: Run a load test to identify performance bottlenecks in a web app](../app-testing/load-testing/tutorial-identify-bottlenecks-azure-portal.md)

articles/app-testing/index.yml

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
### YamlMime:Landing
2+
3+
title: Azure App Testing documentation
4+
summary: Learn how to test your applications at scale with Azure App Testing services. Generate high-scale loads, run end-to-end tests with high parallelization, identify performance bottlenecks, and automate testing with Azure Load Testing and Playwright Workspaces.
5+
6+
metadata:
7+
title: Azure App Testing documentation
8+
description: Learn how to test your applications at scale with Azure App Testing services. Generate high-scale loads, run end-to-end tests with high parallelization, identify performance bottlenecks, and automate testing with Azure App Testing and Playwright Workspaces.
9+
ms.service: azure-app-testing
10+
ms.topic: landing-page
11+
ms.author: ninallam
12+
author: ninallam
13+
ms.date: 07/24/2025
14+
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
16+
17+
landingContent:
18+
# Card
19+
- title: About Azure App Testing
20+
linkLists:
21+
- linkListType: overview
22+
links:
23+
- text: What is Azure App Testing?
24+
url: overview-what-is-azure-app-testing.md
25+
26+
# Card
27+
- title: Azure Load Testing
28+
linkLists:
29+
- linkListType: overview
30+
links:
31+
- text: What is Azure Load Testing?
32+
url: load-testing/overview-what-is-azure-load-testing.md
33+
- text: Key concepts
34+
url: load-testing/concept-load-testing-concepts.md
35+
- linkListType: quickstart
36+
links:
37+
- text: Create a URL-based load test
38+
url: load-testing/quickstart-create-and-run-load-test.md
39+
- text: Create a load test with a JMeter script
40+
url: load-testing/how-to-create-and-run-load-test-with-JMeter-script.md
41+
- text: Create a load test with a Locust script
42+
url: load-testing/quickstart-create-run-load-test-with-locust.md
43+
- text: Automate load tests with Azure Pipelines
44+
url: load-testing/quickstart-add-load-test-cicd.md
45+
46+
# Card
47+
- title: Playwright Workspaces
48+
linkLists:
49+
- linkListType: overview
50+
links:
51+
- text: What is Playwright Workspaces?
52+
url: playwright-workspaces/overview-what-is-microsoft-playwright-workspaces.md
53+
- text: Try Playwright Workspaces for free
54+
url: playwright-workspaces/how-to-try-playwright-workspaces-free.md
55+
- linkListType: quickstart
56+
links:
57+
- text: Run end-to-end tests at scale
58+
url: playwright-workspaces/quickstart-run-end-to-end-tests.md
59+
- text: Set up continuous end-to-end testing
60+
url: playwright-workspaces/quickstart-automate-end-to-end-testing.md
61+
62+
# Card
63+
- title: Load testing scenarios
64+
linkLists:
65+
- linkListType: concept
66+
links:
67+
- text: Load test Azure App Service apps
68+
url: load-testing/concept-load-test-app-service.md
69+
- text: Scenarios for VNET deployment
70+
url: load-testing/concept-azure-load-testing-vnet-injection.md
71+
- linkListType: how-to-guide
72+
links:
73+
- text: Test App Service web apps
74+
url: load-testing/how-to-create-load-test-app-service.md
75+
- text: Test Azure Functions
76+
url: load-testing/how-to-create-load-test-function-app.md
77+
- text: Test private endpoints
78+
url: load-testing/how-to-test-private-endpoint.md
79+
- text: Test secure endpoints
80+
url: load-testing/how-to-test-secured-endpoints.md
81+
82+
# Card
83+
- title: Configure load tests
84+
linkLists:
85+
- linkListType: how-to-guide
86+
links:
87+
- text: Add HTTP requests to URL-based tests
88+
url: load-testing/how-to-add-requests-to-url-based-test.md
89+
- text: Configure for high scale loads
90+
url: load-testing/how-to-high-scale-load.md
91+
- text: Parameterize load tests
92+
url: load-testing/how-to-parameterize-load-tests.md
93+
- text: Define test fail criteria
94+
url: load-testing/how-to-define-test-criteria.md
95+
- text: Read data from a CSV file
96+
url: load-testing/how-to-read-csv-data.md
97+
- text: Use JMeter plugins
98+
url: load-testing/how-to-use-jmeter-plugins.md
99+
100+
# Card
101+
- title: Configure end-to-end tests
102+
linkLists:
103+
- linkListType: concept
104+
links:
105+
- text: Determine optimal test suite configuration
106+
url: playwright-workspaces/concept-determine-optimal-configuration.md
107+
- linkListType: how-to-guide
108+
links:
109+
- text: Optimize regional latency
110+
url: playwright-workspaces/how-to-optimize-regional-latency.md
111+
- text: Run tests for local and private apps
112+
url: playwright-workspaces/how-to-test-local-applications.md
113+
- text: Configure visual comparisons
114+
url: playwright-workspaces/how-to-configure-visual-comparisons.md
115+
- text: Manage authentication
116+
url: playwright-workspaces/how-to-manage-authentication.md
117+
118+
# Card
119+
- title: Analyze load test results
120+
linkLists:
121+
- linkListType: how-to-guide
122+
links:
123+
- text: Compare load test runs
124+
url: load-testing/how-to-compare-multiple-test-runs.md
125+
- text: Analyze results using AI insights
126+
url: load-testing/how-to-analyze-test-results-using-actionable-insights.md
127+
- text: Configure server-side monitoring
128+
url: load-testing/how-to-monitor-server-side-metrics.md
129+
- text: Export test results
130+
url: load-testing/how-to-export-test-results.md
131+
- text: Diagnose failing load tests
132+
url: load-testing/how-to-diagnose-failing-load-test.md
133+
- linkListType: tutorial
134+
links:
135+
- text: Identify performance bottlenecks
136+
url: load-testing/tutorial-identify-bottlenecks-azure-portal.md
137+
138+
# Card
139+
- title: Automation & CI/CD
140+
linkLists:
141+
- linkListType: how-to-guide
142+
links:
143+
- text: Run load tests in CI/CD
144+
url: load-testing/how-to-configure-load-test-cicd.md
145+
- text: Set up continuous end-to-end testing
146+
url: playwright-workspaces/quickstart-automate-end-to-end-testing.md
147+
- text: Create and run load tests from Visual Studio Code
148+
url: load-testing/quickstart-create-run-load-tests-from-visual-studio-code.md
149+
150+
# Card
151+
- title: Security & access management
152+
linkLists:
153+
- linkListType: how-to-guide
154+
links:
155+
- text: Manage users and roles (Load Testing)
156+
url: load-testing/how-to-assign-roles.md
157+
- text: Use a managed identity
158+
url: load-testing/how-to-use-a-managed-identity.md
159+
- text: Manage workspace access (Playwright)
160+
url: playwright-workspaces/how-to-manage-workspace-access.md
161+
- text: Manage access tokens (Playwright)
162+
url: playwright-workspaces/how-to-manage-access-tokens.md
163+
164+
# Card
165+
- title: Manage resources
166+
linkLists:
167+
- linkListType: how-to-guide
168+
links:
169+
- text: Create & manage load tests
170+
url: load-testing/how-to-create-manage-test.md
171+
- text: Manage Playwright workspaces
172+
url: playwright-workspaces/how-to-manage-playwright-workspace.md
173+
- text: Monitor Azure Load Testing
174+
url: load-testing/monitor-load-testing.md
175+
- text: Move resources between regions
176+
url: load-testing/how-to-move-between-regions.md
177+
178+

0 commit comments

Comments
 (0)