An Example of Setting WordPress Email with Office 365 SMTP less than 1 minute read | By Yi Wang Install “WP Mail SMTP” plugin in WordPress (use this plugin as example) Configure WP Mail SMTP using ‘smtp.office365.com’, e.g. Test send Email Share on Twitter Facebook LinkedIn Previous Next
Azure Files security compatability on Container Apps 2 minute read This post will go over compatable security settings when using Azure Storage and Container Apps
General Azure Pipelines and App Service Linux deployment troubleshooting and scenarios 34 minute read This post will cover common issues and scenarios when deploying to App Service Linux from Azure DevOps pipelines.
Profiling Python applications with high CPU on App Service Linux 13 minute read This blog post will go over different toolsets that can be used to profile a Python application experiencing high CPU and/or slowness.
Python - Slow execution / high CPU - wSGI/aSGI multi-worker strategy 7 minute read This post will generally go over using multiworker strategies to help with performance with wSGI/aSGI-based applications and Python “Blessed Images”