Skip to content

Commit 18f816e

Browse files
Update quickstart-wordpress.md
1 parent 4aca385 commit 18f816e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/app-service/quickstart-wordpress.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ To complete this quickstart, you need an Azure account with an active subscripti
2929

3030
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.
3131

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+
39+
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).
40+
3241
1. Select the **Review + create** tab. After validation runs, select the **Create** button at the bottom of the page to create the WordPress site.
3342

3443
:::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.":::

0 commit comments

Comments
 (0)