Categories
Azure Kubernetes PHP WordPress

Deploy a WordPress app on AKS using Helm with Azure Database for MySQL

Learn how to run a WordPress app on Azure Kubernetes Services (AKS) with Azure Database for MySQL.

Categories
Microsoft Azure Websites PHP

How to use PHPMyadmin for your Azure Web App

Azure Web Apps provides an array of tools through the Site extension Gallery. One such tool is PHPMyadmin which allows you to access your database. Once you log on to the Azure Management portal, browse to your web app and view the application settings to link your MySQL database with your web app. Add a […]

Categories
Azure PHP

Enabling Azure App Insights Analytics to your Drupal web app

Drupal uses themes to change the look and feel of your web application. Microsoft Azure offers Visual Studio Application Insights service which allows you to get key application telemetry data out of the box, including usage and requests for PHP applications. In this blog post you will learn how to enable Application insights service in […]

Categories
Azure DevOps PHP

Profiling PHP application on Azure Web Apps

Zend Z-Ray is a debugging/profiling solution offered by Zend technologies. Azure App service team has partnered with them to bring their solution into Azure App service helping developers build better PHP applications on our platform. To enabled Zend Z-ray , you must have atleast one web application on Azure Web App service. Login to Azure […]

Categories
Azure OSS PHP

WordPress Troubleshooting Techniques on Azure Websites

WordPress is one of the popular Web Application that is offered with Azure Websites Gallery to build dynamic websites. You may run into some issues with your WordPress websites and might want to trouble shoot them. Here are some common issues discussed below with techniques to resolve them: How I update PHP INI configuration for […]