Categories
Azure DevOps

Azure Web Apps – Basic Operations Checklist

Here is a checklist that can be used to gauge your web app prior to launch it in production. It includes questions that developers or IT professionals or cloud solution architects ask customers when they seek guidance to avoid common pitfalls not obvious to new users. Use this checklist to confidently deploy and launch your […]

Categories
Azure DevOps

FAQ- Deployment slots with Azure Web Apps

Azure Web Apps has a cool feature called Deployment slots. Using a deployment slot when deploying you application code to production has a few benefits: allows you to  validate your web app changes in a staging deployment slot before pushing the changes to production web app By deploying a web app to a slot first […]

Categories
DevOps Microsoft Azure Websites Web App Gallery

Using Umbraco CMS with Multiple Environments on Azure App service

Why use multiple environments? Working directly on your production site is a recipe for disaster you may regress issues or create new issues/bug with your production site breaking critical or non-critical functionality. Once you have a broken production site, rolling out a fix could take from minutes to hours or days during which period your […]

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 […]