Azure DevOps Managed (Part-2)

For Part 2 we need to talk about wat we are building and more important.. What order we are building it. For a WordPress website we need the following A database (Azure MySql database)Azure Service planStorage account for wp-content folder (Test and Productions)Webapp (test and production instance) Ok, so we know what to build now we just need the templates for the resources. There are 3 ways....

Azure Devops Managed (Part-1)

I have to start somewhere.The idea is simple. Create an WordPress website in Azure. Well, yes i agree, that's a little bit to simple.So lets try again. Create a Full automated deploying Wordpress Test and Production website with PaaS in Azure. That's more challenging.So where to start, we need to have an mechanism to deploy in Azure. That is Azure DevOps of course.i will be starting this project...