Skip to content

Commit 32a47a5

Browse files
author
gitName
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tls13
2 parents b3b5a8c + 71ba75b commit 32a47a5

File tree

433 files changed

+5689
-2457
lines changed

Some content is hidden

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

433 files changed

+5689
-2457
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,12 @@
638638
"branch": "main",
639639
"branch_mapping": {}
640640
},
641+
{
642+
"path_to_root": "playwright-workspaces",
643+
"url": "https://github.com/Azure/playwright-workspaces",
644+
"branch": "main",
645+
"branch_mapping": {}
646+
},
641647
{
642648
"path_to_root": "playwright-testing-service",
643649
"url": "https://github.com/microsoft/playwright-testing-service",

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/overview-inbound-outbound-ips.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how inbound and outbound IP addresses are used in Azure App S
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: article
7-
ms.date: 08/05/2025
7+
ms.date: 08/07/2025
88
ms.update-cycle: 1095-days
99
ms.custom:
1010
- UpdateFrequency3
@@ -139,6 +139,8 @@ You can configure the IP mode behavior using the `IPMode` property:
139139
- **IPv6**: DNS returns IPv6 address only
140140
- **IPv4AndIPv6**: DNS returns both IPv4 and IPv6 addresses
141141

142+
IPMode is a DNS-only feature. Every App Service site can receive requests via both IPv4 and IPv6 endpoints—regardless of the configured IpMode. IpMode only influences how DNS resolves the endpoint, so it affects clients that rely on DNS resolution (which should be most clients), but it doesn't restrict which protocol endpoints can be reached.
143+
142144
### Configure IPv6 support
143145

144146
# [Azure portal](#tab/azure-portal)

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)

0 commit comments

Comments
 (0)