Skip to content

Commit abc38ea

Browse files
Update WordPress quickstart guide and add-ins
1 parent 18f816e commit abc38ea

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 12 additions & 9 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,13 +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

32-
1. (Optional) Select the **Add-ins** tab. Recommended settings are already enabled by default in the Add-ins tab.
33-
- Managed Identities remove the overhead of managing sensitive credentials to access Azure resources, making your website highly secure.
34-
- Azure Communication Service enables application-to-person, high-volume emails with Azure Communication Services.
35-
- 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.
36-
- 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.
37-
- 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.
38-
31+
1. (Optional) Select the **Add-ins** tab. Recommended settings (including Managed Identity) are already enabled by default. See [Configure WordPress add-ins](#configure-wordpress-add-ins) for more information.
32+
3933
If you're unfamiliar with an Azure CDN, Azure Front Door, Blob Storage, or ACS Email then clear the checkboxes. For more details on the Content Distribution options, see [WordPress on App Service](https://azure.github.io/AppService/2022/02/23/WordPress-on-App-Service-Public-Preview.html).
4034

4135
1. Select the **Review + create** tab. After validation runs, select the **Create** button at the bottom of the page to create the WordPress site.
@@ -63,6 +57,15 @@ When no longer needed, you can delete the resource group, App service, and all r
6357

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

60+
## Configure WordPress add-ins
61+
62+
In the Add-ins tab, recommended settings are already enabled by default:
63+
- Managed Identities remove the overhead of managing sensitive credentials to access Azure resources, making your website highly secure.
64+
- Azure Communication Service enables application-to-person, high-volume emails with Azure Communication Services.
65+
- 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.
66+
- 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.
67+
- 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.
68+
6669
## Manage the MySQL flexible server, username, or password (optional)
6770

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