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
Bandwidth is unlimited, but [charges apply for internet egress](https://azure.microsoft.com/pricing/details/bandwidth/).
37
39
38
40
## How are security patches updated?
39
-
Azure manages security patches for core technologies, while WordPress-specific updates may require manual or semi-automated steps:
41
+
42
+
Azure manages security patches for core technologies, while WordPress-specific updates might require manual or semi-automated steps:
43
+
40
44
-**PHP Major Versions:** Update manually under **App Service > Settings > Configuration**.
41
45
-**WordPress Core:** Minor updates are automatic, while major updates need manual configuration.
42
46
-**Plugins and Themes:** Perform manual updates after backing up your site to avoid issues. WordPress also offers auto update options.
43
47
44
-
See [How to keep your WordPress website stack on Azure App Service up to date](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-keep-your-wordpress-website-stack-on-azure-app-service-up-to-date/3832193) for more information.
48
+
For more information, see [How to keep your WordPress website stack on Azure App Service up to date](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-keep-your-wordpress-website-stack-on-azure-app-service-up-to-date/3832193).
45
49
46
50
## What security features are available to protect my website?
51
+
47
52
Azure App Service integrates robust security features to safeguard WordPress sites:
53
+
48
54
-**[App Service Security](overview-security.md):** HTTPS, IP restrictions, certificates, authentication, and network isolation.
49
55
-**[Easy Authentication](overview-authentication-authorization.md):** Built-in identity provider integration with minimal effort.
50
56
-**[Azure Database for MySQL](/security/benchmark/azure/baselines/azure-database-for-mysql-flexible-server-security-baseline):** Advanced protections for Azure MySQL servers, including encryption and backup capabilities.
@@ -54,56 +60,65 @@ Azure App Service integrates robust security features to safeguard WordPress sit
54
60
-**[Azure Key Vault](/azure/key-vault/):** Secure storage for keys, secrets, and certificates.
55
61
-**[Microsoft Entra ID](/entra/identity/):** Single sign-On (SSO) for seamless authentication.
56
62
57
-
58
-
59
63
## How can I set up WordPress Multisite?
64
+
60
65
WordPress Multisite allows managing multiple sites from a single installation. To enable:
61
66
Set up a **[subdirectory-based Multisite](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-set-up-subdirectory-multisite-in-wordpress-on-azure-app/ba-p/3791071)** or **[subdomain-based Multisite](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-set-up-subdomain-multisite-in-wordpress-on-app-service/ba-p/3886283)**.
62
67
63
68
> [!NOTE]
64
69
> - Conversion to Multisite is permanent; reverting to a single site is unsupported.
65
70
> - Switching between subdirectory and subdomain setups isn't allowed.
66
-
>
67
71
68
72
## How do I access my WordPress website's database?
73
+
69
74
The database can be accessed using **phpMyAdmin** at: `https://<your-site-link>/phpmyadmin`.
70
75
Use the `DATABASE_USERNAME` as the username and a generated token as the password (tokens can be retrieved via **Kudu SSH**).
71
76
72
77
## How do I enable a custom domain for my WordPress website?
78
+
73
79
Custom domains can be set up with these resources:
80
+
74
81
-[Using custom domains with WordPress on Azure App Service](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-use-custom-domains-with-wordpress-on-app-service/ba-p/3886247)
75
82
-[Configuring custom domains with Azure Front Door](/azure/frontdoor/front-door-custom-domain)
76
83
77
84
## Does WordPress on App Service have email functionality?
85
+
78
86
Yes, email functionality is supported through **[Azure Communication Services](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/wordpress-on-azure-appservice-email-integration/ba-p/3890486)**. [Custom email domains can be also be configured](/azure/communication-services/quickstarts/email/add-custom-verified-domains).
79
87
80
88
## How can I update NGINX configurations for my WordPress website?
89
+
81
90
NGINX configurations can be updated using a **startup script**. Detailed instructions are available in the [startup script guide](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/updating-nginx-default-configurations-on-azure-app-services/ba-p/3710146).
82
91
83
92
## How can I access error logs for my WordPress website?
93
+
84
94
Access error logs for debugging via **App Service logs** or the **Kudu dashboard**. Refer to the [documentation](troubleshoot-diagnostic-logs.md) for detailed steps.
85
95
86
96
## How do I estimate pricing for hosting a WordPress site on Azure?
87
-
Use the [Azure Pricing Calculator](https://azure.microsoft.com/pricing/) to estimate hosting costs, considering App Service, MySQL, Azure Front Door, Blob Storage, and other components. Use this [pricing estimate guide](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-estimate-pricing-for-wordpress-on-app-service/ba-p/4029262) for more information.
97
+
98
+
Use the [Azure Pricing Calculator](https://azure.microsoft.com/pricing/) to estimate hosting costs, considering App Service, MySQL, Azure Front Door, Blob Storage, and other components. For more information, use this [pricing estimate guide](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-estimate-pricing-for-wordpress-on-app-service/ba-p/4029262).
88
99
89
100
## How can I debug and monitor my WordPress site?
101
+
90
102
Key tools for debugging and monitoring WordPress sites include:
103
+
91
104
-**[App Service Logs](troubleshoot-diagnostic-logs.md)**
WordPress on App Service utilizes an Azure Database for MySQL Flexible Server, which is integrated into a VNET. This setup restricts database access to within the VNET. WordPress on App Service includes phpMyAdmin by default. You can access it at: https://`<your-site-link>`/phpmyadmin.
109
+
110
+
WordPress on App Service utilizes an Azure Database for MySQL Flexible Server, which is integrated into a virtual network. This setup restricts database access to within the virtual network. WordPress on App Service includes phpMyAdmin by default. You can access it at: https://`<your-site-link>`/phpmyadmin.
97
111
98
-
If you are using Managed Identities, you can log in to phpMyAdmin by using the value from DATABASE_USERNAME environment variable as the username and the token as the password. To find the token use your Kudu SSH to run the following command:
112
+
If you're using Managed Identities, you can sign in to phpMyAdmin by using the value from the `DATABASE_USERNAME` environment variable as the username and the token as the password. To find the token, use your Kudu SSH to run the following command:
99
113
100
-
/usr/local/bin/fetch-mysql-access-token.sh
114
+
`/usr/local/bin/fetch-mysql-access-token.sh`
101
115
102
-
Or you can find the database username and password from App Service environment variables
116
+
Or you can find the database username and password from App Service environment variables.
103
117
104
118
## What features can I use to boost my WordPress site's performance?
105
119
106
120
Enhance performance with these features / plugins:
121
+
107
122
-**[Azure Front Door (AFD)](/azure/frontdoor/)**
108
123
-**[Blob Storage](/azure/storage/blobs/)**
109
124
-**Dynamic Caching**
@@ -114,25 +129,31 @@ Enhance performance with these features / plugins:
114
129
## What are the options for configuring and setting up my WordPress site?
-**[App Service settings](/azure/app-service/configure-common)**
120
136
121
137
## How can I build a headless WordPress site?
138
+
122
139
Enable **WP REST APIs** and integrate with **Static Web Apps** to create a decoupled front-end experience. Learn more [here](https://techcommunity.microsoft.com/blog/appsonazureblog/integrating-wordpress-on-app-service-with-azure-static-web-apps/4004955).
123
140
124
141
## What features are available for creating an enterprise-grade production website?
142
+
125
143
Key features include:
126
-
-[Staging slots](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-set-up-staging-slots-in-wordpress-on-app-service/4144847) for safe testing
127
-
-[Custom domains](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-use-custom-domains-with-wordpress-on-app-service/3886247) and SSL certificates
128
-
-[CI/CD](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-integrate-continuous-integration-and-deployment-with-wordpress-on-app-ser/4144886) pipelines for automated deployments
129
-
-[Startup scripts](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-run-bash-scripts-in-wordpress-on-azure-app-service/3625692) for configuration
130
-
-[Emails with custom domain](/azure/communication-services/quickstarts/email/add-custom-verified-domains)
131
-
-[Scaling](/azure/app-service/manage-scale-up) and [load testing](/azure/load-testing/concept-load-test-app-service) capabilities
144
+
145
+
-[Staging slots](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-set-up-staging-slots-in-wordpress-on-app-service/4144847) for safe testing.
-[CI/CD](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-integrate-continuous-integration-and-deployment-with-wordpress-on-app-ser/4144886) pipelines for automated deployments.
148
+
-[Startup scripts](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-run-bash-scripts-in-wordpress-on-azure-app-service/3625692) for configuration.
149
+
-[Emails with custom domain](/azure/communication-services/quickstarts/email/add-custom-verified-domains).
150
+
-[Scaling](/azure/app-service/manage-scale-up) and [load testing](/azure/load-testing/concept-load-test-app-service) capabilities.
132
151
133
152
## What are common errors for WordPress on App Service, and how can I troubleshoot?
153
+
134
154
Typical issues and resolutions:
155
+
135
156
-**[Debug Logs](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/enabling_debug_logs_for_wordpress.md):** Enable for troubleshooting.
136
157
-**[CORS Issues](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/cors_issue_with_azure_cdn_frontdoor_blob.md):** Adjust settings in Azure Front Door.
-**[Intl Extension issues](https://techcommunity.microsoft.com/blog/appsonazureblog/how-to-install-intl-extension-on-wordpress-on-azure-app-service/4138353):** Install via the configuration panel.
0 commit comments