Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/site/wwwroot/wp-content/plugins/feedwordpress/feedwordpress.php on line 2106
Azure WordPress on App Service and the WordPress Query Monitor Plugin
If you are running your WordPress website on Azure App Services (specifically on the WordPress for App Services service) like DCAC is and you are using the Query Monitor WordPress plugin, there’s a setting that you’ll want to be aware of before you enable Database Extended Query Information (granted this is most helpful for plugin […]
Setting up WordPress on App Service in Azure and Disaster Recovery
If you don’t subscribe to DCAC’s Newsletter, DCAC recently moved our website from App Service for Windows to App Service for Linux in Azure. As part of our move to Linux, we moved to the Azure WordPress on App Service feature so that we could take advantage of the WordPress-specific improvements that Microsoft had made […]
WordPress on App Service in Azure and upstream sent to big header error message
While moving a WordPress website to the WordPress on App Service recently, I ran into an error message being displayed in the Log steam within the Azure portal. That error message looked basically like this: The fix for this is to edit the config file for the Nginx website and change some settings. Doing that […]
Microsoft Azure, Firefox, and Private Endpoints
Microsoft Azure has a great feature within it called Private Endpoints. With Private Endpoints, you can connect to the Platform as a Service. The Private Endpoint is configured to use a private IP Address instead of routing your connection over the public Internet. This then lets you disable the public endpoint, closing the service off […]