You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,13 +28,8 @@ To complete this quickstart, you need an Azure account with an active subscripti
29
28
30
29
1. <aname="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.
31
30
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
+
39
33
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
34
41
35
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
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
+
66
69
## Manage the MySQL flexible server, username, or password (optional)
67
70
68
71
- 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