Skip to content

Commit f4ac4df

Browse files
committed
test: add >10 line change to prevent auto-merge (t03)
1 parent ead28ab commit f4ac4df

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

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).

0 commit comments

Comments
 (0)