Skip to content

Commit c3c30bc

Browse files
Merge pull request #312590 from MicrosoftDocs/main
Auto Publish – main to live - 2026-03-04 18:00 UTC
2 parents 423e3bd + 50494b5 commit c3c30bc

20 files changed

Lines changed: 510 additions & 652 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6694,6 +6694,21 @@
66946694
"redirect_url": "/azure/cyclecloud/release-notes/ccws/2025-02-06",
66956695
"redirect_document_id": false
66966696
},
6697+
{
6698+
"source_path_from_root": "/articles/app-service/app-service-web-nodejs-best-practices-and-troubleshoot-guide.md",
6699+
"redirect_url": "/troubleshoot/azure/app-service/app-service-web-nodejs-best-practices-troubleshoot-guide",
6700+
"redirect_document_id": false
6701+
},
6702+
{
6703+
"source_path_from_root": "/articles/app-service/troubleshoot-http-502-http-503.md",
6704+
"redirect_url": "/troubleshoot/azure/app-service/troubleshoot-http-502-http-503",
6705+
"redirect_document_id": false
6706+
},
6707+
{
6708+
"source_path_from_root": "/articles/app-service/troubleshoot-performance-degradation.md",
6709+
"redirect_url": "/troubleshoot/azure/app-service/troubleshoot-performance-degradation",
6710+
"redirect_document_id": false
6711+
},
66976712
{
66986713
"source_path": "articles/app-service/sre-agent-overview.md",
66996714
"redirect_url": "/azure/sre-agent/overview",

articles/app-service/app-service-web-nodejs-best-practices-and-troubleshoot-guide.md

Lines changed: 0 additions & 201 deletions
This file was deleted.

articles/app-service/environment/toc.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@
6969
items:
7070
- name: Deployment Scripts
7171
href: ../../automation/automation-runbook-gallery.md
72-
- name: Troubleshooting
73-
items:
74-
- name: Troubleshoot Node.js app
75-
href: ../app-service-web-nodejs-best-practices-and-troubleshoot-guide.md?toc=%2fazure%2fapp-service%2fenvironment%2ftoc.json
76-
- name: Troubleshoot HTTP 502 & 503
77-
href: ../troubleshoot-http-502-http-503.md?toc=%2fazure%2fapp-service%2fenvironment%2ftoc.json
78-
- name: Troubleshoot performance issues
79-
href: ../troubleshoot-performance-degradation.md?toc=%2fazure%2fapp-service%2fenvironment%2ftoc.json
8072
- name: FAQ
8173
items:
8274
- name: Availability, performance, and application FAQ

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ You can customize health‑check behavior by using the following app settings.
268268
### Troubleshooting
269269

270270
- The mount directory in the custom container should be empty. Any content stored at this path is deleted when the Azure Storage is mounted, if you specify a directory under */home*, for example. If you migrate files for an existing app, make a backup of the app and its content before you begin.
271-
- When mounting an NFS share, you need to ensure that Secure Transfer Required is disabled on the storage account. App Service doesn't support mounting NFS shares when this setting is enabled. It uses port 2409 and virtual network integration and private endpoints as the security measure.
271+
- When mounting an NFS share, you need to ensure that Secure Transfer Required is disabled on the storage account. App Service doesn't support mounting NFS shares when this setting is enabled. It uses port 2049 and virtual network integration and private endpoints as the security measure.
272272
- If you delete an Azure Storage account, container, or share, remove the corresponding storage mount configuration in the app to avoid possible error scenarios.
273273
- Don't use storage mounts for local databases, such as SQLite, or for any other applications and components that rely on file handles and locks.
274274
- Ensure the following ports are open when using virtual network integration: Azure Files: 80 and 445. Azure Blobs: 80 and 443.

articles/app-service/quickstart-wordpress.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: app service, azure app service, wordpress, wordpress hosting, azure wo
66
author: msangapu-msft
77
ms.service: azure-app-service
88
ms.topic: quickstart
9-
ms.date: 04/11/2025
9+
ms.date: 03/04/2026
1010
ms.author: msangapu
1111
ms.custom:
1212
- mvc
@@ -17,6 +17,23 @@ ms.custom:
1717
---
1818
# Create a WordPress site
1919

20+
## What you'll accomplish
21+
22+
In this quickstart, you learn how to:
23+
24+
- Create a WordPress site from the Azure Marketplace
25+
- Configure a MySQL Flexible Server database
26+
- Set up App Service hosting plans
27+
- Deploy and manage your WordPress site
28+
- Monitor site performance and health
29+
- Configure custom domains and SSL
30+
- Optimize your WordPress deployment for production
31+
- Scale your application as traffic grows
32+
- Implement backup and disaster recovery strategies
33+
- Secure your WordPress site with best practices
34+
35+
## Overview
36+
2037
In this quickstart, you'll learn how to create and deploy your first [WordPress](https://www.wordpress.org/) site to [Azure App Service](overview.md) with [Azure Database for MySQL - Flexible Server](/azure/mysql/flexible-server/) using the [WordPress Azure Marketplace item by App Service](https://azuremarketplace.microsoft.com/marketplace/apps/WordPress.WordPress?tab=Overview). This quickstart uses the **Standard** tier for your app and a **Burstable, B2s** tier for your database, and incurs a cost for your Azure Subscription. For pricing, visit [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/linux/), [Azure Database for MySQL pricing](https://azure.microsoft.com/pricing/details/mysql/flexible-server/), [Content Delivery Network pricing](https://azure.microsoft.com/pricing/details/storage/blobs/), and [Azure Blob Storage pricing](https://azure.microsoft.com/pricing/details/storage/blobs/). You can learn more about WordPress on App Service in the [overview](overview-wordpress.md).
2138

2239
To complete this quickstart, you need an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).

articles/app-service/troubleshoot-http-502-http-503.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)