Skip to content

Commit 90e16c1

Browse files
Merge pull request #298111 from msangapu-msft/patch-26
Update quickstart-wordpress.md
2 parents 6967bc0 + a02463d commit 90e16c1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ keywords: app service, azure app service, wordpress, wordpress hosting, azure wo
66
author: msangapu-msft
77
ms.subservice: wordpress
88
ms.topic: quickstart
9-
ms.date: 02/21/2025
10-
# ms.devlang: wordpress
9+
ms.date: 04/11/2025
1110
ms.author: msangapu
1211
ms.custom: mvc, linux-related-content
1312
---
@@ -29,6 +28,8 @@ To complete this quickstart, you need an Azure account with an active subscripti
2928

3029
1. <a name="wordpress-setup"></a>Under **WordPress setup**, choose your preferred **Site Language**, then type an **Admin Email**, **Admin Username**, and **Admin Password**. The **Admin Email** is used for WordPress administrative sign-in only.
3130

31+
1. (_Optional_) Select the **Add-ins** tab. Recommended settings (including Managed Identity) are already enabled by default. Clear the checkboxes if you're unfamiliar with these settings. See [Configure WordPress add-ins](#configure-wordpress-add-ins) for more information.
32+
3233
1. Select the **Review + create** tab. After validation runs, select the **Create** button at the bottom of the page to create the WordPress site.
3334

3435
:::image type="content" source="./media/quickstart-wordpress/09-wordpress-create.png?text=WordPress create button" alt-text="Screenshot of WordPress create button on Azure App Service.":::
@@ -54,6 +55,15 @@ When no longer needed, you can delete the resource group, App service, and all r
5455

5556
:::image type="content" source="./media/quickstart-wordpress/delete-resource-group.png" alt-text="Delete resource group.":::
5657

58+
## Configure WordPress add-ins
59+
60+
In the Add-ins tab, recommended settings are already enabled by default:
61+
- Managed Identities remove the overhead of managing sensitive credentials to access Azure resources, making your website highly secure.
62+
- Azure Communication Service enables application-to-person, high-volume emails with Azure Communication Services.
63+
- Azure Content Delivery Network helps in improving performance, availability, and security by using a distributed network of servers that can store cached content in point-of-presence locations, close to end users.
64+
- Azure Front Door (AFD) provides dynamic site acceleration that reduces response times while also allowing content delivery by caching at nearest edge servers for faster media downloads.
65+
- Azure Blob Storage allows you to store and access images, videos and other files. This effectively reduces the load on your web server thereby improving performance and user experience.
66+
5767
## Manage the MySQL flexible server, username, or password (optional)
5868

5969
- The MySQL Flexible Server is created behind a private [Virtual Network](../virtual-network/virtual-networks-overview.md) and can't be accessed directly. To access or manage the database, use phpMyAdmin that's deployed with the WordPress site. You can access phpMyAdmin by following these steps:

0 commit comments

Comments
 (0)