Skip to content

Commit c6aa056

Browse files
committed
update intro
1 parent 073d7f3 commit c6aa056

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

articles/app-service/overview-wordpress.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,27 @@ ms.custom: mvc, linux-related-content
1515

1616
# What is WordPress on App Service?
1717

18-
[WordPress](https://www.wordpress.org) is an open source Content Management System (CMS) used by over 40% of the web to create websites, blogs, and other applications. WordPress can be run on a few different Azure services: [AKS](/azure/mysql/flexible-server/tutorial-deploy-wordpress-on-aks), [Virtual Machines](/azure/virtual-machines/linux/tutorial-lamp-stack#install-wordpress), [Azure Container Apps](https://github.com/Azure-Samples/apptemplate-wordpress-on-ACA) and Azure App Service. For a full list of WordPress options on Azure, see [WordPress on Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=wordpress&page=1).
18+
[WordPress](https://www.wordpress.org) is an open-source Content Management System (CMS) that powers over 40% of the web, allowing users to create and manage websites, blogs, and e-commerce platforms. **WordPress on Azure App Service** provides a **fully managed hosting solution** that allows users to focus on creating content while **Azure handles infrastructure, security, and performance optimizations**. This offering integrates key Azure services such as:
1919

20-
With WordPress on Azure App Service, you can focus on creating content while Azure takes care of the infrastructure, security, and performance needs. App Service provides a streamlined and scalable platform for hosting WordPress websites. By using Azure's powerful infrastructure, including **Azure App Service**, **Azure Database for MySQL**, **Azure CDN**, and **Azure Blob Storage**, you can quickly deploy and manage a secure, high-performance WordPress site.
20+
- **Azure App Service** – A scalable platform-as-a-service (PaaS) optimized for running WordPress.
21+
- **Azure Database for MySQL** – A managed database service for WordPress backend storage.
22+
- **Azure CDN** – Improves website load times and performance by caching content globally.
23+
- **Azure Blob Storage** – Offloads media files to reduce server load and enhance scalability.
2124

22-
This solution is designed to meet the needs of both small and large-scale deployments, whether you're running a personal blog, a corporate website, or an e-commerce platform. With features like automated updates, advanced security, and global availability, WordPress on Azure App Service simplifies infrastructure management, so you can focus on your content and audience.
25+
This solution is designed for **both small and large-scale deployments**, making it an ideal choice for personal blogs, corporate websites, and high-traffic e-commerce platforms. With **automated updates, built-in security, and global availability**, WordPress on Azure App Service simplifies infrastructure management while ensuring high availability and performance.
2326

2427
[**Quickstart documentation**](quickstart-wordpress.md) | [**Create a WordPress site using the Azure portal**](https://portal.azure.com/#create/WordPress.WordPress)
2528

29+
## Other WordPress hosting options on Azure
30+
31+
WordPress can also be hosted on other Azure services based on specific requirements:
32+
33+
- [Azure Kubernetes Service (AKS)](/azure/mysql/flexible-server/tutorial-deploy-wordpress-on-aks) – For containerized deployments with microservices.
34+
- [Azure Virtual Machines (VMs)](/azure/virtual-machines/linux/tutorial-lamp-stack#install-wordpress) – For full control over server configurations.
35+
- [Azure Container Apps](https://github.com/Azure-Samples/apptemplate-wordpress-on-ACA) – For hosting containerized WordPress instances.
36+
37+
For a full list of WordPress hosting options, see [WordPress on Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=wordpress&page=1).
38+
2639
## How does App Service simplify WordPress?
2740

2841
Azure App Service makes deploying WordPress sites straightforward for both beginners and experienced developers:

0 commit comments

Comments
 (0)